Crustdata
85Real-time B2B data API with 340+ firmographic and people datapoints for company discovery, enrichment, people search, and live change monitoring via webhooks.
Pros
- + Extensive real-time B2B data — 250+ company firmographics and 90+ people datapoints with near-instant freshness updates
- + Watcher API enables event-driven agent workflows via webhooks for job switches, funding rounds, and other company/people changes
- + Simple REST API with token auth and JSON responses makes integration straightforward for LLM agents
Cons
- - No public OpenAPI spec — agents must rely on manually coded endpoint definitions
- - Credit-based pricing can be opaque; free tier is limited and paid plans require contacting sales for enterprise volumes
Integration
import requests
API_TOKEN = "your-api-token"BASE = "https://api.crustdata.com"headers = {"Authorization": f"Token {API_TOKEN}", "Accept": "application/json"}
# Enrich company by domainresp = requests.get(f"{BASE}/screener/company", params={"company_domain": "hubspot.com"}, headers=headers)print(resp.json())
# Search peopleresp = requests.post(f"{BASE}/screener/person/search", headers={**headers, "Content-Type": "application/json"}, json={"filters": [{"filter_type": "person_title", "type": "in", "value": ["CTO"]}]})print(resp.json())Details
- Category
- Company Search
- Pricing
- Freemium
- Free Tier
- Free plan with limited API calls for testing; paid plans start ~$95/mo with credit-based usage
- Rate Limit
- Credit-based; varies by plan (contact for details)
- 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.
Coresignal
Company SearchB2B data API with 3B+ records on companies, employees, and jobs — bulk search, collect, and enrich with multi-source firmographic and professional data.
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.