---
title: "Apify Google Search Scraper"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/apify/scraping/apifygooglesearchscraper
markdown: https://docs.nodetool.ai/nodes/apify/scraping/apifygooglesearchscraper.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/apify/scraping/apifygooglesearchscraper.md
---

# Apify Google Search Scraper

**Type:** `apify.scraping.ApifyGoogleSearchScraper`

**Namespace:** `apify.scraping`

## Description

Scrape Google Search results using Apify — organic results, ads, related searches, and more.
    apify, google, search, serp, scraping, seo

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| queries | `list[str]` | List of search queries to execute | null |
| country_code | `str` | Country code for Google search (e.g., 'us', 'uk', 'de') | `us` |
| language_code | `str` | Language code for results (e.g., 'en', 'es', 'fr') | `en` |
| max_pages | `int` | Maximum number of result pages per query | `1` |
| results_per_page | `int` | Number of results per page (10-100) | `100` |
| wait_for_finish | `int` | Maximum time to wait for scraping to complete (seconds) | `300` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[dict[str, any]]` |  |

## Related Nodes

Browse other nodes in the [apify.scraping](./) namespace.
