# Google SERP scraper for web scraping tools

**Use case:** 

Scrape Google results for web scraping tools and export organic rankings, titles, URLs, snippets, People Also Ask, and related searches.

## Input

```json
{
  "queries": [
    "web scraping tools",
    "best web scraping API"
  ],
  "maxResultsPerQuery": 20,
  "country": "us",
  "language": "en",
  "includePeopleAlsoAsk": true,
  "includeRelatedSearches": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "resultType": {
    "label": "Type",
    "format": "string"
  }
}
```

## About this Actor

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