cURL
curl --request POST \ --url https://recoup-api.vercel.app/api/research/web \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "max_results": 10, "country": "<string>" } '
{ "status": "success", "results": [ { "title": "<string>", "url": "<string>", "content": "<string>" } ], "formatted": "<string>" }
Search the web for real-time information. Returns ranked results with titles, URLs, and content snippets. Use for narrative context, press coverage, and cultural research that structured data endpoints don’t cover.
Request body for web research.
The search query — what you want to find on the web.
Maximum number of results to return.
1 <= x <= 20
ISO country code for regional results (e.g., 'US', 'GB').
2
Web search results
Web search results with titles, URLs, and content snippets.
success
error
Ranked web search results.
Show child attributes
Results formatted as markdown for easy reading.
Was this page helpful?