# scrape google search results

**Use case:** 

Scrape Google Search results with titles, URLs, snippets, rankings, and other SERP data for SEO, lead generation, and market research.

## Input

```json
{
  "query": "scrape google search results",
  "device": "desktop",
  "page": 3,
  "language": "en",
  "country": "US",
  "timeFilter": "",
  "returnRawHtml": false,
  "includeSerpSeoData": false
}
```

## Output

```json
{
  "ai_summary": {
    "label": "AI Overview Summary",
    "format": "string"
  },
  "organic_search_results": {
    "label": "Organic Results",
    "format": "array"
  },
  "paid_sponsored_results": {
    "label": "Live Paid/Sponsored Ads",
    "format": "array"
  },
  "keyword_seo_metrics": {
    "label": "Keyword SEO Metrics",
    "format": "object"
  },
  "frequently_asked_questions": {
    "label": "People Also Ask",
    "format": "array"
  },
  "related_search_queries": {
    "label": "Related Searches",
    "format": "array"
  }
}
```

## About this Actor

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