POST
/
markets
/
discover
/
search
curl --request POST \
  --url https://api.forestreet.com/markets/discover/search \
  --header 'x-api-key: <api-key>'
"65c10a4df6d483e7cd71c99d"

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

{
    "marketName": "Cold Chain Logistics",
    "countryCode": "all",
    "searchType": "quick"
}

Search for Indian companies within the Air Freight Services market

{
    "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.