PredictLeads
100Company intelligence API tracking 70M+ companies — job openings, news events, financing rounds, technology detections, connections, and website evolution via 23 REST endpoints.
Pros
- + Broad company intelligence — 9 datasets (jobs, news, financing, tech detections, connections, website evolution, GitHub repos) from 70M+ companies in one API
- + Official MCP server and Swagger/OpenAPI spec — agents can auto-discover endpoints or connect via MCP at mcp.predictleads.com
- + Dual auth via X-Api-Key + X-Api-Token headers or query params, clean REST design, Postman collection available — easy agent integration
Cons
- - Free tier is only 100 requests/month — very limited for production agent workloads, paid dataset subscriptions start at $6k/year
- - No official SDK — agents must use raw HTTP requests with dual-header auth (api_key + api_token)
Integration
import requests
BASE = "https://predictleads.com/api/v3"headers = { "X-Api-Key": "YOUR_API_KEY", "X-Api-Token": "YOUR_API_TOKEN"}
# Get job openings for a company by domainresp = requests.get( f"{BASE}/companies/stripe.com/job_openings", headers=headers)print(resp.json())
# Get technology detections for a companyresp = requests.get( f"{BASE}/companies/stripe.com/technology_detections", headers=headers)print(resp.json())Details
- Category
- Company Search
- Pricing
- Freemium
- Free Tier
- 100 free API requests/month, no credit card required. Pay-as-you-go beyond that with volume discounts. Dataset subscriptions from $6k/year.
- Rate Limit
- Credit-based — 100 free req/month, then pay-as-you-go with volume discounts
- 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.
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.
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.