Bytemine

Active

by Orthogonal

Sales intelligence.

DataEnrichment

Endpoints · 23

Base URLhttps://x402.orthogonal.com/bytemine
POST/v1/company-lookalikes$1.50Find companies similar to provided domains (max 10). Returns job_id immediately. Provide a webhook_url to receive results when complete (required, as job pollin
POST/crawl/diff$0.03Compare a page's current content against a saved snapshot. Returns added/removed lines and change summary. 1 credit.
POST/v1/icp-builder$1.50Describe your ideal customer profile in plain text. Returns a job_id immediately. Provide a webhook_url to receive results when complete (required, as job polli
POST/contacts/unlockNot publishedUnlock full contact details (emails, phones, social profiles) for prospect PIDs obtained from /contacts/search. Requires gateway wrapper format: {path, method,
POST/crawl/startNot publishedStart a multi-page crawl job with sitemap discovery and configurable depth/page limits. Returns job_id. 1 credit per page.
POST/signals/fundingNot publishedSearch real-time funding signals with filters for round type, amount, investor, industry, date, employee count, and more. 1 credit per record. Use count='true'
POST/contacts/enrich$0.03Enrich a single contact by email, phone, LinkedIn, Facebook, or name+company. Returns full profile with work email, phone, job title, company info. 1 credit per
POST/crawl/map$0.03Discover all URLs on a website via sitemap + link extraction. Returns scored/sorted URLs without scraping content. 1 credit.
POST/crawl/scrape$0.03Scrape a URL and return markdown, links, metadata, and tech stack. Falls back to Firecrawl if needed. 1 credit.
POST/crawl/batchNot publishedScrape up to 100 URLs in parallel. Returns markdown, metadata, and tech stack per URL. 1 credit per URL.
POST/crawl/snapshot$0.03Save a snapshot of a page's current content for change tracking. Use with /crawl/diff to detect changes. 1 credit.
POST/crawl/continue$0.03Resume processing pending pages in an existing crawl job. Call repeatedly until status is 'completed'.
POST/crawl/resultsFreeRetrieve paginated results from a completed crawl. Each result includes URL, markdown, metadata, and links. Free, no credits.
POST/v1/apps/roi-calculator$0.30Generate a personalized ROI projection and business case with quantified savings, implementation timeline, risk analysis, and outreach copy. Returns a public sh
POST/b2b-enrich$0.03Enrich a company by name, website, LinkedIn URL, or company_id. Returns full profile with description, industries, NAICS, locations, posts, funding. 1 credit pe
POST/v1/apps/meeting-prep$0.30Generate a comprehensive meeting prep brief with company intel, contacts, talking points, objections, ice breakers, and pain points. 10 credits.
POST/crawl/intel$0.15Crawl a website's key pages and return comprehensive intel: company profile, contacts, social links, tech stack, sales signals, pain points, conversation starte
POST/v1/proposals/generate$0.30Generate a personalized sales or partnership proposal with branding, ROI projections, social proof, and outreach copy. Returns a public shareable URL. 10 credit
POST/crawl/statusFreeCheck crawl job status including pages crawled, found, and completion. Free, no credits.
POST/signals/acquisitionsNot publishedSearch real-time M&A/acquisition signals with filters for acquirer, amount, industry, date, and more. 1 credit per record. Use count='true' for free count-only
POST/crawl/extract$0.06Scrape a URL and extract structured data using a schema: company_profile, team_members, pricing, tech_stack, social_links, branding, full_intelligence. 2 credit
POST/b2b-searchNot publishedSearch companies by name, industry, NAICS code, keywords, location, employee count. 1 credit per company returned.
POST/contacts/searchNot publishedSearch the prospect database using filters like job title, seniority, industry, location, company size, and more. Returns masked results. 1 credit per result.

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/bytemine/v1/company-lookalikes
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "1.5" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/bytemine/v1/company-lookalikes \  -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.