AnyAPI apollo.organizations_search (Apollo Organization Search)
https://api.getanyapi.com/v1/run/apollo.organizations_searchOverview
AnyAPI apollo.organizations_search (Apollo Organization Search)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
getanyapi
Source
bazaar
Indexed
2026-07-29 22:29:08
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"employeeRanges": {
"description": "Employee-count ranges in Apollo notation, such as 51,200.",
"items": {
"minLength": 1,
"type": "string"
},
"type": "array"
},
"industryIds": {
"description": "Apollo industry tag identifiers to match.",
"items": {
"minLength": 1,
"type": "string"
},
"type": "array"
},
"keywords": {
"description": "Keywords to match across organization records.",
"minLength": 1,
"type": "string"
},
"limit": {
"default": 25,
"description": "Maximum organizations returned on this page.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"locations": {
"description": "Headquarters locations to match.",
"items": {
"minLength": 1,
"type": "string"
},
"type": "array"
},
"page": {
"default": 1,
"description": "One-based result page.",
"maximum": 500,
"minimum": 1,
"type": "integer"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "USD charged on the original run. On a replay this value is echoed for parity; the replay itself is free.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"jqError": {
"description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.",
"type": "string"
},
"output": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"limit": {
"description": "Page size returned by the upstream database.",
"minimum": 0,
"type": "integer"
},
"organizations": {
"description": "Organizations on this page.",
"items": {
"properties": {
"annualRevenue": {
"description": "Estimated annual revenue in USD.",
"minimum": 0,
"type": "number"
},
"annualRevenueDisplay": {
"description": "Human-readable estimated annual revenue.",
"type": "string"
},
"domain": {
"description": "Primary organization domain.",
"type": "string"
},
"facebookUrl": {
"description": "Canonical Facebook page URL.",
"format": "uri",
"type": "string"
},
"foundedYear": {
"description": "Year the organization was founded.",
"type": "integer"
},
"id": {
"description": "Stable organization identifier.",
"type": "string"
},
"image": {
"description": "Organization logo URL.",
"format": "uri",
"type": "string"
},
"linkedinUrl": {
"description": "Canonical LinkedIn company URL.",
"format": "uri",
"type": "string"
},
"naicsCodes": {
"description": "NAICS industry codes.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Organization name.",
"type": "string"
},
"sicCodes": {
"description": "SIC industry codes.",
"items": {
"type": "string"
},
"type": "array"
},
"twitterUrl": {
"description": "Canonical X or Twitter profile URL.",
"format": "uri",
"type": "string"
},
"websiteUrl": {
"description": "Canonical organization website URL.",
"format": "uri",
"type": "string"
}
},
"required": [
"id",
"name"
],
"type": "object"
},
"type": "array"
},
"page": {
"description": "One-based page returned.",
"minimum": 1,
"type": "integer"
},
"total": {
"description": "Total matching organizations.",
"minimum": 0,
"type": "integer"
},
"totalPages": {
"description": "Total available pages.",
"minimum": 0,
"type": "integer"
}
},
"required": [
"organizations",
"page",
"limit",
"total",
"totalPages"
],
"type": "object"
}
]
},
"found": {
"description": "Whether any matching organizations were found.",
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "Apollo Organization Search output",
"type": "object"
},
{
"type": "null"
}
],
"description": "Normalized output, or null when the replay payload was not retained."
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
},
"replayed": {
"description": "True when this response replays the durable result of an earlier run without billing or upstream execution.",
"type": "boolean"
},
"resultId": {
"description": "Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd",
"replayed"
],
"type": "object"
}