Apollo.io
Activeby Orthogonal · Monid
B2B contact & company enrichment.
EnrichmentData
Endpoints · 9
Base URLhttps://x402.orthogonal.com/apollo
EndpointDescriptionPrice
POST/api/v1/organizations/bulk_enrich$0.05Enrich up to 10 organizations in a single request.
POST/api/v1/news_articles/search$0.01Search for news articles related to companies in the Apollo database.
POST/api/v1/people/match$0.01Enrich a person by email, LinkedIn URL, name+company, or other identifiers. Returns contact details, job info, and social profiles.
GET/api/v1/organizations/{id}$0.01Get complete organization info by Apollo organization ID.
POST/api/v1/people/bulk_match$0.05Enrich up to 10 people in a single request. Webhook required for async results.
POST/api/v1/mixed_companies/search$0.01Search Apollo database for companies matching filters. Returns up to 100 results per page.
GET/api/v1/organizations/enrich$0.01Enrich a company by domain. Returns industry, revenue, employee count, funding, locations, and more.
GET/api/v1/organizations/{organization_id}/job_postings$0.01Get current job postings for a company by Apollo organization ID.
POST/api/v1/mixed_people/api_searchNot publishedSearch Apollo database for people matching filters. Returns up to 100 results per page. Does not include emails/phones - use enrichment endpoints for that.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/apollo/api/v1/organizations/bulk_enrichResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.05" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/apollo/api/v1/organizations/bulk_enrich \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.