API Documentation
Availability
API access is planned as part of Premium at $10 per month. Production credentials, endpoints, and service limits are not yet available.
Data model
Responses use JSON and stable identifiers for countries, companies, categories, branches, and available enriched fields. Premium field visibility follows the same access rules as the website.
Authentication and safety
Requests use account-scoped credentials sent through secure request headers. Credentials must never be embedded in public browser code, shared, or included in a URL.
Pagination and limits
Collection responses will use bounded pagination and stable ordering. Production rate limits and fair-use rules remain to be finalized and will be published before launch.
Illustrative response shape
{
"data": [{
"id": "company_id",
"name": "Registered entity name",
"country_code": "QA",
"status": "Active"
}],
"page": 1,
"page_size": 25
}This example describes the planned response structure and is not returned by a live public endpoint.
Review Pricing or use Contact & Corrections to discuss an integration.