Skip to main content
POST
/
markets
/
discover
/
search
Quick Search
curl --request POST \
  --url https://api.forestreet.com/markets/discover/search

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.

This endpoint is deprecated and will be removed in the future.
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.
"65c10a4df6d483e7cd71c99d"