CRM enrichment scripts
Fill missing titles, emails and company context directly in your CRM workflows.
Developer API
Access Nordic company and contact data through a simple HTTP API. Use any language, script or integration platform.
Fill missing titles, emails and company context directly in your CRM workflows.
Build repeatable outbound targeting jobs with the same filters as the UI.
Generate campaign-ready target groups for specific regions, industries and roles.
Sync enriched contact and company datasets into your warehouse or BI stack.
Core endpoints used in most integrations.
| Method | Path | Use |
|---|---|---|
| GET | /api/v1/contacts | Segment contacts |
| GET | /api/v1/companies | Segment companies |
| GET | /api/v1/contacts/count | Count matching contacts |
| GET | /api/v1/account | Check subscription and remaining quota |
curl -H "Authorization: Bearer gc_mcp_your_token_here" "https://app.getcontacts.io/api/v1/contacts?countryId=-2460&limit=5"
Sample response envelope
{
"meta": { "quota": { "remainingUnits": 4820, "usedUnits": 180 } },
"data": { "items": [] },
"errors": []
}The same subscription covers MCP and REST API access. Pro starts at €99 / month plus usage.
REST API works with any HTTP client. MCP is optimized for agent tool-calling workflows.
Yes. The same gc_mcp token authenticates both MCP and REST API requests.
Yes. New accounts can start with the free trial before moving to Pro.