agents.bytemine.ai publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.2 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /functions/v1/api-gateway/b2b-enrich | POST | $0.01 | 402 |
| /functions/v1/api-gateway/b2b-search | POST | $0.2 | 402 |
| /functions/v1/api-gateway/contacts/enrich | GET | $0.01 | 402 |
| /functions/v1/api-gateway/contacts/search | GET | $0.01 | 402 |
Look up a company by company_name, website, linkedin_url, or company_id. Any one lookup field is sufficient; company_id is the fastest indexed lookup. Returns the best match with the full company prof…
Search the company database by name, industry, NAICS code, keywords, location, and employee count. Returns paginated company profiles. Billed per company returned, up to page_size.
Look up and enrich a single contact by email, phone, LinkedIn URL, or name plus company. Any one lookup field is sufficient. Returns the full profile including work email, phone, job title, and compan…
Search the prospect database by job title, seniority, department, industry, company, location, and more. Filters accept a plain string, an array of strings, or { value, included } objects for excludes…