Simple REST endpoints. No authentication required. Search companies, retrieve profiles, and access sector benchmarks.
All endpoints return JSON. Rate limiting applies per IP. No API key is required for public endpoints.
Search companies by name, trade name, or registration number. Searches the Quantr database and previously analysed companies. For Dutch companies, also queries the KvK register.
| Parameter | Type | Description |
|---|---|---|
| q required | string | Search query — company name, trade name, or registration number. Minimum 2 characters. |
| limit optional | integer | Maximum results to return. Default: 8, max: 20. |
Retrieve the full stored profile for a company that has been analysed on Quantr. Includes registration data, sector classification, trade names, and analysis history. Dutch companies include KvK enrichment.
| Parameter | Type | Description |
|---|---|---|
| kvkNumber required | string | The company identifier — for Dutch companies this is the 8-digit KvK number. |
List all companies that have been analysed on Quantr and have stored profiles. Returns a lightweight summary — use the profile endpoint for full data.
Simple health check to verify the API is reachable and running.
The Quantr MCP wraps these endpoints as Claude tools, so you can ask questions about any company directly in a conversation.
Set up the MCP →