> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Search

> This endpoint starts a quicker, lighter search than the full discovery endpoint.

<Warning>This endpoint is deprecated and will be removed in the future.</Warning>

This endpoint searches for companies and their domains within a given market. It will only return domains and company
names. If you are looking for a more in-depth, richer data search, you will want to perform a full Discover.

### Search for Global companies within the Cold Chain Logistics market

```JSON theme={null}
{
    "marketName": "Cold Chain Logistics",
    "countryCode": "all",
    "searchType": "quick"
}
```

### Search for Indian companies within the Air Freight Services market

```JSON theme={null}
{
    "marketName": "Air Freight Services",
    "countryCode": "IN",
    "searchType": "quick"
}
```

### Response

This endpoint will return a single Search ID as a string. You can then pass this ID to the next endpoint
/markets/discover/search/status to GET the status of your search.

<ResponseExample>`"65c10a4df6d483e7cd71c99d"`</ResponseExample>
