Search the company database by name, industry, NAICS code, keywords, location, a
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1522 msmedian answer time
$0.2listed price per call
$0.2price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agents.bytemine.ai/functions/v1/api-gateway/b2b-search
| Category | Code and developer |
|---|---|
| Provider host | agents.bytemine.ai |
| Networks | eip155:8453 |
| Payment schemes | upto |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.2 | 1522 ms |
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"city": {
"type": "string"
},
"country": {
"description": "Country code, for example US, GB, DE.",
"type": "string"
},
"has_website": {
"type": "boolean"
},
"industry": {
"description": "Industry name filter, for example Information Technology and Services.",
"type": "string"
},
"keywords": {
"description": "Keywords matched against company descriptions.",
"type": "string"
},
"max_employees": {
"type": "integer"
},
"min_employees": {
"type": "integer"
},
"naics_code": {
"description": "NAICS classification code, for example 5112.",
"type": "string"
},
"page": {
"description": "Page number. Default 1.",
"type": "integer"
},
"page_size": {
"description": "Results per page. Default 20, max 100.",
"type": "integer"
},
"query": {
"description": "Company name or keyword search.",
"type": "string"
},
"state": {
"description": "US state 2 letter code.",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}