Sales teams, investors, and AI agents need real-time company intelligence. Who's hiring? What tech stack do they use? Did they just raise a round? These signals drive decisions, but gathering them means juggling dozens of data sources.
Today we're highlighting PredictLeads, a comprehensive B2B company intelligence API now available on Orthogonal.
What is PredictLeads?
PredictLeads provides structured data on 100M+ companies worldwide via APIs, Flat Files, MCP, and Webhooks. Their datasets cover News Events, Job Openings, Technographics, Financing Events, Products, and more. Identify growth signals, enrich your accounts, and make data-driven decisions.
Key Features
Job Openings Intelligence
Track what companies are hiring for across the market.
Technographics
See what technologies a company uses.
News Events & Financing
Monitor company news events and financing rounds.
Products
Track products and offerings across companies.
Multiple Delivery Methods
Access data via real-time REST APIs, downloadable flat files, Model Context Protocol (MCP) server, or real-time webhooks.
Using PredictLeads with Orthogonal
Get Company Profile
// Using @orth/sdk
// Install: npm install @orth/sdk
import Orthogonal from "@orth/sdk";
const orthogonal = new Orthogonal({
apiKey: process.env.ORTHOGONAL_API_KEY,
});
// Look up any company by domain
const output = await orthogonal.run({
api: "predictleads",
path: "/v3/companies/vercel.com",
});
console.log(output);Get Company Job Openings
// Find what a company is hiring for
const output = await orthogonal.run({
api: "predictleads",
path: "/v3/companies/vercel.com/job_openings",
});
console.log(output);Detect Company Technologies
// See what tech stack a company uses
const output = await orthogonal.run({
api: "predictleads",
path: "/v3/companies/vercel.com/technology_detections",
});
console.log(output);Get Company News Events
// Monitor news, partnerships, and announcements
const output = await orthogonal.run({
api: "predictleads",
path: "/v3/companies/vercel.com/news_events",
});
console.log(output);Look Up a Technology
// Search the technology database
const output = await orthogonal.run({
api: "predictleads",
path: "/v3/technologies",
});
console.log(output);Using x402 Protocol
PredictLeads on Orthogonal supports x402 for autonomous agent payments using USDC stablecoins.
// Install: npm install x402-fetch viem
import { wrapFetchWithPayment } from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPayment = wrapFetchWithPayment(fetch, account);
// Get company intelligence with automatic USDC payment
const url = "https://x402.orth.sh/predictleads/v3/companies/stripe.com";
const response = await fetchWithPayment(url, {
method: "GET",
headers: { "Content-Type": "application/json" },
});
const data = await response.json();
console.log(data);Use Cases
Sales Prospecting & Lead Scoring
Identify companies hiring for specific roles or adopting certain technologies. A company posting 10 engineering jobs and recently adopting Kubernetes is likely scaling, and ready for your infrastructure product.
Competitive Intelligence
Track competitors' hiring patterns, technology changes, news coverage, and product launches. Know when a rival raises funding or shifts strategy before it's public knowledge.
Investment Research
Monitor financing events, company growth signals, and technology trends across markets. Use job posting velocity and technology adoption as leading indicators of company health.
AI Agent Workflows
Give autonomous agents real-time company context. An AI SDR can look up a prospect's company, understand their tech stack, recent news, and open roles, then craft a perfectly personalized outreach in seconds.
Market Mapping
Use discovery endpoints to map entire markets. Find all companies in a location, track technology adoption across industries, or monitor job market trends at scale.
CRM Enrichment
Automatically enrich CRM records with fresh company data and technology stacks, keeping your pipeline data current without manual research.
Why Agents Need Company Intelligence
Autonomous agents handling sales, research, and analysis need structured company data to:
- Personalize outreach: Know a company's tech stack and recent news before making contact
- Prioritize leads: Score prospects based on hiring velocity, funding, and growth signals
- Monitor markets: Track technology adoption trends and competitive movements at scale
- Make decisions: Use structured data to drive automated workflows with confidence
Try It Today
Sign up for Orthogonal and get $10 free credits to try PredictLeads and dozens of other APIs. No API keys to manage, no accounts to create.