Google AI API
google.com
Google AI Mode - cited answers, plus Google Scholar paper search and details.
- Actions
- 3
- Category
- Ai
- Login
- Not required
- Output
- JSON
Call the Google AI API
Submit a task, then poll the job until it settles. This example runs ai_mode.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "ai_mode",
"params": {
"prompt": "What is the capital of France? Answer in one sentence."
}
}'3 actions on google.com
Read
AI Mode
ai_moderead1 credit / callReturns an AI Mode answer with citations, products, and businesses for a prompt.
- prompt
- string · required
- additional_prompt
- string
- country
- string
- include_html
- boolean
- device
- string
Google AI Overview
google_ai_overviewread1 credit / callScrape Google Search's AI Overview (the AI-generated summary box shown in normal search results) for a query. Returns the synthesized answer (plain text + markdown), the cited sources, and any inline products. Egresses India by default for reliable AI Overview generation; pass country to override.
- query
- string · required
- country
- string
- location
- string
- uule
- string
- page
- integer
- html
- boolean
- paa_aioverview
- boolean
- device
- string
Paper Search
act_scholar_google_paper_search_listingread1 credit / callReturns papers with authors, snippets, and citation counts.
- search_query
- string · required
- hl
- string
- as_sdt
- string
Google AI API questions
- Is there an API for Google AI?
- Google AI does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for google.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Google AI data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when google.com changes its markup, Anakin updates the action.
- Do I need a Google AI account?
- No. Every Google AI action listed here runs anonymously — no account and no credentials required.
- What does the Google AI API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Ai APIs
ChatGPT
Run prompts against AI assistants
Claude
Anthropic's Claude
DeepSeek
DeepSeek chat/search
Gemini
Send a prompt, get a structured chat answer with grounding sources
Grok
Grok — xAI's conversational AI assistant (grok.com). Ask a question and get Grok's answer with the web sources and X posts it cited.
Perplexity
AI answer engine. Returns the AI answer with citations and web sources.