---
title: "Get products with LIKE search"
method: GET
path: "/products/like-search"
tags: ["Product Controller"]
---

# Get products with LIKE search

`GET /products/like-search`

Retrieve products using LIKE-based search on product name, country name, and state name. Existing product list API remains unchanged.

## Query parameters

- `search` string
- `isFastTrack` boolean
- `isPaperCopy` boolean
- `page` number, required
- `size` number, required

## Response `200`

Products retrieved successfully

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
