Basic Web Search
This API allows users to search for any information over the web. This replicates a typical search engine experience, where users can search for any information they need.
GET
Authorizations
Query Parameters
The search query string, e.g., 'latest news on AI'.
Count of results to get
How many results to skip (used for pagination with num)
Required range:
1 <= x <= 100
Response
201
application/json
A JSON object mapping Web Search to its search results.