# Google Google Search Results

**Use case:** 

Extract Google Search Results data filtered by google. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "queries": [
    "best web scraping tools",
    "apify tutorial"
  ],
  "engine": "google",
  "countryCode": "us",
  "languageCode": "en",
  "resultsPerPage": 10,
  "maxPagesPerQuery": 1,
  "maxItems": 10,
  "includePaa": true,
  "includeRelated": true,
  "includeRichSnippets": true,
  "includeKnowledgePanel": true,
  "includeLocalPack": true,
  "includeWidgets": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "resultRank": {
    "label": "Result rank"
  },
  "page": {
    "label": "Page"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  },
  "displayedUrl": {
    "label": "Displayed url"
  },
  "description": {
    "label": "Description"
  },
  "type": {
    "label": "Type"
  },
  "siteLinks": {
    "label": "Site links"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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