Parallel — Start an async AI research task. Pricing depends on `processor`: pro 10¢, ultra 30¢. Returns { run_id }; poll task-status until completed.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://vaaya.ai/api/run/parallel/task' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://vaaya.ai/api/run/parallel/task'
Endpoint: https://vaaya.ai/api/run/parallel/task. Operated by vaaya.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Entity-resolved, de-duped company/industry news with sentiment, AI summary, and tagged company mentions (~80% of noise filtered). Scope by { company: 'https://c…
AviationStack — real-time flight status (~0.5¢). Query params like `flight_iata` (AA100), `dep_iata`, `arr_iata`, `airline_iata`.
BlockRun — 103 onchain & market-data endpoints over x402: surf/* (prices, rankings, news, onchain SQL, social mindshare) and pm/* prediction markets (Polymarket…
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`…
Brave — keyword web search over Brave's own independent index (not Google/Bing). Pass `q`; optional `count` (1-20), `offset` (pagination), `country` (2-letter),…
Browserbase — Create a headless browser session via x402. Charges 0.2¢ per minute of estimatedMinutes (minimum 5). Returns sessionId + connectUrl.
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)…
Search 10M+ US court opinions (CourtListener v4). Pass `q` + optional `court` (e.g. cand, ca9, scotus), `judge`, `filed_after`/`filed_before`, `order_by` ("date…
Search federal court dockets via RECAP (CourtListener v4) — the litigation profile of any company: every case naming it, parties, attorneys, filing dates, live …
CRW — Start an ASYNC multi-page crawl from a seed URL, following links. Pass `url`; optional `maxPages` (1-100, default 100 — vendor bills 1 credit/page so keep…
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` …
CRW — Discover the URLs of a website without scraping content (sitemap + crawl fallback). Pass `url`; optional `maxDepth`, `useSitemap` (default true), `timeout…