Search the prospect database by job title, seniority, department, industry, comp
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. Returns masked results. Billed per result returned, up to pageSize.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1551 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/contacts/search
| Category | Company and compliance |
|---|---|
| Provider host | agents.bytemine.ai |
| Networks | eip155:8453 |
| Payment schemes | upto |
| Self-reported calls, 30 days | 11 from 2 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 | 1551 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": {
"after": {
"description": "Pagination cursor for the next page.",
"type": "string"
},
"age": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"properties": {
"included": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"included"
],
"type": "object"
},
"type": "array"
}
],
"description": "Age range filter, for example 25-34."
},
"cities": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"properties": {
"included": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"included"
],
"type": "object"
},
"type": "array"
}
],
"description": "City filter."
},
"companyNames": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"properties": {
"included": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"included"
],
"type": "object"
},
"type": "array"
}
],
"description": "Current company name filter."
},
"companyRevenues": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"properties": {
"included": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"included"
],
"type": "object"
},
"type": "array"
}
],
"description": "Company revenue range filter, for example $10M-$50M."
},
"departments": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"properties": {
"included": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"included"
],
"type": "object"
},
"type": "array"
}
],
"description": "Department filter, for example Engineering, Sales, Marketing, Finance, HR, Operations, Legal, IT, Product."
},
"employeeSizes": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"properties": {
"included": {
"type": "boolean"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"included"
],
"type": "object"
},
"type": "array"
}
],
"description": "Company employee size filter, for example 51-200."
},
"firstName": {
"anyOf": [
{