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.1 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Get a person's emails straight from their LinkedIn profile URL via ContactOut (recruiter-grade data; returns WORK and PERSONAL emails — no name+domain guessing). Pass `profile` (a linkedin.com/in/... URL); set `include_phone: true` to also get phone numbers (priced higher — phone credits are scarcer). The premium rung above tomba/icypeas email finders: use it when you have the LinkedIn URL, or when the cheaper finders miss. Response nests under `profile`: `{ email: [...], work_email: [...], per…",
"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": {
"include_phone": {
"type": "boolean"
},
"profile": {
"format": "uri",
"type": "string"
}
},
"required": [
"profile"
],
"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.1",
"amount_atomic": "100000",
"amount_encoding": "atomic_units",
"amount_raw": "100000",
"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": "812553fe376cd66a085e863a7d3cdc4b7e48d0cfa3556d3fa21c99e5f324841e",
"service_id": "81e6184f334c26f1b158f7d9dd1e0dbf7135b1793f97a99026eed026737f3d57",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-10T18:08:43.272Z",
"url": "https://vaaya.ai/api/run/contactout/linkedin-contacts",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "TheirStack — List the BUYING-INTENT topics detected for a company from its job posts (each with confidence, mention count, first/last dates). Pass ONE of `company_domain` (preferred), `company_name`, `company_linkedin_url`; optional `keyword_slug_or` to check specific topics (slugs from theirstack/tech-catalog with keyword_type_not=technology), `confidence_or`, `limit`. The qualification signal before outreach: is this account showing intent for what you sell?",
"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": "846e1b15b32ec648a66d267d21fdec6b24d58c92024964885808cdaa42126767",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T20:13:26.806Z",
"url": "https://vaaya.ai/api/run/theirstack/buying-intents",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Signalbase — COMPANY search independent of any signal: profiles with industry, headcount, location, founded year, categories. Filters: `search` (free text), `domain`/`linkedin_url` (exact lookup), `industry`/`categories` (comma-separated), `countries`, `employee_count_min`/`max`, `founded_year_min`/`max`. `limit` ≤100 — flat price per call. Use to resolve/browse companies before pulling their signals.",
"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": {
"categories": {
"type": "string"
},
"count": {
"enum": [
"true",
"false"
],
"type": "string"
},
"countries": {
"type": "string"
},
"dateFrom": {
"type": "string"
},
"dateTo": {
"type": "string"
},
"date_preset": {
"type": "string"
},
"domain": {
"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"
},
"industry": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"linkedin_url": {
"type": "string"
},
"page": {
"minimum": 1,
"type": "integer"
},
"search": {
"type": "string"
},
"sort_by": {
"type": "string"
},
"sort_order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"subcategories": {
"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": "8480598ce01448884c7ad548f792f4f0540084fdf51a1a1e508f6fba5e9b9202",
"service_id": "884d16aabaccc254f271f89a199c600289f8aae310bb681e987b83f2febdb812",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T06:05:49.399Z",
"url": "https://vaaya.ai/api/run/signalbase/companies",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Find up to 100 companies that RESEMBLE a seed set or description via OpenFunnel (SYNC). Pass `seed_domains` (≤10 — e.g. your closed-won accounts) and/or `query` (≤200 chars), `limit` (1-100, upstream default 10 — SET IT EXPLICITLY), and optional filters: min/max_employees, funding_stages (Pre-Seed…Public), locations (ISO alpha-3: USA, GBR, IND — call `openfunnel:options` {kind:\"countries\"} for the list). Returns companies with domains + firmographics. Need >100? Use `openfunnel:lookalikes-bulk`…",
"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": {
"funding_stages": {
"items": {
"enum": [
"Pre-Seed",
"Seed",
"Series A",
"Series B",
"Series C",
"Series D",
"Series E+",
"Public"
],
"type": "string"
},
"type": "array"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"locations": {
"items": {
"maxLength": 3,
"minLength": 3,
"type": "string"
},
"type": "array"
},
"max_employees": {
"minimum": 0,
"type": "integer"
},
"min_employees": {
"minimum": 0,
"type": "integer"
},
"query": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"seed_domains": {
"items": {
"minLength": 3,
"type": "string"
},
"maxItems": 10,
"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.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": "f2f535b4a674fc3df44d6727c75a570e6b0e32a5188163646981a6dd8b65a6c9",
"service_id": "8be2c2e07f7664b87f8646f8d857864d851832342b0ac7d137ed6d10b5ba1dde",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T14:31:04.459Z",
"url": "https://vaaya.ai/api/run/openfunnel/lookalikes",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "CRW — Structured extraction over up to 10 URLs using an LLM. Pass `urls` plus `prompt` (natural language) and/or `schema` (JSON schema); optional `basis: true` for per-field source evidence. Usually returns the extracted objects INLINE and already complete: `{ results: [{ url, status: completed, data }] }` — read `data` directly, do not poll. The extracted object may be nested one level (`data.data`) on multi-URL calls; unwrap defensively. If a call instead returns `{ id, status: processing }`,…",
"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": {
"basis": {
"type": "boolean"
},
"prompt": {
"minLength": 1,
"type": "string"
},
"schema": {
"additionalProperties": {},
"type": "object"
},
"urls": {
"items": {
"format": "uri",
"type": "string"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"urls"
],
"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": "923785298b234562bbe7dcb4a4ad887077fa9d1fd76b5d43aaccc4d129e3ed86",
"service_id": "8c69864c26f7c3bca47b7653cf91fff5c3c88c944654cc59714419ca0d16bdcf",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-24T17:28:57.574Z",
"url": "https://vaaya.ai/api/run/crw/extract",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Modal — Create a sandboxed compute environment (CPU by default, 300s timeout). Pass `gpu` (T4 | L4 | A10G | A100 | H100) for GPU workloads like model inference.",
"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": {
"command": {
"anyOf": [
{
"minLength": 1,
"type": "string"
},
{
"items": {
"minLength": 1,
"type": "string"
},
"minItems": 1,
"type": "array"
}
]
},
"gpu": {
"enum": [
"T4",
"L4",
"A10G",
"A100",
"H100"
],
"type": "string"
},
"image": {
"type": "string"
},
"timeout": {
"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.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": "11ef2d2a6ce1a7e01548e26df77f244a81eae04b05141edcb1d845bb2a50eeca",
"service_id": "8cde3f3a9f30312d11210bbb2ee1a5c37ba80e4b705121cde2debad4db75be24",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T21:51:42.663Z",
"url": "https://vaaya.ai/api/run/modal/sandbox-create",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Fetch the result of an Icypeas search launched by icypeas/email-search, email-verification, or domain-scan. Pass `id` (the `item._id` from the launch response); or list recent searches with `mode: \"single\"` (+ optional `type`: email-search|domain-scan|email-verification) or `mode: \"bulk\"`, `limit` ≤ 100. Read `items[0].status`: NONE/SCHEDULED/IN_PROGRESS = keep polling (every 3-5s, ≤30 reads/min); FOUND/DEBITED = done, read `items[0].results`; NOT_FOUND/DEBITED_NOT_FOUND = processed, nothing fo…",
"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": {
"file": {
"minLength": 1,
"type": "string"
},
"id": {
"minLength": 1,
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"mode": {
"enum": [
"single",
"bulk"
],
"type": "string"
},
"next": {
"type": "boolean"
},
"sorts": {
"items": {},
"type": "array"
},
"type": {
"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": "d0081f9b2c34627469d6e0eada116a527b72885f927c0bbbc7c84e52d4c163c8",
"service_id": "8f9b6350c90a0ba0afa75f03d1b980d9554a06dc65a58857eb2cb197ae2f8d14",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T10:08:04.891Z",
"url": "https://vaaya.ai/api/run/icypeas/result",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "CRW — Discover the URLs of a website without scraping content (sitemap + crawl fallback). Pass `url`; optional `maxDepth`, `useSitemap` (default true), `timeout` (seconds, default 120). Recon step before targeted crw/scrape or crw/crawl.",
"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": {
"maxDepth": {
"minimum": 0,
"type": "integer"
},
"timeout": {
"exclusiveMinimum": 0,
"type": "integer"
},
"url": {
"format": "uri",
"type": "string"
},
"useSitemap": {
"type": "boolean"
}
},
"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": "97a976631bfbace652a856ee10b7a095292f88b3d4bf9081f9d382d0d34eb82a",
"service_id": "986e6a03a91381cfde0b0114870ff8e318c795f2ed40cad0472b5c5912f501df",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-18T06:20:58.269Z",
"url": "https://vaaya.ai/api/run/crw/map",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Fetch a file from a public URL into your persistent Vaaya file library (server-side — no local download needed). Returns file_id and get_url. Max 100MB per file.",
"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": {
"filename": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"note": {
"maxLength": 500,
"type": "string"
},
"tags": {
"items": {
"maxLength": 40,
"minLength": 1,
"type": "string"
},
"maxItems": 10,
"type": "array"
},
"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": "e025f822ae92c3b4ecd808031356ccefaabbc96ca777ae0f487b29a476c2a5c0",
"service_id": "9cc1e97a8e76c414f4107e071cb306f7be008d5601666faf460c9ce04f6bac72",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T03:15:56.062Z",
"url": "https://vaaya.ai/api/run/files/upload_from_url",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "CRW — Scrape a single URL to clean markdown/HTML/JSON (Firecrawl-compatible). Pass `url`; optional `formats` (markdown|html|rawHtml|plainText|links|json|summary|screenshot, default markdown), `onlyMainContent` (default true), `renderJs` (null = auto-detect), `waitFor` (ms), `stealth` (anti-bot browser), `country` (2-letter proxy egress), `jsonSchema` (structured output). Sync — returns the scraped content directly. Cheapest full-featured scrape 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": true,
"properties": {
"country": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"formats": {
"items": {
"type": "string"
},
"type": "array"
},
"jsonSchema": {
"additionalProperties": {},
"type": "object"
},
"onlyMainContent": {
"type": "boolean"
},
"renderJs": {
"type": [
"boolean",
"null"
]
},
"stealth": {
"type": "boolean"
},
"url": {
"format": "uri",
"type": "string"
},
"waitFor": {
"minimum": 0,
"type": "integer"
}
},
"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": "6c08528f137c9b7810b6b3ae7ae505642da29d3113f1930b196e58458e456842",
"service_id": "9dd786a704b9e49ddc6df20ea940227ddfa2cb627b4542392797ddde3f9056f3",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-06T02:44:09.085Z",
"url": "https://vaaya.ai/api/run/crw/scrape",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "List archived snapshots of a URL from the Internet Archive Wayback Machine (CDX index). Pass `url` + optional `from`/`to` (YYYY..YYYYMMDDhhmmss prefixes) and `limit`. Returns [timestamp, original, mimetype, statuscode, ...] rows — feed a row's timestamp to wayback/fetch. THE source for \"what did this page/pricing/docs say in <year>\" and for recovering dead links.",
"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": {
"from": {
"pattern": "^\\d{4,14}$",
"type": "string"
},
"limit": {
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"to": {
"pattern": "^\\d{4,14}$",
"type": "string"
},
"url": {
"minLength": 1,
"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": "35d83f09df9eb1d19f98853e49303ae40a3b7c3eca163bc21457fa424b217e96",
"service_id": "a02d351be33de1a807357b979b048000d4ae502fb53a9beacdf6894e7d1386c2",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-13T13:15:09.44Z",
"url": "https://vaaya.ai/api/run/wayback/snapshots",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Transcribe audio (or the audio track of a video) to text with Deepgram Nova-3 — podcasts, calls, voicemails, interviews, screen recordings. Pass `url` (a publicly reachable audio/video file — stage local files via files/upload or fal/upload first) and `duration_minutes` (the approximate length, priced at 1¢/min, default 10). Options: `language` (ISO code, e.g. \"en\", \"hi\"), `detect_language: true`, `diarize: true` (speaker labels), `utterances: true` (timestamped segments), `model` (\"nova-3\" def…",
"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": {
"detect_language": {
"type": "boolean"
},
"diarize": {
"type": "boolean"
},
"duration_minutes": {
"maximum": 180,
"minimum": 1,
"type": "number"
},
"language": {
"maxLength": 10,
"minLength": 2,
"type": "string"
},
"model": {
"enum": [
"nova-3",
"nova-2"
],
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
},
"utterances": {
"type": "boolean"
}
},
"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.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": "eeb752cc906fe42c73129b8f3d0de34ba052d45cdba7cc5d6202e15ebe7ef1d5",
"service_id": "a54f5383aae8913a1d392efbb452c150d45ef81ffc7a180fd8939e0e2d9d779e",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T04:59:57.879Z",
"url": "https://vaaya.ai/api/run/deepgram/transcribe",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Search 10M+ US court opinions (CourtListener v4). Pass `q` + optional `court` (e.g. cand, ca9, scotus), `judge`, `filed_after`/`filed_before`, `order_by` (\"dateFiled desc\"), `cursor` (pagination). Returns case names, courts, dates, cites, and absolute_url links to full opinions.",
"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": {
"case_name": {
"type": "string"
},
"court": {
"type": "string"
},
"cursor": {
"type": "string"
},
"docket_number": {
"type": "string"
},
"filed_after": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"filed_before": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"judge": {
"type": "string"
},
"order_by": {
"type": "string"
},
"party_name": {
"type": "string"
},
"q": {
"minLength": 1,
"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.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": "15c89d7c90f8a9822843a166de197c375846f5f639c6ece22a0dd22dadd886c5",
"service_id": "a692e24f610f14d5394c403fb7d128a030d1ba90c3ecf792b7cee9e53b503ba3",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:22:46.028Z",
"url": "https://vaaya.ai/api/run/courtlistener/cases",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Apify — Tweets by search term, handle, or conversation.",
"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"
},
"searchTerms": {
"items": {},
"minItems": 1,
"type": "array"
}
},
"required": [
"searchTerms"
],
"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": "531d208b9372e35aee393d623597bd374e0c937d3b784288fb200ee1716e0b23",
"service_id": "a9ab6915fc66c67c1979c95954962323f4a6abbfb2b51c1b29b37e51012dc535",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-21T17:06:41.359Z",
"url": "https://vaaya.ai/api/run/apify/tweets",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Search federal court dockets via RECAP (CourtListener v4) — the litigation profile of any company: every case naming it, parties, attorneys, filing dates, live docket links. Same params as courtlistener/cases. Coverage is federal courts via the RECAP archive; state-court coverage varies — say so in outputs.",
"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": {
"case_name": {
"type": "string"
},
"court": {
"type": "string"
},
"cursor": {
"type": "string"
},
"docket_number": {
"type": "string"
},
"filed_after": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"filed_before": {
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"judge": {
"type": "string"
},
"order_by": {
"type": "string"
},
"party_name": {
"type": "string"
},
"q": {
"minLength": 1,
"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.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": "15c89d7c90f8a9822843a166de197c375846f5f639c6ece22a0dd22dadd886c5",
"service_id": "b079dd3033620cfca8fb2c532431fbd6dd69c34c56c422d832442965849a12b6",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T17:31:54.245Z",
"url": "https://vaaya.ai/api/run/courtlistener/dockets",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Signalbase — Real-time JOB CHANGE signals: executive moves and role transitions sourced from LinkedIn + press releases (names GDPR-masked). Filters: `date_preset`/`dateFrom`/`dateTo`, `positions`/`departments`/`seniorities` (comma-separated), `new_role`, `keyword`, `company_name`/`company_domain`/`company_linkedin_url`, `personLinkedinUrl`, `countries`/`city`, `source` (linkedin/press_release). `limit` ≤100 — flat price per call. New-exec-in-seat is the classic 90-day buying window.",
"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_name": {
"type": "string"
},
"count": {
"enum": [
"true",
"false"
],
"type": "string"
},
"countries": {
"type": "string"
},
"dateFrom": {
"type": "string"
},
"dateTo": {
"type": "string"
},
"date_preset": {
"type": "string"
},
"departments": {
"type": "string"
},
"exclude_countries": {
"type": "string"
},
"keyword": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"new_role": {
"type": "string"
},
"page": {
"minimum": 1,
"type": "integer"
},
"personLinkedinUrl": {
"type": "string"
},
"positions": {
"type": "string"
},
"search": {
"type": "string"
},
"seniorities": {
"type": "string"
},
"sort_by": {
"type": "string"
},
"sort_order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"source": {
"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": "b12748b16f9ab6f1b9f5071d539265d17c79c0a5259be8ea027dbdc527639400",
"service_id": "b801023f1106ddcf89df9bc9398e43917060956291682b5bfbf30198131e62ce",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-04T06:05:48.375Z",
"url": "https://vaaya.ai/api/run/signalbase/job-changes",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Signalbase — Real-time HIRING signals: open positions with applicant counts and team sizes. Filters: `date_preset`/`dateFrom`/`dateTo`, `positions`/`departments`/`seniorities` (comma-separated), `search`/`description` (full-text), `categories`, `countries`/`company_countries`/`job_countries`/`states`/`city`, `team_size`, `applicants`, `company_name`/`company_domain`/`company_linkedin_url`. `limit` ≤100 — flat price per call. Event-stream alternative to theirstack:jobs (which bills per posting):…",
"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": {
"applicants": {
"type": "string"
},
"categories": {
"type": "string"
},
"city": {
"type": "string"
},
"company_countries": {
"type": "string"
},
"company_domain": {
"type": "string"
},
"company_linkedin_url": {
"type": "string"
},
"company_name": {
"type": "string"
},
"count": {
"enum": [
"true",
"false"
],
"type": "string"
},
"countries": {
"type": "string"
},
"dateFrom": {
"type": "string"
},
"dateTo": {
"type": "string"
},
"date_preset": {
"type": "string"
},
"departments": {
"type": "string"
},
"description": {
"type": "string"
},
"exclude_countries": {
"type": "string"
},
"job_countries": {
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"page": {
"minimum": 1,
"type": "integer"
},
"positions": {
"type": "string"
},
"search": {
"type": "string"
},
"seniorities": {
"type": "string"
},
"sort_by": {
"type": "string"
},
"sort_order": {
"enum": [
"asc",
"desc"
],
"type": "string"
},
"states": {
"type": "string"
},
"subcategories": {
"type": "string"
},
"team_size": {
"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": "e00d4b0bc655263f045b18ae25380acdba44855384d04872495d688778d56aaf",
"service_id": "ba3455eeeed181f25730e0cf10bee81d5975195ac116e2f479cc195d112bae6c",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T07:14:33.595Z",
"url": "https://vaaya.ai/api/run/signalbase/hiring",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "KicksDB — search sneaker/streetwear products (~0.05¢). Params: `marketplace` (stockx | goat | shopify | snkrs | kream | novelship), `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": {
"marketplace": {
"enum": [
"stockx",
"goat",
"shopify",
"snkrs",
"kream",
"novelship"
],
"type": "string"
},
"query": {
"minLength": 1,
"type": "string"
}
},
"required": [
"marketplace",
"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": "4d7890c53fdce449ccfe97714fd52ee160f20060640ebb8f8f93ea60f9948971",
"service_id": "bbe55a4619167ac591425b5e8db0c51d776e06cdb85b442f75a7a8ae37eb2ea5",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T01:24:58.08Z",
"url": "https://vaaya.ai/api/run/kicksdb/product-search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Oxylabs — scrape a public URL with optional geo-targeting and JS rendering. Params: `url`, optionally `geo_location`, `render` (\"html\").",
"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": {
"geo_location": {
"type": "string"
},
"render": {
"type": "string"
},
"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.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": "0a4a71f3f9b2005481639f032cc456911d8f5ba82a89d7e38ba87fac1f7b0dca",
"service_id": "bc843aab46fe3bf9847b9903780d6ae4d959960bdf27da22bac42526220034ee",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T01:24:50.26Z",
"url": "https://vaaya.ai/api/run/oxylabs/scrape",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Firecrawl — Scrape a single URL and return clean markdown/HTML.",
"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": {
"formats": {
"items": {
"type": "string"
},
"type": "array"
},
"onlyMainContent": {
"type": "boolean"
},
"url": {
"format": "uri",
"type": "string"
},
"waitFor": {
"exclusiveMinimum": 0,
"type": "integer"
}
},
"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": "bcba3dc2c8fb04c983f3a1c907db5b295e911df53c68d4c5c2ed08d6732492ea",
"service_id": "c5f6f2148a2f45cb76e0f5958b89cb5f7f79732f30d9ceb56695f46830f1ee73",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-11T22:52:43.393Z",
"url": "https://vaaya.ai/api/run/firecrawl/scrape",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Search 250M+ scholarly works (OpenAlex — successor to Microsoft Academic Graph). Pass `search` and/or `filter` (comma-joined, e.g. from_publication_date:2024-01-01,is_oa:true,cited_by_count:>100), optional `sort`, `page`, `per_page`. Returns metadata + abstracts + citation counts + OA links. The citation-graph layer kadec0/papers lacks.",
"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": {
"filter": {
"type": "string"
},
"page": {
"minimum": 1,
"type": "integer"
},
"per_page": {
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"search": {
"type": "string"
},
"sort": {
"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": "108efff3f7901cd0a0bdfa0890eb10a8fe1cf7d29ab3b4e10e228f7e5dad54e0",
"service_id": "cfa2b50de2cda97974ae3a4d723bac73282915b9802cab042ff594dcee6650f1",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-25T21:13:34.094Z",
"url": "https://vaaya.ai/api/run/openalex/works",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Browserbase — Create a headless browser session via x402. Charges 0.2¢ per minute of estimatedMinutes (minimum 5). Returns sessionId + connectUrl.",
"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": {
"estimatedMinutes": {
"default": 5,
"minimum": 5,
"type": "integer"
},
"keepAlive": {
"type": "boolean"
},
"proxies": {}
},
"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": "2a7f52917d0c38f69443d6bdcfa02f44d977e3cabb63c69dea8cceb4c4748f4f",
"service_id": "d72f7cbed11b5f6aa155d4b7df418fd7ea56234116b17106e2a6e1b23d384ffc",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-01T21:24:29.864Z",
"url": "https://vaaya.ai/api/run/browserbase/create_session",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Linkup — AI web search returning a cited answer or ranked results. Pass `q`; optional `outputType` (sourcedAnswer default — synthesized answer with sources | searchResults — raw ranked hits | structured — pass `structuredOutputSchema` JSON-schema string), `fromDate`/`toDate` (ISO), `includeDomains`/`excludeDomains`, `includeImages`, `includeInlineCitations`. Standard depth — one-pass retrieval. For hard multi-hop questions escalate to linkup/deep-search (5¢).",
"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.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": "6b0fb26058b4efa6dd6b54e148548ea0123211e21aa8e8011f07a415a1df7c08",
"service_id": "d8ba3c222fbd999a0d2c6f705459d7251163d8278eabec7ae408701282e40f56",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-07T01:23:47.587Z",
"url": "https://vaaya.ai/api/run/linkup/search",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.55 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Enrich OR reverse-lookup a person via Nyne — from ANY single identifier: `email` (\"who owns this address?\"), `phone` (\"who is this number?\"), `social_media_url` (LinkedIn/X/Instagram/GitHub/Facebook profile URL — for a bare handle build the URL, e.g. https://instagram.com/<handle>), or `name` (+ `company`/`city` to disambiguate). Returns the resolved identity: best work/personal emails, alt emails, PHONE numbers, social profiles, work history, seniority. Use when Prospeo misses, the lead has no…",
"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": {
"ai_enhanced_search": {
"type": "boolean"
},
"city": {
"maxLength": 100,
"type": "string"
},
"company": {
"maxLength": 255,
"type": "string"
},
"email": {
"format": "email",
"type": "string"
},
"lite_enrich": {
"type": "boolean"
},
"name": {
"minLength": 2,
"type": "string"
},
"phone": {
"minLength": 7,
"type": "string"
},
"social_media_url": {
"format": "uri",
"type": "string"
},
"strict_email_check": {
"type": "boolean"
}
},
"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.55",
"amount_atomic": "550000",
"amount_encoding": "atomic_units",
"amount_raw": "550000",
"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": "99a2553f3483ba65cc84063c94ebab3690be9bef9540d65ca36fba2e650e9ba1",
"service_id": "db50ce69c6c6a2974e989d75ecc07a098405779ce8d1fd78ae09f364d5360af5",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T22:22:51.198Z",
"url": "https://vaaya.ai/api/run/nyne/person-enrich",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x7c655d3d3944Bd27994dD81A036C3aFB19806C40 |
{
"description": "Brave — news-only search over the Brave index: recent articles with source, age, and breaking flags. Pass `q`; optional `count` (1-50), `country`, `search_lang`, `freshness` (pd|pw|pm|py), `safesearch`, `offset`. Use for current-events queries where web search returns stale evergreen pages.",
"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": 50,
"minimum": 1,
"type": "integer"
},
"country": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"freshness": {
"maxLength": 30,
"minLength": 2,
"type": "string"
},
"offset": {
"maximum": 9,
"minimum": 0,
"type": "integer"
},
"q": {
"maxLength": 400,
"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": "a83310850b4420604b4f98a93329bbf9f64920801713378467fd87329fc39eda",
"service_id": "e26ef32884a9fcf3102269b0fbbfae3278fe50977e366ff7bb4dab68cdebb17a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-26T01:39:59.652Z",
"url": "https://vaaya.ai/api/run/brave/news",
"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