Google Search
Search Google and get structured SERP results
What it does
Runs Google searches and returns structured search-result pages: organic links, related queries, people-also-ask questions, and AI overviews when present.
How it works
Google Search is a native connector. No Google account is required.
- Chat — ask for a web search on a topic. The agent runs the Google Search scraper and summarizes or compares the results.
- API Playground — open API Playground → Google Search → Scrape, enter your query, click Run, and inspect the JSON output directly.
Use in API Playground
- Open API Playground → Google Search → Scrape
- Enter one or more Queries (search terms or full Google Search URLs)
- Leave Max pages per query at
1for a first run - Optional: set Country code (e.g.
us,gb) for localized results, or Site to restrict to one domain - Click Run
Useful options
| Option | What it does |
|---|---|
| Max pages per query | How many result pages to fetch per query (up to 10) |
| Country code | Two-letter country for localized SERPs |
| Language code | Result language (blank = Google default) |
| Site | Limit results to a single domain, e.g. example.com |
What you get back
One item per fetched SERP page, with organic results (title, URL, description), related queries, people-also-ask blocks, and any AI overview text.
Runs are billed per SERP page returned. Check the price on the playground card before fetching many pages.
