Partner Spotlight

PredictLeads: B2B Company Intelligence for Any Domain

Bera Sogut

Bera Sogut

Co-founder

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 monitors 100M+ companies worldwide, tracking job openings, news events, technology detections, financing events, products, website evolution, GitHub repositories, and more. Query any company by domain name and get structured, up-to-date intelligence instantly.

Key Features

Company Profiles by Domain

Pass any domain and get a complete company profile including name, description, location, subsidiaries, and similar companies.

Job Openings Intelligence

Track what companies are hiring for, including titles, salary ranges, seniority levels, locations, contract types, and categorization data.

Technology Detections

See what technologies a company uses, detected from their website, DNS records, and job postings. Each detection includes confidence scores and source attribution.

News Events & Financing

Monitor company news, partnerships, product launches, and funding rounds with confidence scores and source articles.

Discovery Endpoints

Go beyond single-company lookups. Discover companies by location, find job openings across the market, surface financing events, and track technology adoption trends.

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);

Available Endpoints

EndpointMethodDescriptionPrice
/v3/companies/{domain}GETGet company profile by domain$0.01
/v3/companies/{domain}/similar_companiesGETFind similar companies$0.01
/v3/companies/{domain}/job_openingsGETCompany job openings$0.01
/v3/companies/{domain}/news_eventsGETCompany news and press$0.01
/v3/companies/{domain}/technology_detectionsGETTechnologies used by company$0.01
/v3/companies/{domain}/connectionsGETCompany connections and partnerships$0.01
/v3/companies/{domain}/productsGETCompany products$0.01
/v3/companies/{domain}/website_evolutionGETWebsite changes over time$0.01
/v3/companies/{domain}/github_repositoriesGETCompany GitHub repos$0.01
/v3/companies/{domain}/financing_eventsGETFunding rounds and financing$0.01
/v3/discover/companiesGETDiscover companies by location$0.01
/v3/discover/job_openingsGETDiscover job openings market-wide$0.01
/v3/discover/news_eventsGETDiscover news events$0.01
/v3/discover/financing_eventsGETDiscover financing events$0.01
/v3/discover/products/latestGETDiscover latest products$0.01
/v3/discover/startup_platform_postsGETDiscover startup platform posts$0.01
/v3/discover/technologies/{name}/technology_detectionsGETFind companies using a technology$0.01
/v3/technologiesGETList all tracked technologies$0.001
/v3/technologies/{name}GETGet technology details$0.001
/v3/job_openings/{id}GETGet job opening by ID$0.01
/v3/news_events/{id}GETGet news event by ID$0.01
/v3/products/{id}GETGet product by ID$0.01

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, technology stacks, employee counts, and recent activity, 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:

  1. Personalize outreach: Know a company's tech stack and recent news before making contact
  2. Prioritize leads: Score prospects based on hiring velocity, funding, and growth signals
  3. Monitor markets: Track technology adoption trends and competitive movements at scale
  4. 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.

Get Started | View on Orthogonal | PredictLeads Website