curl --request GET \
--url https://www.fetchserp.com/api/v1/serp_js/{uuid} \
--header 'Authorization: Bearer <token>'{
"data": {
"query": "<string>",
"country": "<string>",
"results": [
{
"ai_overview": {
"content": "<string>",
"sources": [
{
"site_name": "<string>",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"ranking": 123
}
]
},
"search_results": [
{
"site_name": "<string>",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"ranking": 123
}
]
}
]
}
}This endpoint returns the SERP including the AI overview and the search results.
curl --request GET \
--url https://www.fetchserp.com/api/v1/serp_js/{uuid} \
--header 'Authorization: Bearer <token>'{
"data": {
"query": "<string>",
"country": "<string>",
"results": [
{
"ai_overview": {
"content": "<string>",
"sources": [
{
"site_name": "<string>",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"ranking": 123
}
]
},
"search_results": [
{
"site_name": "<string>",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"ranking": 123
}
]
}
]
}
}A bearer token that will be supplied within an Authorization header as bearer <token>.
The uuid returned by the SERP JS endpoint
success
Show child attributes
Show child attributes
Show child attributes