# Bytemine Prospect Database Search

> Bytemine Prospect Database Search is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-14).

Search a B2B prospect database with filters for job title, seniority, industry, location, company size, and more, returning masked contact results at 1 credit per result.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/contacts/search
- Price: $0.6/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-prospect-database-search-2fcc4b38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mvx9pku0zsr4sBgy6-q27

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability bytemine-prospect-database-search-2fcc4b38 -d '<json body>'
```

Example prompt: Search the Bytemine prospect database for VP of Sales contacts in the SaaS industry based in New York or California, seniority level senior or director, who have a work email — give me the first 25 results.

## When to prefer this

Choose this endpoint when you need to search a structured B2B contact database with fine-grained filters (title, seniority, department, location, company, skills) and can tolerate masked/partial results before purchasing full contact data. Best for building targeted prospect lists for sales outreach, account-based marketing, or recruiting campaigns. Prefer this over general web scraping when you need structured, filterable professional contact data at scale.

## Known failure modes

- Invalid filter combinations may return zero results
- Exceeding pageSize maximum of 100 returns an error
- Credits exhausted results in payment or quota error
- Invalid seniority level or department enum values may be rejected
- No matching contacts for highly specific filter combinations returns empty result set

## How this service works

Search the prospect database using filters like job title, seniority, industry, location, company size, and more. Returns masked results. 1 credit per result.

## Output

Returns a paginated list of masked prospect records matching the applied filters. Each result typically includes contact identifiers, job title, seniority level, department, company name, location, and flags indicating presence of work email or direct dial. Results are masked (partial data) with 1 credit consumed per returned contact.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "integer",
   "description": "Page number"
  },
  "urls": {
   "type": "array",
   "description": "Company website URLs to filter by"
  },
  "cities": {
   "type": "array",
   "description": "City filters"
  },
  "skills": {
   "type": "array",
   "description": "Skills filter"
  },
  "states": {
   "type": "array",
   "description": "US state filters"
  },
  "pageSize": {
   "type": "integer",
   "description": "Results per page (max 100)"
  },
  "jobTitles": {
   "type": "array",
   "description": "Array of {value: string, included: boolean}"
  },
  "industries": {
   "type": "array",
   "description": "Industry filters"
  },
  "departments": {
   "type": "array",
   "description": "Departments to filter by"
  },
  "companyNames": {
   "type": "array",
   "description": "Company names to filter by"
  },
  "hasWorkEmail": {
   "type": "boolean",
   "description": "Only return contacts with work emails"
  },
  "seniorityLevels": {
   "type": "array",
   "description": "Seniority levels to filter by"
  },
  "hasDirectDialOnly": {
   "type": "boolean",
   "description": "Only return contacts with direct dial numbers"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-prospect-database-search-2fcc4b38/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
