Search the web
API Reference
Search the web
Search the web and get structured results. Returns ranked results with titles, snippets, and URLs.
Location and language resolution:
- If
locationis set butlanguageis not, the language auto-resolves to the most predominantly used language in that country. - If
languageis set butlocationis not, the location auto-resolves to the country where that language is most predominantly used. - If neither
locationnorlanguageis set, defaults tousanden.
GET
Search the web
Documentation Index
Fetch the complete documentation index at: https://docs.tinyfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Get your key from the API Keys page.
Query Parameters
Search query
Required string length:
1 - 2000Example:
"web automation tools"
Country code for geo-targeted results
Example:
"US"
Language code for result language
Example:
"en"
Page number for pagination, starting from 0 (max 10)
Required range:
0 <= x <= 10Example:
2
When "true", each result includes a thumbnail_url when available. Defaults to false.
Available options:
true, false Example:
"true"
JSON-encoded fetch configuration object.
Maximum string length:
256Example:
"{}"
Response
Search completed successfully.