Google Maps Place Details Scraper - $3/1000 Places avatar

Google Maps Place Details Scraper - $3/1000 Places

Pricing

from $3.00 / 1,000 places

Go to Apify Store
Google Maps Place Details Scraper - $3/1000 Places

Google Maps Place Details Scraper - $3/1000 Places

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.

Pricing

from $3.00 / 1,000 places

Rating

0.0

(0)

Developer

Scrapeunblocker

Scrapeunblocker

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

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'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

FieldTypeDefaultDescription
place_idstring-A Google place_id, e.g. ChIJN1t_tDeuEmsRUsoyG83frY4.
urlstring-A Google Maps place URL / share link.
feature_idstring-A Maps feature id 0xHEX:0xHEX.
hlstringenGoogle UI language.
glstringusGoogle country.
proxy_countrystring(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)

{
"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.