DocumentationDashboard

Google

Search

Google search results for a query, localised by domain, language and country.

GET/v1/google/search10 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?q=%3Cq%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

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