[← Back to tools]
apify.google-maps

Scrape Google Maps places: pay per use, no API key

Use Apify from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.

Find public Google Maps businesses and place details using Apify's popular Google Maps Scraper actor. Price is per place (quoted from `limit`, max 1000).

Price and execution

Price
$0.0015
Pricing model
Fixed price per successful call
Execution class
queued

Limits

No additional limits are published for this tool.

Parameters

Fields apify.google-maps accepts as JSON input.

  • limitintegerOptional

    Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit.

  • querystringRequired

    Business category, name, or place query, such as `coffee shops`.

  • locationstringOptional

    Geographic area for the Maps search, such as a city or address.

Raw input JSON Schema
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 1000,
      "minimum": 1,
      "description": "Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit."
    },
    "query": {
      "type": "string",
      "maxLength": 300,
      "minLength": 1,
      "description": "Business category, name, or place query, such as `coffee shops`."
    },
    "location": {
      "type": "string",
      "maxLength": 200,
      "description": "Geographic area for the Maps search, such as a city or address."
    }
  },
  "additionalProperties": false
}

Returns

Fields a successful apify.google-maps call returns.

  • countintegerRequired
  • resultsarray of objectRequired
    • urlstring | nullOptional
    • phonestring | nullOptional
    • titlestring | nullOptional
    • addressstring | nullOptional
    • placeIdstring | nullOptional
    • websitestring | nullOptional
    • locationobject | nullOptional
    • totalScorenumber | nullOptional
    • categoryNamestring | nullOptional
    • reviewsCountnumber | nullOptional
  • retrieved_atstring (date-time)Required
  • provider_request_idstring | nullRequired
Raw output JSON Schema
{
  "type": "object",
  "required": [
    "results",
    "count",
    "provider_request_id",
    "retrieved_at"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "minimum": 0
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "url": {
            "type": [
              "string",
              "null"
            ],
            "format": "uri"
          },
          "phone": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          },
          "address": {
            "type": [
              "string",
              "null"
            ]
          },
          "placeId": {
            "type": [
              "string",
              "null"
            ]
          },
          "website": {
            "type": [
              "string",
              "null"
            ]
          },
          "location": {
            "type": [
              "object",
              "null"
            ],
            "properties": {
              "lat": {
                "type": "number"
              },
              "lng": {
                "type": "number"
              }
            },
            "additionalProperties": true
          },
          "totalScore": {
            "type": [
              "number",
              "null"
            ],
            "minimum": 0
          },
          "categoryName": {
            "type": [
              "string",
              "null"
            ]
          },
          "reviewsCount": {
            "type": [
              "number",
              "null"
            ],
            "minimum": 0
          }
        },
        "additionalProperties": true
      },
      "maxItems": 1000
    },
    "retrieved_at": {
      "type": "string",
      "format": "date-time"
    },
    "provider_request_id": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}

Run this tool

Copy this instruction to your agent to set up Cralo and call this tool with the example input.

Set up Cralo by following https://cralo.ai/SKILL.md, then call the apify.google-maps tool with this input: {"query":"coffee shops","location":"San Francisco","limit":1}

Safety notes

Side Effect
read_only
Public Sources Only
Yes
Authenticated Content
No

How this compares to using Apify directly

You do not need a separate Apify account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.

Related tools

[Browse all tools]