company_domainsarray · optionalValue supplied for company domains.
minItems: 1 · maxItems: 20
Apollo
Search companies by domain, location and employee count.
Search one page of up to 100 companies. Returns company identity, domain, profiles and available business attributes; shared-account CRM records are excluded. Pricing is per charged page, not per company. Empty pages and supplier-waived calls are free. Pagination is explicit and ends at page 500.
Agents select this operation with tool ID apollo.company-search, then check its current inputs and price before a run.
company_domainsarray · optionalValue supplied for company domains.
minItems: 1 · maxItems: 20
company_locationsarray · optionalValue supplied for company locations.
minItems: 1 · maxItems: 20
employee_rangesarray · optionalValue supplied for employee ranges.
minItems: 1 · maxItems: 10
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 100
pageinteger · optionalValue supplied for page.
minimum: 1 · maximum: 500
limitnumberReturned limit value.
next_pagenullReturned next page value.
pagenumberReturned page value.
resultsarrayReturned results value.
returned_resultsnumberReturned returned results value.
total_entriesnumberReturned total entries value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "apollo.company-search",
"input": {
"limit": 1,
"company_domains": [
"apple.com"
]
}
}{
"page": 1,
"limit": 1,
"results": [
{
"id": "5fcd2cf3ed78c700f9383e4e",
"name": "Apple",
"website_url": "http://www.apple.com",
"founded_year": 1976,
"linkedin_url": "http://www.linkedin.com/company/apple",
"primary_domain": "apple.com",
"publicly_traded_symbol": "AAPL"
}
],
"next_page": null,
"total_entries": 1,
"returned_results": 1
}invalid_input: The lookup fields or limits are invalid.example: {"company_domains":["apple.com"],"limit":1}upstream_error: The data provider could not complete a verified result; the wallet was not charged.Check the input and contact Scrollport support with the run ID if the problem persists.Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.