fetch_businesses
Fetch businesses from the Explorium API filtered by criteria like size, revenue, industry, location, or tech stack. Returns business IDs for accessing deeper insights.
Instructions
Fetch businesses from the Explorium API filtered by various criteria.
You MUST call the autocomplete tool to get the list of possible values for
filters specified in the autocomplete tool's description.
Do NOT use this tool first if you do not have a list of available values for
mandatory filters specified in the autocomplete tool's description.
This tool returns Business IDs, which can be used to fetch more information.
Do NOT call match_businesses afterwards.
If a requested filter is not supported by the Explorium API, stop the
execution and notify the user.
If you are looking for employees at a company, use fetch_prospects next.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to return | |
| size | No | The number of businesses to return | |
| filters | Yes | ||
| page_size | No | The number of businesses to return per page - recommended: 5 |