curl --request POST \
--url https://api.forestreet.com/markets/discover/search \
--header 'x-api-key: <api-key>'
Copy
Ask AI
"65c10a4df6d483e7cd71c99d"
Deprecated
Quick Search
This endpoint starts a quicker, lighter search than the full discovery endpoint.
POST
/
markets
/
discover
/
search
Quick Search
Copy
Ask AI
curl --request POST \
--url https://api.forestreet.com/markets/discover/search \
--header 'x-api-key: <api-key>'
Copy
Ask AI
"65c10a4df6d483e7cd71c99d"
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.
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.