Skip to main content
Use this page to send your first request and understand the shared conventions across the Company, Person, Job, Web, and Social Post APIs.

Base URL

All API requests are made to:

Authentication

Every request must include a Bearer token in the authorization header.
You can get your API key from the Crustdata dashboard.
Keep your API key secret. Do not expose it in client-side code or public repositories.
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 the x-api-version header in every request. The current version is 2025-11-01.
Requests without a version header can default to the latest version, which may introduce breaking changes. Always pin to a specific version.

Request format

All endpoints accept JSON request bodies with content-type: application/json.

Response format

All responses return JSON. Successful requests typically return 200 with the endpoint-specific payload in the response body.

Error responses

Error responses return JSON with an error 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

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.