# Localized Google Search Results

**Use case:** 

Collect localized Google organic results, ads, questions, and related searches for a selected country and language.

## Input

```json
{
  "queries": [
    "web scraping tools"
  ],
  "maxPagesPerQuery": 1,
  "countryCode": "gb",
  "language": "en",
  "safeSearch": true,
  "includeEmptyPages": false,
  "debugHtml": false
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "page": {
    "label": "Page"
  },
  "countryCode": {
    "label": "Country code"
  },
  "language": {
    "label": "Language"
  },
  "status": {
    "label": "Status"
  },
  "resultStats": {
    "label": "Result stats"
  },
  "organicResults": {
    "label": "Organic results"
  },
  "ads": {
    "label": "Ads"
  },
  "peopleAlsoAsk": {
    "label": "People also ask"
  },
  "relatedSearches": {
    "label": "Related searches"
  },
  "fetchedAt": {
    "label": "Fetched at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Results Scraper](https://apify.com/webdata_labs/google-search-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-search-results-scraper) to learn more, explore other use cases, and run it yourself.