# Google Maps Place Details Scraper - $3/1000 Places (`scrapeunblocker/google-maps-place-details-scraper`) Actor

Scrape full Google Maps place details as JSON: name, address, phone, website, rating, categories, coordinates, plus code, opening hours, description and photo. Look a place up by place\_id, a Maps URL or a feature id. No Google API key. Powered by ScrapeUnblocker.

- **URL**: https://apify.com/scrapeunblocker/google-maps-place-details-scraper.md
- **Developed by:** [Scrapeunblocker](https://apify.com/scrapeunblocker) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 places

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Google Maps Place Details Scraper

Get the **full details of any Google Maps place** as clean, structured JSON - name, address, phone, website, rating, categories, coordinates, plus code, opening hours, description and photo. Look a place up by its `place_id`, a Google Maps URL, or a raw feature id. No Google API key, no quota.

Powered by [ScrapeUnblocker](https://scrapeunblocker.com)'s anti-bot bypass - no proxies or CAPTCHA setup.

### What you get per place

- **Name** and **categories** (e.g. "Corporate office", "Software company")
- Full **address** (one line) plus the individual **address lines** (street, city, region, country)
- **Phone** and **website**
- **Rating**
- **Latitude / longitude**, **plus code** and a **CID**
- **Opening hours** for the current day + an **open-now** status ("Open · Closes 5:30 PM")
- Editorial **description**, a **photo** URL and **"people also search for"** related places
- A clean **google.com/maps** link and the **feature id**

### Look a place up three ways

- **`place_id`** - a Google place id like `ChIJN1t_tDeuEmsRUsoyG83frY4`.
- **`url`** - paste a Google Maps place URL or share link; the id is read out of it.
- **`feature_id`** - a raw `0xHEX:0xHEX` feature id (the fastest - no resolve step).

### Use cases

- **Lead enrichment** - turn a list of place ids or Maps links into phone numbers, websites and addresses for outreach and CRM enrichment.
- **Local SEO audits** - pull a business's categories, rating, hours and coordinates to check its Google Business Profile at scale.
- **Place data feeds** - build a directory or map layer with structured place records instead of screen-scraped HTML.
- **Competitor monitoring** - track a competitor's rating, categories and opening hours over time by re-running on a schedule.

### Input

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `place_id` | string | - | A Google place\_id, e.g. `ChIJN1t_tDeuEmsRUsoyG83frY4`. |
| `url` | string | - | A Google Maps place URL / share link. |
| `feature_id` | string | - | A Maps feature id `0xHEX:0xHEX`. |
| `hl` | string | `en` | Google UI language. |
| `gl` | string | `us` | Google country. |
| `proxy_country` | string | (US) | Exit-IP country (ISO-2); blank uses a US exit. |

Provide **one** of `place_id`, `url` or `feature_id`.

### Example output (one dataset item)

```json
{
  "name": "Google Sydney - Pirrama Road",
  "address": "Google Sydney - Pirrama Road, Ground Floor/48 Pirrama Rd, Pyrmont NSW 2009, Australia",
  "addressLines": ["Google Sydney - Pirrama Road", "Ground Floor/48 Pirrama Rd", "Pyrmont NSW 2009", "Australia"],
  "phone": "+61 2 9374 4000",
  "website": "http://google.com/",
  "rating": 4.1,
  "categories": ["Corporate office", "Software company"],
  "featureId": "0x6b12ae37b47f5b37:0x8eaddfcd1b32ca52",
  "cid": "10281119596374313554",
  "latitude": -33.866489,
  "longitude": 151.1958561,
  "plusCode": "4RRH45MW+C8",
  "hours": { "Wednesday": ["8:30 AM-5:30 PM"] },
  "openNow": "Open · Closes 5:30 PM",
  "googleMapsUrl": "https://www.google.com/maps?cid=10281119596374313554"
}
```

Some fields (review count, the full weekly schedule, price level) are not present for every place and are omitted when Google does not return them.

### Notes

- Location-neutral: the feature id resolves the place directly, so results do not depend on where you search from.
- `proxy_country` defaults to a US exit to clear Google's consent wall - leave it blank unless you have a reason to change it.

# Actor input Schema

## `place_id` (type: `string`):

A Google place\_id, e.g. 'ChIJN1t\_tDeuEmsRUsoyG83frY4'. One of place\_id / url / feature\_id is required.

## `url` (type: `string`):

A Google Maps place URL (share link or /maps/place/... URL). The feature id or place\_id is read out of it.

## `feature_id` (type: `string`):

A Maps feature id '0xHEX:0xHEX', e.g. '0x47e66e2964e34e2d:0x8ddca9ee380ef7e0'. Fastest - resolves with no extra request.

## `hl` (type: `string`):

Google UI language, e.g. 'en', 'de', 'fr'.

## `gl` (type: `string`):

Google country of search, ISO-2 lowercase, e.g. 'us', 'de'.

## `proxy_country` (type: `string`):

Exit-IP country (ISO-2). Leave blank for a US exit (needed to clear Google's consent wall).

## Actor input object example

```json
{
  "place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
  "hl": "en",
  "gl": "us",
  "proxy_country": ""
}
```

# Actor output Schema

## `items` (type: `string`):

The scraped place object

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapeunblocker/google-maps-place-details-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4" }

# Run the Actor and wait for it to finish
run = client.actor("scrapeunblocker/google-maps-place-details-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4"
}' |
apify call scrapeunblocker/google-maps-place-details-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapeunblocker/google-maps-place-details-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SFZYokWJ0XLWwWp0h/builds/tohAt0Ev5tpp91j4J/openapi.json
