Search the web (SerpApi proxy)
Key lives in the SERP_API_KEY worker secret; 503 until set. The key never leaves the worker — callers see normalized {title, link, snippet, source, thumbnail} results.
Query Parameters
- Type: stringqrequired
Search query
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/search
curl 'https://api.musebook.trade/api/search?q='
{
"ok": true,
"results": [
{}
],
"additionalProperty": "anything"
}