Coresignal
85B2B data API with 3B+ records on companies, employees, and jobs — bulk search, collect, and enrich with multi-source firmographic and professional data.
Pros
- + Massive scale — 3B+ records across companies, employees, and jobs with regular freshness updates
- + Official MCP server for direct LLM/agent integration with multi-source company, employee, and jobs APIs
- + Clean REST API with simple API key auth, Elasticsearch DSL support for complex queries, and bulk collect endpoints
Cons
- - No free ongoing tier — free trial is 14 days only, paid plans start at $49/mo with limited credits
- - Raw data may require preprocessing (duplicates, HTML artifacts, inconsistent formatting from web-scraped sources)
Integration
import requests
API_KEY = "your-api-key"BASE = "https://api.coresignal.com/cdapi/v2"headers = {"apikey": API_KEY, "accept": "application/json"}
# Collect company by IDresp = requests.get(f"{BASE}/company_base/collect/12345", headers=headers)print(resp.json())
# Search companiesresp = requests.post(f"{BASE}/company_base/search", headers=headers, json={"name": "Anthropic", "country": "United States"})print(resp.json())Details
- Category
- Company Search
- Pricing
- Freemium
- Free Tier
- 14-day free trial: 200 Collect credits + 400 Search credits, no credit card required
- Rate Limit
- 18 req/s (collect), 54 req/s (bulk POST), 27 req/s (bulk GET)
- Verified
- 2026-03-31
Score Breakdown
Related APIs in Company Search
Openmart
Company SearchLocal business search API covering 30M+ US, CA, and AU businesses — returns 40+ data points per listing including decision-maker contacts, tech stacks, and revenue estimates.
PredictLeads
Company SearchCompany intelligence API tracking 70M+ companies — job openings, news events, financing rounds, technology detections, connections, and website evolution via 23 REST endpoints.
Ocean.io
Company SearchB2B lookalike search and enrichment API with 230M+ contacts and 35M+ company profiles — company/people enrichment, lookalike search, and email/phone reveal via REST endpoints.
Aviato
Company SearchPeople and company intelligence API with 700M+ people records and 8M+ company profiles — funding, employees, founders, LinkedIn data, financials, web traffic, tech stack, and market maps.
Crustdata
Company SearchReal-time B2B data API with 340+ firmographic and people datapoints for company discovery, enrichment, people search, and live change monitoring via webhooks.
Fundable
Company SearchVC deal and startup intelligence API — 90K+ startups, 60K+ investors, funding rounds, AI-powered semantic search, and natural language deal alerts with 13 REST endpoints.