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": []
}Starter: €49/month (500 included, €0.12 prepaid unit). Pro: €79/month (1000 included, €0.08 prepaid unit). Subscription balance is shared across API, MCP, and subscribed Excel exports. One-time Excel purchases stay separate at €0.20/contact with a €20 minimum.
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.