DocumentationDashboard

Google

Search (AI Mode)

The same query run through Google's AI mode rather than the classic result page.

GET/v1/google/search-ai-mode10 credits

Parameters

NameTypeRequiredDescription
qstringrequiredSearch query.
google_domainstringoptionalRegional Google domain, e.g. "google.com.tr".
crstringoptionalCountry restriction filter.
lrstringoptionalLanguage restriction filter.
devicestringoptionalLayout to render. One of: desktop, mobile.
startnumberoptionalPagination offset, in results.
locationstringoptionalGeo-target the search to a named place.
include_htmlbooleanoptionalReturn the raw page HTML alongside the structured JSON.
hlstringoptionalInterface language, e.g. "en", "tr". Default "en".
glstringoptionalCountry code for ranking, e.g. "us", "tr". Default "us".

Request

curl --request GET 'https://data-api.roketfy.com/v1/google/search-ai-mode?q=%3Cq%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool google_search_ai_mode, with the same parameters and the same credit cost.