Search

Get top URLS for search query

Beta
POST

Request

This endpoint expects an object.
query
stringRequired
num_urls
integerRequired
tbs
stringRequired
country_code
stringOptional
country_restrict
stringOptional
site
stringOptional

Response

This endpoint returns an object
result
map from strings to any
POST
1curl -X POST https://api.athenaintelligence.ai/api/v0/tools/search/get-urls \
2 -H "X-API-KEY: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "query": "Athena Intelligence",
6 "num_urls": 10,
7 "tbs": "qdr:m"
8}'
200
Successful
1{
2 "result": {
3 "url": {},
4 "snippet": {}
5 }
6}