Web Queries
Web Search
Search the web and get structured results
POST
Run a web search and get structured results (title, URL, description, position). Runs synchronously.
Request Body
string
required
The search query. 1–1000 characters.
number
default:"10"
Maximum number of results. Between
1 and 100.string
default:"US"
Country code to localize results.
string
default:"en"
Result language.
number
Max time in milliseconds to wait. Between
1000 and 600000.Response
object
data — array of results, each with title, url, description, and
position.