← back
PredictLeads

PredictLeads

100

Company intelligence API tracking 70M+ companies — job openings, news events, financing rounds, technology detections, connections, and website evolution via 23 REST endpoints.

OpenAPI SpecAPI KeyFreemiumJSONBot Blocking: NoneNo CCcompany-datajob-openingsnews-eventsfinancingtechnographicscompany-intelligencemcp-serverb2b-data

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

example.py
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

Base +50
OpenAPI Spec (Yes) +15
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 100

Related APIs in Company Search