# Track Google Organic Rankings

**Use case:** 

Monitor keyword rankings and analyze competitor SEO strategies. Extract organic Google search URLs, titles, and snippets into actionable reports.

## Input

```json
{
  "queries": [
    "hotels in Seattle"
  ],
  "countryCode": "us",
  "languageCode": "en",
  "maxPagesPerQuery": 1,
  "resultsPerPage": "10",
  "mobileResults": false,
  "saveHtml": false,
  "includeUnfilteredResults": false
}
```

## Output

```json
{
  "position": {
    "label": "Pos",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "displayedUrl": {
    "label": "Displayed URL",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

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