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. Start with free trial, then choose Starter or Pro.
  2. Generate an API key in your account.
  3. Query contacts or companies with any HTTP client.
  4. Returned rows consume your shared subscription balance; prepaid top-up 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

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.

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.