Bytemine
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.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"auth": {
"note": "Pay-as-you-go needs no registration: settle this challenge as usual. Buying a plan instead requires an agent identity credential (Authorization: Bearer, or ZC-Agent-Authorization: Bearer alongside an MPP Payment credential) on every payment rail - register once at this host's identity endpoints (anonymous registration is one free API call; credentials are shared across every storefront on this network). Full recipe: https://agents.bytemine.ai/auth.md.",
"recipe": "https://agents.bytemine.ai/auth.md",
"presentation": {
"scheme": "Bearer",
"alternateUse": "authorization_reserved",
"standardHeader": "Authorization",
"alternateHeader": "ZC-Agent-Authorization"
},
"authorizationServer": "https://agents.bytemine.ai"
},
"plan": {
"id": "pln_SB1iCv3dloabB2VOsVd9t",
"slug": "pay-as-you-go",
"billingMode": "payg"
},
"error": "payment_required",
"terms": {
"note": "By paying this challenge, whether directly or through an agent acting on your behalf, you accept the platform's buyer terms of service; an agent's payment and acceptance are attributed to you and bind you as if you had taken them yourself.",
"links": [
{
"url": "https://www.zeroclick.ai/legal/buyer-terms-of-service",
"kind": "platform_terms_of_service"
}
]
},
"usage": [
{
"quantity": 1,
"meterSlug": "contact_unlock"
}
],
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"billing": {
"model": "prepaid",
"description": "amount is the price and is charged in full when you pay, and is not returned if delivery fails: this rail settles once and cannot give change. (Exact entries appear only on fixed-price requests - ceiling-priced requests are offered the reserve-and-pay-actual entry instead.)"
},
"version": "2",
"zeroclick": {
"kind": "transaction",
"zcRequestId": "zcreq_WF5RimvEkM8gkDSrRDQsh",
"agentPaymentId": "apay_yolAus1Fg8owLUSjL6uyT"
}
},
"payTo": "0x6b2891b824206b0dc9884751fdbaf73e9cce651b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"payment": {
"id": "apay_yolAus1Fg8owLUSjL6uyT",
"amountUsd": "0.010000"
},
"resource": {
"url": "https://agents.bytemine.ai/functions/v1/api-gateway/contacts/search",
"tags": [
"b2b-data",
"enrichment",
"prospecting",
"signals",
"intent"
],
"iconUrl": "https://www.bytemine.ai/favicon-192.png",
"mimeType": "application/json",
"description": "Retrieve a specific contact's full profile by ID.",
"serviceName": "Bytemine"
},
"protocols": {
"mpp": {
"intent": "charge",
"method": "tempo",
"challengeId": "UNvu-SAuKfNQYrgNA3OgdV7ETLEczsnCmhBc7A8euaI"
},
"x402": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"x402Version": 2
}
},
"extensions": {
"terms": {
"info": {
"note": "By paying this challenge, whether directly or through an agent acting on your behalf, you accept the platform's buyer terms of service; an agent's payment and acceptance are attributed to you and bind you as if you had taken them yourself.",
"links": [
{
"url": "https://www.zeroclick.ai/legal/buyer-terms-of-service",
"kind": "platform_terms_of_service"
}
]
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"links"
],
"properties": {
"note": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"type": "object",
"required": [
"kind",
"url"
],
"properties": {
"url": {
"type": "string"
},
"kind": {
"enum": [
"terms_of_service",
"privacy_policy",
"additional_terms",
"platform_terms_of_service"
],
"type": "string"
}
}
}
}
}
}
},
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"contactId": {
"type": "string"
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
}
}
},
"routeTemplate": "/functions/v1/api-gateway/contacts/:contactId"
},
"zeroclick": {
"info": {
"payment": {
"id": "apay_yolAus1Fg8owLUSjL6uyT",
"amountUsd": "0.010000"
},
"service": "prospect-finder",
"requestId": "zcreq_WF5RimvEkM8gkDSrRDQsh"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"payment"
],
"properties": {
"agentId": {
"type": "string"
},
"payment": {
"type": "object",
"required": [
"id",
"amountUsd"
],
"properties": {
"id": {
"type": "string"
},
"amountUsd": {
"type": "string"
}
}
},
"service": {
"type": "string"
},
"requestId": {
"type": "string"
}
}
}
}
},
"serviceSlug": "prospect-finder",
"x402Version": 2,
"zcRequestId": "zcreq_WF5RimvEkM8gkDSrRDQsh"
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.2 USDC on Base to 0x4d18…a53d3. The signed payment is good for 30 minutes.
- Paid to
- 0x4d18…a53d3
- USD Coin contract
- 0x8335…02913
- Payment window
- 30 minutes
- As published
- 200000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"billing": {
"model": "reserve-and-pay-actual",
"description": "amount is a ceiling, NOT the charge. Your wallet reserves up to this much, then you are debited only your actual usage after the work runs; the reserved remainder never leaves your wallet, and a failed delivery debits nothing."
},
"version": "2",
"zeroclick": {
"kind": "transaction",
"zcRequestId": "zcreq_zGKpHghvicsQkCkERLHlN",
"agentPaymentId": "apay_ZDyfB8fh7kvXh7TZF0_Cf"
},
"facilitatorAddress": "0xa32cCda98ba7529705a059Bd2d213Da8de10d101"
},
"payTo": "0x4d18610a353f6f5d66caebdccbe54828b57a53d3",
"amount": "200000",
"scheme": "upto",
"network": "eip155:8453",
"maxTimeoutSeconds": 1800
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"age": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Age range filter, for example 25-34."
},
"page": {
"type": "integer",
"description": "Page number, 0 indexed. Default 0."
},
"urls": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Company website or domain filter."
},
"after": {
"type": "string",
"description": "Pagination cursor for the next page."
},
"cities": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "City filter."
},
"gender": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Gender filter. Options: Male, Female."
},
"skills": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Professional skills filter."
},
"states": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "US state filter, 2 letter codes."
},
"schools": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Education institution filter."
},
"hasPhone": {
"type": "boolean",
"description": "Only contacts with a phone number."
},
"lastName": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Last name filter."
},
"pageSize": {
"type": "integer",
"description": "Results per page. Default 20, max 100."
},
"sicCodes": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "SIC code filter."
},
"firstName": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "First name filter."
},
"interests": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Interests filter."
},
"jobTitles": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Job title filter."
},
"industries": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Industry filter."
},
"naicsCodes": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "NAICS code filter."
},
"departments": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Department filter, for example Engineering, Sales, Marketing, Finance, HR, Operations, Legal, IT, Product."
},
"companyNames": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Current company name filter."
},
"hasPhoneCell": {
"type": "boolean",
"description": "Only contacts with a cell phone."
},
"hasWorkEmail": {
"type": "boolean",
"description": "Only contacts with a work email."
},
"employeeSizes": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Company employee size filter, for example 51-200."
},
"companyRevenues": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Company revenue range filter, for example $10M-$50M."
},
"seniorityLevels": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"included"
],
"properties": {
"value": {
"type": "string"
},
"included": {
"type": "boolean"
}
}
}
}
],
"description": "Seniority filter. Options: Owner, Partner, C-Team, VP, Director, Manager, Senior, Entry, Training."
},
"hasDirectDialOnly": {
"type": "boolean",
"description": "Only contacts with direct dial numbers."
},
"hasPersonalEmailOnly": {
"type": "boolean",
"description": "Only contacts with a personal email."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
},
"zeroclick": {
"info": {
"payment": {
"id": "apay_ZDyfB8fh7kvXh7TZF0_Cf",
"amountUsd": "0.200000"
},
"service": "prospect-finder",
"requestId": "zcreq_zGKpHghvicsQkCkERLHlN"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"payment"
],
"properties": {
"agentId": {
"type": "string"
},
"payment": {
"type": "object",
"required": [
"id",
"amountUsd"
],
"properties": {
"id": {
"type": "string"
},
"amountUsd": {
"type": "string"
}
}
},
"service": {
"type": "string"
},
"requestId": {
"type": "string"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-01 22:37Z
- Last indexed by Roundhouse
- 2026-09-25 11:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-24 12:15Z
- x402 version
- 2
- Max timeout
- 1800s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Bytemine and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Bytemine' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://agents.bytemine.ai/functions/v1/api-gateway/contacts/search, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.