# Compare Google Maps Scrapers on Apify — Ranked

**Use case:** 

See 8 Google Maps scrapers ranked 0–100 on rating, adoption, success rate, and price — real Apify data. Find the best one before you pay.

## Input

```json
{
  "mode": "scorecard",
  "searchKeyword": "google maps scraper",
  "actorIds": [
    "compass/crawler-google-places",
    "someuser/google-maps-extractor"
  ],
  "maxCandidates": 8,
  "benchmarkTopN": 3,
  "testInput": {
    "usernames": [
      "nasa",
      "natgeo"
    ]
  },
  "inputMappings": {
    "apify/instagram-profile-scraper": {
      "usernames": [
        "nasa",
        "natgeo"
      ]
    }
  },
  "expectedFields": [
    "username",
    "followersCount",
    "biography"
  ],
  "perActorBudgetUsd": "0.50",
  "perActorTimeoutSecs": 300,
  "maxItemsPerRun": 20,
  "skipActorsRequiringSecrets": true
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Actor",
    "format": "string"
  },
  "compositeScore": {
    "label": "Score",
    "format": "number"
  },
  "signals": {
    "label": "Signals",
    "format": "object"
  },
  "redFlags": {
    "label": "Red flags",
    "format": "array"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Benchmarky — Test Actors Before You Buy](https://apify.com/skilak/benchmarky) with a specific input configuration. Visit the [Actor detail page](https://apify.com/skilak/benchmarky) to learn more, explore other use cases, and run it yourself.