PredictLeads

Active

by Orthogonal

Company intelligence signals.

Data

Endpoints · 23

Base URLhttps://x402.orthogonal.com/predictleads
GET/v3/companies/{company_id_or_domain}/similar_companies$0.04Find companies similar to a given company
GET/v3/companies/{company_id_or_domain}/website_evolution$0.04Track website changes over time for a specific company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run r
GET/v3/news_events/{id}$0.04Get a single news event by ID
GET/v3/products/{id}$0.04Get a single product by ID
GET/v3/companies/{company_id_or_domain}/financing_events$0.04Get financing/funding events for a specific company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run resp
GET/v3/companies/{id_or_domain}$0.04Get company profile by ID or domain
GET/v3/discover/job_openings$0.04Search and filter job openings across all companies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run resp
GET/v3/companies/{company_id_or_domain}/job_openings$0.04Get job openings for a specific company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For la
GET/v3/job_openings/{id}$0.04Get a single job opening by ID
GET/v3/companies/{company_id_or_domain}/news_events$0.04Get news events for a specific company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For lat
GET/v3/discover/portfolio_companies/connections$0.04Discover connections across portfolio companies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response
GET/v3/companies/{company_id_or_domain}/technology_detections$0.04Get technology stack detections for a specific company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run r
GET/v3/discover/products/latest$0.04Discover the latest products across all companies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run respon
GET/v3/discover/technologies/{technology_id_or_fuzzy_name}/technology_detections$0.04Find companies using a specific technology Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For
GET/v3/companies/{company_id_or_domain}/github_repositories$0.04Get GitHub repositories associated with a company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run respon
GET/v3/discover/financing_events$0.04Search and filter financing events across all companies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run
GET/v3/technologies$0.04List all tracked technologies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page,
GET/v3/technologies/{id_or_fuzzy_name}$0.04Get a specific technology by ID or name
GET/v3/companies/{company_id_or_domain}/connections$0.04Get business connections for a specific company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response
GET/v3/discover/news_events$0.04Search and filter news events across all companies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run respo
GET/v3/companies/{company_id_or_domain}/products$0.04Get products associated with a company Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For lat
GET/v3/discover/startup_platform_posts$0.04Discover posts from startup platforms (Product Hunt, Hacker News, etc.) Pagination billing: call the first page normally and save billing.requestId from the Ort
GET/v3/discover/companies$0.04Search and filter companies Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, of

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/predictleads/v3/companies/{company_id_or_domain}/similar_companies
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.04" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/predictleads/v3/companies/{company_id_or_domain}/similar_companies \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.