Base URL
All API requests are made to:Authentication
Every request must include a Bearer token in theauthorization header.
Endpoint availability can vary by plan. Some live Company and Person
endpoints are enterprise-only. Review Pricing before you
build a production workflow.
API versioning
Include thex-api-version header in every request. The current version is 2025-11-01.
Request format
All endpoints accept JSON request bodies withcontent-type: application/json.
Response format
All responses return JSON. Successful requests typically return200 with the endpoint-specific payload in the response body.
Error responses
Error responses return JSON with anerror field and a details field explaining the issue.
Most APIs use
description for the details field. The Person API uses
reason instead.Person API
HTTP status codes
Error response examples
400 — Bad Request
400 — Bad Request
403 — Forbidden
403 — Forbidden
404 — Not Found
404 — Not Found
500 — Internal Server Error
500 — Internal Server Error
Rate limits
API requests are rate-limited per API key. See Rate limits for details on limits and best practices.Endpoints
This reference currently documents 18 endpoints across five product areas.Endpoint availability varies by plan. Certain live and specialized
endpoints are enterprise-only. Check exactly what your API key can
currently access with the free
/account/endpoints
endpoint, and contact sales to enable more.Company API
Person API
Job API
Web API
Social Post API
Company API
Search, identify, enrich, and autocomplete company data.
Person API
Search, enrich, and autocomplete people data.
Job API
Search indexed job listings and fetch real-time openings for a company.
Web API
Search the web and fetch page content.
Social Post API guides are available to plans with live access — the
endpoints above are documented in this reference. To enable access,
contact us.

