cURL
curl --request POST \ --url https://api.aisa.one/apis/v1/querit/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "count": 123, "filters": { "sites": { "include": [ "<string>" ], "exclude": [ "<string>" ] }, "timeRange": { "date": "<string>" }, "geo": { "countries": { "include": [ "<string>" ] } }, "languages": { "include": [ "<string>" ] } } } '
{ "error_code": 123, "error_msg": "<string>", "search_id": 123, "query_context": { "query": "<string>" }, "results": { "result": [ { "url": "<string>", "page_age": "<string>", "title": "<string>", "snippet": "<string>", "site_name": "<string>", "site_icon": "<string>" } ] } }
Search smarter and build faster with Querit.ai.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your search query term.
The maximum of search results returned in response.
Show child attributes
Successful response
Error code, used to identify the specific type of error.
Error message, provides details about the error.
A unique request reference for customer support.