Developer API

GetContacts REST API — B2B data for developers

Access Nordic company and contact data through a simple HTTP API. Use any language, script or integration platform.

Use cases

CRM enrichment scripts

Fill missing titles, emails and company context directly in your CRM workflows.

Lead generation automation

Build repeatable outbound targeting jobs with the same filters as the UI.

Marketing list building

Generate campaign-ready target groups for specific regions, industries and roles.

Data pipelines and BI

Sync enriched contact and company datasets into your warehouse or BI stack.

How it works

  1. Subscribe to a GetContacts MCP/API plan.
  2. Generate an API key in your account.
  3. Query contacts or companies with any HTTP client.
  4. Usage is billed per returned record and prepaid bundles are supported.

Endpoint overview

Core endpoints used in most integrations.

MethodPathUse
GET/api/v1/contactsSegment contacts
GET/api/v1/companiesSegment companies
GET/api/v1/contacts/countCount matching contacts
GET/api/v1/accountCheck subscription and remaining quota
Open complete OpenAPI reference

Code example

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": []
}

Pricing and access model

The same subscription covers MCP and REST API access. Pro starts at €99 / month plus usage.

FAQ

How is this different from MCP?

REST API works with any HTTP client. MCP is optimized for agent tool-calling workflows.

Can I use my existing MCP key?

Yes. The same gc_mcp token authenticates both MCP and REST API requests.

Is there a free tier?

Yes. New accounts can start with the free trial before moving to Pro.