{"api":"v1","generated_at":"2026-09-16T02:02:55.797Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/vaaya-ai-api-run-tavily-search-03b2fd","pinned_page":"https://tollindex.com/e/vaaya-ai-api-run-tavily-search-03b2fd/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"vaaya-ai-api-run-tavily-search-03b2fd","canonical_url":"https://vaaya.ai/api/run/tavily/search","resource":"https://vaaya.ai/api/run/tavily/search","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"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).","service_name":"Vaaya","declared_category":null,"declared_tags":["tavily","ai-agents","pay-per-call"],"route_template":":var1","registry_updated":"2026-09-07T00:58:37.934Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"tavily search","category":"search","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":19,"unique_payers_30d":2,"last_called_at":"2026-09-07T00:58:37.784Z"},"validation":{"latest":{"observed_at":"2026-09-15T03:50:32.086Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":0,"ratio":0},{"days":30,"observed":5,"passed":0,"ratio":0},{"days":90,"observed":5,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-15T03:50:32.086Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T03:50:06.977Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T03:49:49.351Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:04:46.730Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:28:32.632Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","page":"https://tollindex.com/seller/0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","endpoints":69,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["tavily","ai-agents","pay-per-call"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":360}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783358761/bazaar-icons/161e7ee036681539.png","quality":{"lastCalledAt":"2026-09-07T00:58:37.784Z","l30DaysTotalCalls":19,"l30DaysUniquePayers":2},"resource":"https://vaaya.ai/api/run/tavily/search","extensions":{"bazaar":{"info":{"input":{"body":{"query":"x402 payment protocol","max_results":5},"type":"http","method":"POST","bodyType":"json","pathParams":{}},"output":{"type":"json","example":{"ok":true,"data":{},"charged_cents":1}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["query"],"properties":{"query":{"type":"string","maxLength":2000,"minLength":1},"topic":{"enum":["general","news","finance"],"type":"string"},"country":{"type":"string"},"time_range":{"enum":["day","week","month","year","d","w","m","y"],"type":"string"},"max_results":{"type":"integer","maximum":20,"minimum":1},"include_answer":{"anyOf":[{"type":"boolean"},{"enum":["basic","advanced"],"type":"string"}]},"exclude_domains":{"type":"array","items":{"type":"string"}},"include_domains":{"type":"array","items":{"type":"string"}},"include_raw_content":{"anyOf":[{"type":"boolean"},{"enum":["markdown","text"],"type":"string"}]}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"pathParams":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":":var1"}},"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).","lastUpdated":"2026-09-07T00:58:37.934Z","serviceName":"Vaaya","x402Version":2}]}}