{"uid":"cap_PZejkOfQ8qk65s_XkfPih","slug":"17711-async-web-search-6a9f4c33","name":"17711 Async Web Search","description":"A fleet of independent, x402-payable microservices callable by AI agents.","url":"https://api.17711.xyz/registry/websearch/v1/websearch/search_web_async","method":"POST","headers":{},"bodySchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"The search query text, e.g. `\"rust async runtime comparison\"`."},"callback_url":{"type":"string","description":"When set, the worker that processes this task POSTs the eventual result (a `TaskResult`\nJSON body) here, best-effort -- polling `websearch_get_task_status` always works too,\nregardless of whether this is set."}}},"responseSchema":{"task_id":"string"},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Agr_XAQhOoK0PyVGJ6YYC","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Submits an asynchronous web search query and returns a task ID for later result retrieval via polling or webhook callback.","exampleAgentPrompt":"Search the web for the latest benchmarks comparing Rust async runtimes — queue it as a background task and poll for the results when ready.","exampleUseCases":[{"title":"Real-time news research for a report","prompt":"Search the web for the latest developments in the EU AI Act enforcement — I need up-to-date articles and news from this week."},{"title":"Competitive intelligence gathering","prompt":"Look up recent reviews and announcements about OpenAI's new model releases so I can summarize what competitors have been saying."},{"title":"Background fact-checking during long task","prompt":"While you're working on my analysis, kick off a web search for current USDC interest rates on DeFi platforms and let me know the results when you're done."}],"resultDescription":"Returns a JSON object containing a `task_id` string. The agent must subsequently poll the `websearch_get_task_status` endpoint with this task ID (or provide a `callback_url` upfront) to retrieve the actual search results once the async worker has completed the query.","failureModes":["Missing required `query` field returns validation error","Invalid or unreachable `callback_url` causes silent webhook failure (polling still works)","Task ID returned but worker fails to process — status endpoint will reflect error state","Payment not included or insufficient USDC causes 402 response before task is created","Rate limiting or server overload may delay task processing"],"whenToPreferThis":"Choose this endpoint when you need live, up-to-date web search results that go beyond training data, especially when the search can run asynchronously while other work continues. It is well-suited for agent workflows where results are needed later (via polling or webhook) rather than immediately. Prefer this over synchronous alternatives when latency tolerance is high or when orchestrating multiple parallel search tasks.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:33:16.920Z","isFirstParty":false}