USA database refreshed this month, 318,000+ verified companies live UK database refreshed, 142,000+ verified companies live Germany database refreshed, 156,000+ verified companies live India coverage refreshed across all 36 states, 210,000+ verified companies live UAE database refreshed, 54,000+ verified companies live Canada database refreshed, 98,000+ verified companies live Australia database refreshed, 87,000+ verified companies live Healthcare database refreshed worldwide, 38,000+ organizations verified Manufacturing database refreshed worldwide, 61,000+ companies verified 10M+ verified company records worldwide, updated monthly Talk to our team: +91 83609 08278 USA database refreshed this month, 318,000+ verified companies live UK database refreshed, 142,000+ verified companies live Germany database refreshed, 156,000+ verified companies live India coverage refreshed across all 36 states, 210,000+ verified companies live UAE database refreshed, 54,000+ verified companies live Canada database refreshed, 98,000+ verified companies live Australia database refreshed, 87,000+ verified companies live Healthcare database refreshed worldwide, 38,000+ organizations verified Manufacturing database refreshed worldwide, 61,000+ companies verified 10M+ verified company records worldwide, updated monthly Talk to our team: +91 83609 08278
Learn More →
Enterprise Plan Feature

Global Database API

Query verified company and contact data programmatically, built for teams enriching CRM records, building internal tools, or powering their own product with our data.

Request API Access → View Documentation
Overview

Data access, programmatically

The Global Database API gives Enterprise customers programmatic access to the same verified company and contact data available in our downloadable databases, queryable by country, industry, job title, and company size, with results returned as structured JSON.

Authentication

API keys

Every Enterprise account is issued a unique API key from the account dashboard. Include it as a Bearer token in the Authorization header of every request.

curl https://api.globaldatabase.online/v1/companies \
  -H "Authorization: Bearer YOUR_API_KEY"
Example request

Query by country and industry

GET /v1/companies?country=US&industry=manufacturing&limit=50
Authorization: Bearer YOUR_API_KEY

Returns up to 50 verified company records matching the filters, including name, industry, address, verified email, and phone where available.

Example response

Structured JSON

{
  "results": [
    {
      "company": "Ironclad Fabrication LLC",
      "industry": "Metal Fabrication",
      "city": "Cleveland",
      "state": "OH",
      "email": "info@ironclad-fab.example",
      "phone": "+1 (216) 555-0142",
      "last_verified": "2026-07-14"
    }
  ],
  "count": 50,
  "total_matches": 61412
}
Endpoints

What you can query

GET /v1/companies

Query verified companies by country, industry, company size, and keyword.

GET /v1/contacts

Query verified individual contacts by job title, department, country, and company.

GET /v1/companies/:id

Retrieve full detail for a single company record by its Global Database ID.

Pricing

API access is an Enterprise feature

API access is included with the Enterprise membership plan, priced on a monthly request-volume basis. Contact sales for a quote based on your expected query volume and use case.

View Membership Plans →
Rate limits

Fair use policy

Standard Enterprise API access includes 10,000 requests per day by default. Higher-volume needs can be arranged as part of a custom Enterprise agreement.

FAQs

API questions

Do I need an Enterprise plan to use the API?+

Yes, API access is currently available exclusively on the Enterprise membership plan.

What data format does the API return?+

All responses are returned as structured JSON.

Is there a sandbox or test environment?+

Yes, Enterprise customers get a sandbox API key with sample data for integration testing before going live.

Can I request additional endpoints?+

Yes, contact your Enterprise account manager to discuss custom endpoint needs.

Ready to integrate?

Request Enterprise API access.

Contact Sales →