Find the better way to pay.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditINTELLIGENCE
Costs, changes and evidence for better service decisions.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditTrack payment offers, service schemas and provider changes over time.
Custom watchlists and historyDiscuss monitoringBring charges, retries and task evaluations into one private evidence record.
Integration pilot · your task criteriaConnect your workflowTHE EVIDENCE BASE
Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.
1,552 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "CRW — Search the web and optionally scrape the hits in one call. Pass `query`; optional `limit` (1-20, default 5), `tbs` (freshness: qdr:h|d|w|m|y), `sources` (web|news|images), `lang`, and `scrapeOptions` ({ formats, onlyMainContent }) to return full page content per hit instead of snippets.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"lang": {
"maxLength": 5,
"minLength": 2,
"type": "string"
},
"limit": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"query": {
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"scrapeOptions": {
"additionalProperties": {},
"type": "object"
},
"sources": {
"items": {
"enum": [
"web",
"news",
"images"
],
"type": "string"
},
"type": "array"
},
"tbs": {
"enum": [
"qdr:h",
"qdr:d",
"qdr:w",
"qdr:m",
"qdr:y"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "7ed491ba3c64c0501939b1d6568b506654f41b58d8f6d654588bddf133bc7674",
"service_id": "03e90eb8f49105e884ac4f8e4d334fad4f16885eebe51fbfec73a5659355173d",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-24T10:55:52.454Z",
"url": "https://vaaya.ai/api/run/crw/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Exa — semantic web search via our API key. numResults up to 100. For people/lead discovery set category:\"people\" with an open ICP query.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"contents": {},
"numResults": {
"exclusiveMinimum": 0,
"maximum": 100,
"type": "integer"
},
"query": {
"minLength": 1,
"type": "string"
},
"type": {
"enum": [
"auto",
"neural",
"keyword",
"deep-lite",
"deep",
"deep-reasoning"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "bad7e36a525c36da9f95bae1369e73e3f66dbd6c2dec7633062fec8165f7566f",
"service_id": "05dd6787dad8ebb5cb29a5769ba426eac33adcaf483bf92cb96191de17ae703e",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T12:27:55.431Z",
"url": "https://vaaya.ai/api/run/exa/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Verify an email address's deliverability via Icypeas (SMTP-level). Pass `email`. Returns `{ item: { _id } }` immediately — the search runs async. KEEP POLLING icypeas/result with that `id` (every 3-5s; Icypeas caps reads at 30/min) until `status` leaves NONE/SCHEDULED/IN_PROGRESS. FOUND/DEBITED = hit, NOT_FOUND/DEBITED_NOT_FOUND = processed but empty. Second verification rung next to tomba/email-verifier — same price, different infrastructure; cross-check risky addresses before a send.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"custom": {
"additionalProperties": false,
"properties": {
"externalId": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"webhookUrl": {
"format": "uri",
"type": "string"
}
},
"type": "object"
},
"email": {
"format": "email",
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "85f835b29003e988f8576de88e10e6482cfaf739d8f41cb7a6bc01da20bb6674",
"service_id": "06a7fb2a396397adfe9cddd4ba5cd8c038b573307911c44d91b99c9d6c40ec7b",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T10:05:44.129Z",
"url": "https://vaaya.ai/api/run/icypeas/email-verification",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Exa — retrieve content for URLs or document IDs via our API key. Charges 0.1¢ per (url or id) × content field requested.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"highlights": {
"anyOf": [
{
"type": "boolean"
},
{
"additionalProperties": {},
"type": "object"
}
]
},
"ids": {
"items": {
"minLength": 1,
"type": "string"
},
"type": "array"
},
"summary": {
"anyOf": [
{
"type": "boolean"
},
{
"additionalProperties": {},
"type": "object"
}
]
},
"text": {
"type": "boolean"
},
"urls": {
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "7e6de4c7c2bb5ad7f3c14912131028204cf8b37a3da9ef671cc782d9c3b82f82",
"service_id": "09bc5d7d89f4a6a4878748268f074f9f8b9740f2e3986d80e3442b2bb3aedab0",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T18:14:37.801Z",
"url": "https://vaaya.ai/api/run/exa/contents",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.4 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "TheirStack — Search job postings across thousands of career sites and job boards (hiring signals, recruiting, market research). REQUIRED: `limit` (1-10, vendor bills per job returned) plus at least one of `posted_at_max_age_days`, `posted_at_gte`/`lte`, `company_domain_or`, `company_linkedin_url_or`, `company_name_or`. Rich filters: `job_title_or`, `job_description_pattern_or` (regex), `job_technology_slug_or` (case-sensitive slugs — resolve via theirstack/tech-catalog), `job_country_code_or` (…",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"company_domain_or": {
"items": {
"type": "string"
},
"type": "array"
},
"company_linkedin_url_or": {
"items": {
"type": "string"
},
"type": "array"
},
"company_name_or": {
"items": {
"type": "string"
},
"type": "array"
},
"employment_statuses_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_country_code_or": {
"items": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"type": "array"
},
"job_description_pattern_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_seniority_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_technology_slug_or": {
"items": {
"type": "string"
},
"type": "array"
},
"job_title_or": {
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"max_salary_usd": {
"minimum": 0,
"type": "number"
},
"min_salary_usd": {
"minimum": 0,
"type": "number"
},
"page": {
"minimum": 0,
"type": "integer"
},
"posted_at_gte": {
"type": "string"
},
"posted_at_lte": {
"type": "string"
},
"posted_at_max_age_days": {
"minimum": 0,
"type": "integer"
},
"remote": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"limit"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.4",
"amount_atomic": "400000",
"amount_encoding": "atomic_units",
"amount_raw": "400000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "f799b6d6bc748ce6b4a308d0754765b6406dc0c448e4c0ca4f7a4f29ee5beab8",
"service_id": "1852ad064e2f9da5e401b78061784d37708645e6709e0259fda3d9fd0a77022e",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-10T20:26:22.472Z",
"url": "https://vaaya.ai/api/run/theirstack/jobs",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "2Captcha — submit a captcha task (reCAPTCHA, Turnstile, hCaptcha, image; ~0.3¢). Params: `task` object per 2Captcha createTask schema. Poll with twocaptcha:result.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"task": {
"additionalProperties": true,
"properties": {},
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "2b2d2849c5133d911734ef738a72594f82b8714c91e25654cd75e634ee50822c",
"service_id": "1da3107edd4578c3dc929bad99c299c2d0850b34700f2357c9e4740b484ea0c9",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T01:24:53.527Z",
"url": "https://vaaya.ai/api/run/twocaptcha/solve",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "TikHub — 742 per-call social-data endpoints (GET) across douyin/tiktok/weibo/instagram/bilibili/zhihu/kuaishou/youtube & more. Pass { endpoint, ...params } (params per endpoint; most reads take username/user_id/keyword + pagination_token). Find endpoints via vaaya/discover or the social-data knowledge doc. Most calls 1¢.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"endpoint": {
"minLength": 1,
"type": "string"
}
},
"required": [
"endpoint"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "d3df5ead13e9c8ffb779b998522cf87eef4d27ef089d44d55d17c02a00cc4ee5",
"service_id": "1fc17d29b317cb4afc6002575bc363d19cddbd82ea525be166c2e9bf31d96039",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T07:27:55.712Z",
"url": "https://vaaya.ai/api/run/tikhub/fetch",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "TheirStack — Search the catalog of tracked keywords: technologies AND buying-intent topics. The slug resolver for every other theirstack filter (slugs are case-sensitive). Pass `q` (free-text search); optional `keyword_type` (\"technology\" = techs only), `keyword_type_not` (\"technology\" = intent topics only), `category_slug`, `limit` (default 25). Free upstream — always resolve slugs here before filtering jobs/companies by technology.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"category_slug": {
"minLength": 1,
"type": "string"
},
"keyword_type": {
"minLength": 1,
"type": "string"
},
"keyword_type_not": {
"minLength": 1,
"type": "string"
},
"limit": {
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"name_pattern": {
"minLength": 1,
"type": "string"
},
"page": {
"minimum": 0,
"type": "integer"
},
"parent_category_slug": {
"minLength": 1,
"type": "string"
},
"q": {
"minLength": 1,
"type": "string"
},
"starts_with": {
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "cfee81d77f8865f9ef692db052444efe12ba6cfa79594bf33596b22fc6af2d76",
"service_id": "261b505e3c2da44e3dd425b4ae3e73e4c0461668ba5ef9592f161d124d3471a2",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T14:16:39.87Z",
"url": "https://vaaya.ai/api/run/theirstack/tech-catalog",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.33 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Generate or edit images, video, music, and speech via fal.ai. Pass `model` (one of the registered keys) plus the model-specific params (prompt, image_url, aspect_ratio, duration, text, etc.).",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"model": {
"enum": [
"nano-banana-pro--edit",
"nano-banana-pro",
"gpt-image-2--edit",
"gpt-image-2",
"seedream--v4-5--edit",
"seedream--v4-5--text-to-image",
"seedream--v5-pro--edit",
"seedream--v5-pro--text-to-image",
"kling-video--v3--pro--image-to-video",
"kling-video--v3--standard--image-to-video",
"kling-video--v3--pro--text-to-video",
"kling-video--v3--standard--text-to-video",
"seedance-2-0--fast--image-to-video",
"seedance-2-0--fast--reference-to-video",
"seedance-2-0--image-to-video",
"seedance-2-0--reference-to-video",
"seedance-2-0--fast--text-to-video",
"seedance-2-0--text-to-video",
"minimax-h3--image-to-video",
"minimax-h3--reference-to-video",
"minimax-h3--text-to-video",
"sync-lipsync--v2",
"video-background-removal",
"video-subtitles",
"image-background-removal",
"minimax-music--v2-6",
"elevenlabs--tts--turbo-v2-5",
"seed-speech--tts--v2"
],
"type": "string"
}
},
"required": [
"model"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.33",
"amount_atomic": "330000",
"amount_encoding": "atomic_units",
"amount_raw": "330000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "c86620e907eb9298da52be2e476eb902d59100a1ece91d835a53bb6ecc7c4f1f",
"service_id": "283be3eb56b00feabcebab7ce0b376c48562bbf267beb34de6359d4e14c9c634",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-27T22:58:20.089Z",
"url": "https://vaaya.ai/api/run/fal/generate",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Apify — Indeed job listings by role title.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"maxItems": {
"exclusiveMinimum": 0,
"maximum": 100,
"type": "integer"
},
"position": {
"minLength": 1,
"type": "string"
}
},
"required": [
"position"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "6c9c1a67c7a0175e07e5b3afc4c06dc8114a9246baf5985da0fe18c31548d735",
"service_id": "2eb6b760376bd9af6e3127262dd5cb34673470c794e48e10fb07531c8a0bc8d0",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T00:44:46.781Z",
"url": "https://vaaya.ai/api/run/apify/indeed-jobs",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Linkup — DEEP agentic search: iterative multi-query retrieval for hard or multi-hop questions where one-pass search misses. Same params as linkup/search (`q` + outputType/dates/domain filters). Slower (tens of seconds) and 5× the price — escalate here only after linkup/search or exa/search come back thin. For full multi-step research reports, parallel/task (10-30¢) is the bigger rung.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"excludeDomains": {
"items": {
"type": "string"
},
"type": "array"
},
"fromDate": {
"maxLength": 30,
"minLength": 4,
"type": "string"
},
"includeDomains": {
"items": {
"type": "string"
},
"type": "array"
},
"includeImages": {
"type": "boolean"
},
"includeInlineCitations": {
"type": "boolean"
},
"outputType": {
"enum": [
"sourcedAnswer",
"searchResults",
"structured"
],
"type": "string"
},
"q": {
"maxLength": 4000,
"minLength": 1,
"type": "string"
},
"structuredOutputSchema": {
"minLength": 2,
"type": "string"
},
"toDate": {
"maxLength": 30,
"minLength": 4,
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.05",
"amount_atomic": "50000",
"amount_encoding": "atomic_units",
"amount_raw": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "6b0fb26058b4efa6dd6b54e148548ea0123211e21aa8e8011f07a415a1df7c08",
"service_id": "366b0482f30a1ce90e1693e0341902a435ed791d05b22360ff561f9ca4960406",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-05T23:47:43.824Z",
"url": "https://vaaya.ai/api/run/linkup/deep-search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Signalbase — PEOPLE discovery with the signal attached: each result carries the matched signal (funding/job change/hiring) explaining WHY NOW. Filters: `title`/`function`/`seniority`, `signal_type` + `signal_date_range` (lookback), `company_size`/`industry`, `country`/`city`, `linkedin_url`/`company_domain`/`company_linkedin_url`. `limit` ≤100 — flat price per call. The signal-first alternative to plain ICP people search: start from who has a reason to buy this month.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"city": {
"type": "string"
},
"company_domain": {
"type": "string"
},
"company_linkedin_url": {
"type": "string"
},
"company_size": {
"type": "string"
},
"count": {
"enum": [
"true",
"false"
],
"type": "string"
},
"country": {
"type": "string"
},
"exclude_countries": {
"type": "string"
},
"function": {
"type": "string"
},
"include_former": {
"type": "string"
},
"industry": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"linkedin_url": {
"type": "string"
},
"page": {
"minimum": 1,
"type": "integer"
},
"person_countries": {
"type": "string"
},
"seniority": {
"type": "string"
},
"signal_date_range": {
"type": "string"
},
"signal_type": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "3fd709aba6d552a5f08de9675dc8b2b7b83ca76a7ad1418552c93fc9982363e6",
"service_id": "37892878341ca814f1720c0768357512e21fef13ddc9a68e5df33826bd02950b",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T19:33:51.603Z",
"url": "https://vaaya.ai/api/run/signalbase/people",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "TheirStack — List the technologies a company uses, each with confidence (low/medium/high), the number of job posts mentioning it, and first/last dates seen. Pass ONE of `company_domain` (preferred), `company_name`, `company_linkedin_url`; optional `keyword_category_slug_or`, `confidence_or`, `min_jobs`, `limit` (rows). Flat vendor cost per company lookup regardless of rows; free upstream when the company isn't found.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"company_domain": {
"minLength": 2,
"type": "string"
},
"company_id": {
"minLength": 1,
"type": "string"
},
"company_linkedin_url": {
"minLength": 2,
"type": "string"
},
"company_name": {
"minLength": 1,
"type": "string"
},
"confidence_or": {
"items": {
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"type": "array"
},
"keyword_category_slug_or": {
"items": {
"type": "string"
},
"type": "array"
},
"keyword_slug_or": {
"items": {
"type": "string"
},
"type": "array"
},
"last_date_found_gte": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"min_jobs": {
"minimum": 0,
"type": "integer"
},
"page": {
"minimum": 0,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "527fe33aee84bcbe9cfff78c9578a1c90eefa5cae63b52a064f54c9c75439e16",
"service_id": "39f912bec675a5b9fae691607d69ca86683d7694270cdcace915ba829282f9af",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T19:33:51.914Z",
"url": "https://vaaya.ai/api/run/theirstack/technographics",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Find a person's professional email via Tomba from their name + company. Pass `domain` (preferred, e.g. stripe.com) or `company`, plus `full_name` or `first_name` + `last_name`. Returns the most likely email with a confidence score, sources, and position data. 1 Tomba credit — only charged upstream when a valid email is found.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"company": {
"minLength": 1,
"type": "string"
},
"domain": {
"minLength": 3,
"type": "string"
},
"first_name": {
"minLength": 1,
"type": "string"
},
"full_name": {
"minLength": 2,
"type": "string"
},
"last_name": {
"minLength": 1,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.04",
"amount_atomic": "40000",
"amount_encoding": "atomic_units",
"amount_raw": "40000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "560209b03b3547adce67c6c9d4cb4716c777d8b61448375c8be7c883c0100833",
"service_id": "40b8158692938bfcac182bebd2890e3a18369de755229c9ef3f3213d6f0faf02",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-28T09:55:46.839Z",
"url": "https://vaaya.ai/api/run/tomba/email-finder",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Entity-resolved, de-duped company/industry news with sentiment, AI summary, and tagged company mentions (~80% of noise filtered). Scope by { company: 'https://canva.com' } (website URL), { industry } (taxonomy code from akta:industry-search), or free-text { query }. Optional filters (additive): `sentiment_list` (positive/negative/neutral), `type_list` (tag CODES, e.g. CM01=Equity Fund-Raising, WT01=Strategic Hiring, SD01=Product Launches, SD02=Partnerships — codes appear on returned articles' `…",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"company": {
"minLength": 3,
"type": "string"
},
"industry": {
"minLength": 2,
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"news_score_list": {
"items": {
"enum": [
"High",
"Medium",
"Low"
],
"type": "string"
},
"type": "array"
},
"offset": {
"minimum": 0,
"type": "integer"
},
"query": {
"minLength": 2,
"type": "string"
},
"sentiment_list": {
"items": {
"enum": [
"positive",
"negative",
"neutral"
],
"type": "string"
},
"type": "array"
},
"start_date": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"type_list": {
"items": {
"pattern": "^[A-Z]{2}\\d{2}$",
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "55dcb7d739e4447316b1d3118f4ede3b5445558fda2f38656308e64ce408c098",
"service_id": "42a873f71940a763655d7a28709a316a20da2112d9773588884214833d97baf6",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T14:16:42.937Z",
"url": "https://vaaya.ai/api/run/akta/news",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "List all known professional email addresses at a company via Tomba. Pass `domain` (e.g. stripe.com) or `company` name; optional `country` (2-letter code), `department` (engineering/sales/finance/hr/it/marketing/operations/management), `page` + `limit` (10|20|50). Returns emails with names, positions, and the domain email pattern — good first step before email-finder when you only know the company.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"company": {
"minLength": 1,
"type": "string"
},
"country": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"department": {
"minLength": 2,
"type": "string"
},
"domain": {
"minLength": 3,
"type": "string"
},
"limit": {
"enum": [
10,
20,
50
],
"type": "number"
},
"page": {
"exclusiveMinimum": 0,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.04",
"amount_atomic": "40000",
"amount_encoding": "atomic_units",
"amount_raw": "40000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "0e69d02d4328bb138af39fba49ab89e322d153b75f29031f73891758b121dece",
"service_id": "4b8ffe5cb235cbc50d5f075c67eae2f36e57d7f309a88529262a05bc23d585fe",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-24T10:55:38.888Z",
"url": "https://vaaya.ai/api/run/tomba/domain-search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Brave — keyword web search over Brave's own independent index (not Google/Bing). Pass `q`; optional `count` (1-20), `offset` (pagination), `country` (2-letter), `search_lang`, `freshness` (pd|pw|pm|py or YYYY-MM-DDtoYYYY-MM-DD), `safesearch`, `result_filter` (comma list: web,news,videos,faq,discussions), `extra_snippets` (up to 5 alternative excerpts per hit). Returns ranked results with snippets — no page content; chain a scrape action for full text. The independent keyword-index alternative t…",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"count": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"country": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"extra_snippets": {
"type": "boolean"
},
"freshness": {
"maxLength": 30,
"minLength": 2,
"type": "string"
},
"offset": {
"maximum": 9,
"minimum": 0,
"type": "integer"
},
"q": {
"maxLength": 400,
"minLength": 1,
"type": "string"
},
"result_filter": {
"maxLength": 120,
"minLength": 1,
"type": "string"
},
"safesearch": {
"enum": [
"off",
"moderate",
"strict"
],
"type": "string"
},
"search_lang": {
"maxLength": 5,
"minLength": 2,
"type": "string"
},
"spellcheck": {
"type": "boolean"
}
},
"required": [
"q"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "43ffbdac0c4936baf5a9d19fbff4a9a2e73519e80c34d3de2d36b5bd82e6f135",
"service_id": "5274b1a91587fd0488184f1b0c9744bcbc92696f9d12316e8cb76ac9aaad48d7",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-18T09:34:14.248Z",
"url": "https://vaaya.ai/api/run/brave/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Tavily — AI-native web search tuned for RAG: ranked results with relevance scores, optional LLM answer synthesis. Pass `query`; optional `topic` (general|news|finance), `max_results` (1-20), `include_answer` (true = synthesized answer), `include_raw_content` (true|\"markdown\" = full page text per hit), `include_domains`/`exclude_domains`, `time_range` (day|week|month|year), `country`. Alternative to exa/search (semantic recall) and brave/search (keyword index).",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"country": {
"type": "string"
},
"exclude_domains": {
"items": {
"type": "string"
},
"type": "array"
},
"include_answer": {
"anyOf": [
{
"type": "boolean"
},
{
"enum": [
"basic",
"advanced"
],
"type": "string"
}
]
},
"include_domains": {
"items": {
"type": "string"
},
"type": "array"
},
"include_raw_content": {
"anyOf": [
{
"type": "boolean"
},
{
"enum": [
"markdown",
"text"
],
"type": "string"
}
]
},
"max_results": {
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"query": {
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"time_range": {
"enum": [
"day",
"week",
"month",
"year",
"d",
"w",
"m",
"y"
],
"type": "string"
},
"topic": {
"enum": [
"general",
"news",
"finance"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "4ead8695351f0b6b8d80dcb93a9c4f0a05bce3522cbd748e16ee9e76d61688d0",
"service_id": "534999ad4d4021f30e0184f11bd10dca89bb6e44afc5e92a099a3383a643bf22",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T00:58:37.934Z",
"url": "https://vaaya.ai/api/run/tavily/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Parallel — AI-powered web search via x402 (1¢ flat).",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"mode": {
"enum": [
"one-shot",
"fast"
],
"type": "string"
},
"objective": {
"type": "string"
},
"query": {
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "ebc1e7cca080340b429ba5bb6a95e24ff79280d8d0f2e6904842c58c271e781a",
"service_id": "537dd23abfac741ee6c97d556bf2339c4ca1aca360cb1867355a54bf85b7bbf1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-24T17:42:29.163Z",
"url": "https://vaaya.ai/api/run/parallel/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Firecrawl — Map all URLs on a website without scraping content.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.01",
"amount_atomic": "10000",
"amount_encoding": "atomic_units",
"amount_raw": "10000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "bbdc1076619c6929bcf89ae9fd316b251787b4ccba5c397856711280e97abceb",
"service_id": "5432718270588698381db70a833fdb67c2a98a4a59548ba695a5bb31be15df5d",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T20:00:54.514Z",
"url": "https://vaaya.ai/api/run/firecrawl/map",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Find a person's professional email via Icypeas from their name + company. Pass `firstname` and/or `lastname` plus `domainOrCompany` (domain preferred, e.g. stripe.com). Returns `{ item: { _id } }` immediately — the search runs async. KEEP POLLING icypeas/result with that `id` (every 3-5s; Icypeas caps reads at 30/min) until `status` leaves NONE/SCHEDULED/IN_PROGRESS. FOUND/DEBITED = hit, NOT_FOUND/DEBITED_NOT_FOUND = processed but empty. Results carry the email(s) with a certainty grade (ultra_…",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"custom": {
"additionalProperties": false,
"properties": {
"externalId": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"webhookUrl": {
"format": "uri",
"type": "string"
}
},
"type": "object"
},
"domainOrCompany": {
"minLength": 2,
"type": "string"
},
"firstname": {
"minLength": 1,
"type": "string"
},
"lastname": {
"minLength": 1,
"type": "string"
}
},
"required": [
"domainOrCompany"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.04",
"amount_atomic": "40000",
"amount_encoding": "atomic_units",
"amount_raw": "40000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "c497c53e527e2ec5e783677e3fd579b6d0f1d3512b32e7a0fd88e1949750d433",
"service_id": "5d87fe40ac22d9d3f423444a239ec41dbf39c8a39468e1ea5ff3838fea1954a3",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T10:08:14.678Z",
"url": "https://vaaya.ai/api/run/icypeas/email-search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Kadec0 — 29 public-data endpoints over x402: academic papers, CVE, FDA/recalls, SEC EDGAR, congress trades, USGS quakes, permits, whois/domain/DNS, geocode, weather, nutrition, HackerNews/StackOverflow, DeFi TVL/yields/gas. GET { endpoint, ...query }. 1-11¢ caps. See research + onchain-data knowledge docs.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"endpoint": {
"minLength": 1,
"type": "string"
}
},
"required": [
"endpoint"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.03",
"amount_atomic": "30000",
"amount_encoding": "atomic_units",
"amount_raw": "30000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "d3df5ead13e9c8ffb779b998522cf87eef4d27ef089d44d55d17c02a00cc4ee5",
"service_id": "6780c0b14f765428637561b33bca3b5b3e3683c6177f6a959b67132fc2c6e779",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-31T10:41:01.162Z",
"url": "https://vaaya.ai/api/run/kadec0/fetch",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "OpenRouter — one endpoint for 100+ LLMs, keyless pay-per-call (price varies by model + tokens). Params: `model` (vendor/model id like openai/gpt-4o), `messages`.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"messages": {
"items": {
"additionalProperties": true,
"properties": {},
"type": "object"
},
"minItems": 1,
"type": "array"
},
"model": {
"minLength": 1,
"type": "string"
}
},
"required": [
"model",
"messages"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "1",
"amount_atomic": "1000000",
"amount_encoding": "atomic_units",
"amount_raw": "1000000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "2bfb2a4bdf03e783bc319d83948fb096389da952f39ce9df5f6f8124161e6e36",
"service_id": "78a4a78f8e8836bf32678eadfb67646a8236c87d79260d17c8943e7c6bebac37",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T01:00:03.421Z",
"url": "https://vaaya.ai/api/run/openrouter/chat",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Signalbase — Real-time FUNDING ROUND signals: who raised, how much, which round, from which investors, with sources. Filters: `date_preset` (\"last_30d\"…) or `dateFrom`/`dateTo`, `round` (Seed, Series A…), `round_flavor` (bridge/extension/secondary), `amount_min`/`amount_max` (USD), `investor_name`, `countries`/`categories` (comma-separated), `company_name`/`company_domain`/`company_linkedin_url`, `employee_count_min`/`max`, `verification_status`. `limit` ≤100, `page` for more — flat price per c…",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"amount_max": {
"minimum": 0,
"type": "integer"
},
"amount_min": {
"minimum": 0,
"type": "integer"
},
"categories": {
"type": "string"
},
"company_domain": {
"type": "string"
},
"company_linkedin_url": {
"type": "string"
},
"company_name": {
"type": "string"
},
"count": {
"enum": [
"true",
"false"
],
"type": "string"
},
"countries": {
"type": "string"
},
"currency": {
"type": "string"
},
"dateFrom": {
"type": "string"
},
"dateTo": {
"type": "string"
},
"date_preset": {
"type": "string"
},
"employee_count_max": {
"minimum": 0,
"type": "integer"
},
"employee_count_min": {
"minimum": 0,
"type": "integer"
},
"exclude_countries": {
"type": "string"
},
"founded_year_max": {
"type": "integer"
},
"founded_year_min": {
"type": "integer"
},
"investor_name": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"page": {
"minimum": 1,
"type": "integer"
},
"round": {
"type": "string"
},
"round_flavor": {
"type": "string"
},
"search": {
"type": "string"
},
"sort_by": {
"type": "string"
},
"sort_order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"subcategories": {
"type": "string"
},
"verification_status": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.25",
"amount_atomic": "250000",
"amount_encoding": "atomic_units",
"amount_raw": "250000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "800111d0520dd6d8c2697b0c1b185f33e790a67629d6aba29ea2cc85faf4d457",
"service_id": "7a5e766f2d14ea249fd490c6e08bf2cfe340f59ea46c9edab72ec797f6448eed",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T17:16:36.684Z",
"url": "https://vaaya.ai/api/run/signalbase/funding",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Verify an email address's deliverability via Tomba. Pass `email`. Returns status (deliverable/undeliverable/risky), SMTP + MX checks, disposable/webmail flags, and a score. Cheapest verify rung — use before sending to a found email.",
"domain": "vaaya.ai",
"evidence_mode": "raw",
"extension_names": [
"bazaar"
],
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"email": {
"format": "email",
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
},
"legacy_network": null,
"legacy_pay_to": null,
"legacy_price_basis": null,
"legacy_price_usd": null,
"metadata": null,
"method": "POST",
"observed_at": 1789191719.42,
"offers": [
{
"amount": "0.02",
"amount_atomic": "20000",
"amount_encoding": "atomic_units",
"amount_raw": "20000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"billing_unit": null,
"billing_unit_basis": "commercial_terms_not_validated",
"currency": "USDC",
"decimals": 6,
"decimals_basis": "known_token_mapping",
"extra": {
"name": "USD Coin",
"version": "2"
},
"issuer": null,
"network": "eip155:8453",
"pay_to": "0x7c655d3d3944Bd27994dD81A036C3aFB19806C40",
"price_basis": "advertised",
"scheme": "exact",
"timeout_seconds": 360,
"usd_market_value": null
}
],
"operator_identity": "not_verified",
"output_schema": null,
"protocol": "x402",
"protocol_version": 2,
"quality": "not_evaluated",
"run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
"schema_fingerprint": "bf9201df202acfaac692496dec0b261e07f96b13ad1fb109a40780f674beb19a",
"service_id": "7fc9588b12481e3f75df0747049b8f68c0bcf0b8fcf1463b88c36cfeafff20fb",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-24T10:59:06.83Z",
"url": "https://vaaya.ai/api/run/tomba/email-verifier",
"usage_rights": "not_reviewed"
}Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.
Discuss an outcome integrationDiscovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.
1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.
43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.
Collection status JSON