Search (AI Mode)
The same query run through Google's AI mode rather than the classic result page.
GET
/v1/google/search-ai-mode10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query. |
| google_domain | string | optional | Regional Google domain, e.g. "google.com.tr". |
| cr | string | optional | Country restriction filter. |
| lr | string | optional | Language restriction filter. |
| device | string | optional | Layout to render. One of: desktop, mobile. |
| start | number | optional | Pagination offset, in results. |
| location | string | optional | Geo-target the search to a named place. |
| include_html | boolean | optional | Return the raw page HTML alongside the structured JSON. |
| hl | string | optional | Interface language, e.g. "en", "tr". Default "en". |
| gl | string | optional | Country 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.