Google Maps Places API

Stable and reliable API to get Google Maps Places.

Response Demo

				
					[
    {
        "query": "Central Park NY",
        "name": "Central Park",
        "place_id": "ChIJ4zGFAZpYwokRGUGph3Mf37k",
        "google_id": "0x89c2589a018531e3:0xb9df1f7387a94119",
        "full_address": "New York, NY",
        "borough": "Manhattan",
        "street": null,
        "postal_code": null,
        "area_service": false,
        "country_code": "US",
        "country": "United States of America",
        "city": "New York",
        "us_state": "New York",
        "state": "New York",
        "plus_code": "87G8Q2MM+2Q",
        "latitude": 40.7825547,
        "longitude": -73.9655834,
        "time_zone": "America/New_York",
        "site": "https://www.centralparknyc.org/",
        "phone": "+1 212-310-6600",
        "type": "Park",
        "logo": "https://lh4.googleusercontent.com/-6hI8vkGWlug/AAAAAAAAAAI/AAAAAAAAAAA/mWqBdd0Up4c/s44-p-k-no-ns-nd/photo.jpg",
        "description": "Sprawling park with pedestrian paths & ballfields, plus a zoo, carousel, boat rentals & a reservoir.",
        "located_in": null,
        "located_google_id": null,
        "category": "attractions",
        "subtypes": "Park, Garden, Tourist attraction",
        "posts": null,
        "reviews_tags": ["march", "pollen", "carriage", "skyscrapers"],
        "rating": 4.8,
        "reviews": 247723,
        "photos_count": 1579025,
        "cid": "13393458397880860953",
        "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJ4zGFAZpYwokRGUGph3Mf37k&q=Central+Park+NY&authuser=0&hl=en&gl=US",
        "reviews_id": "-5053285675828690663",
        "photo": "https://lh5.googleusercontent.com/p/AF1QipONBSS_6ZUKRibSpk3bH9kV1lwWhQS9_jrVUrBw=w800-h500-k-no",
        "street_view": "https://lh5.googleusercontent.com/p/AF1QipPt-UxzGWHo40iIFPdvUqtCrWYOx7fWKOkgzEHp=w1600-h1000-k-no",
        "working_hours_old_format": "Monday: 6\u202fAM-1\u202fAM | Tuesday: 6\u202fAM-1\u202fAM | Wednesday: 6\u202fAM-1\u202fAM | Thursday: 6\u202fAM-1\u202fAM | Friday: 6\u202fAM-1\u202fAM | Saturday: 6\u202fAM-1\u202fAM | Sunday: 6\u202fAM-1\u202fAM",
        "working_hours": {
            "Monday": "6\u202fAM-1\u202fAM",
            "Tuesday": "6\u202fAM-1\u202fAM",
            "Wednesday": "6\u202fAM-1\u202fAM",
            "Thursday": "6\u202fAM-1\u202fAM",
            "Friday": "6\u202fAM-1\u202fAM",
            "Saturday": "6\u202fAM-1\u202fAM",
            "Sunday": "6\u202fAM-1\u202fAM"
        },
        "other_hours": null,
        "business_status": "OPERATIONAL",
        "about": {
            "Accessibility": {
                "Wheelchair accessible entrance": true,
                "Wheelchair accessible parking lot": true
            },
            "Activities": {
                "Hiking": true
            },
            "Amenities": {
                "Dogs allowed": true,
                "Good for kids": true,
                "Picnic tables": true,
                "Public restroom": true,
                "Slides": true,
                "Swings": true,
                "Volleyball court": true
            }
        },
        "popular_times": [...],
        "range": null,
        "reviews_per_score": {
            "1": 1325,
            "2": 959,
            "3": 5563,
            "4": 30783,
            "5": 209093
        },
        "reservation_links": null,
        "booking_appointment_link": null,
        "menu_link": null,
        "order_links": null,
        "owner_id": "100816397962289212627",
        "verified": true,
        "owner_title": "Central Park",
        "owner_link": "https://www.google.com/maps/contrib/100816397962289212627",
        "location_link": "https://www.google.com/maps/place/Central+Park/@40.7825547,-73.9655834,14z/data=!4m8!1m2!2m1!1sCentral+Park!3m4!1s0x89c2589a018531e3:0xb9df1f7387a94119!8m2!3d40.7825547!4d-73.9655834"
    },
    ...
  ]
				
			

Pricing Plans

Pay as you go with monthly metered usage billing.

Free Tier

Usage before 500 places
$0
  • Free for the first 500 businesses (places)
  • Extended info
  • Change language
  • Bulk queries

Business Tier

Usage after 100,000 places
$1/1,000 places
  • Price per 1k records for the usage after 100k businesses (places)
  • Extended info
  • Change language
  • Bulk queries

API Docs

Use the data from your app. Check out the API Docs to see code examples.

Data Dictionary

Columns names and descriptions for Google Maps.

  • name – name of the place on Google Maps.
  • site – website of the place.
  • type – the type of the place under which it was found (can be any element from subtypes).
  • subtypes – all types of the place.
  • category – the main type of the place (sometimes might be in a local language).
  • phone – place phone number.
  • full_address – full address of the place location.
  • borough – borough of the place location.
  • street – street of the place location.
  • city – city of the place location.
  • postal_code – postal code of the place location.
  • state – state of the place location.
  • us_state – state of the place location (will be removed in future versions).
  • country – country of the place location.
  • country_code – country code of the place location.
  • latitude – latitude of the place location.
  • longitude – longitude of the place location.
  • time_zone – timezone of the place location.
  • plus_code – location plus code or open location code (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).
  • area_service – shows if the place is service without a physical location.
  • rating – rating of the place.
  • reviews – number of reviews
  • reviews_link – link to the place’s reviews.
  • reviews_per_score – JSON object with reviews per score.
  • reviews_tags – most common review tags (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).
  • photos_count – number of photos from the place.
  • photo – image link of the place.
  • street_view – image link of the place street view.
  • located_in – name of the parent place where it’s located (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).
  • working_hours – JSON object with working hours of the place.
  • working_hours_old_format – working hours of the place.
  • popular_times – popular time of the place (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).
  • business_status – current status of the business.
  • about – extra information about the place (e.g. Identifies as women-owned, LGBTQ+ friendly).
  • description – place description (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).
  • range – price range of the place.
  • posts – JSON object with posts from the place (works only for some places, learn more).
  • verified – indicates if the place was claimed.
  • owner_id – unique identifier of the place owner.
  • owner_title – title of the owner’s profile page.
  • owner_link – link to owner profile on Google Maps.
  • reservation_links – link to make reservation.
  • booking_appointment_link – link to book appointment.
  • menu_link – link to menu (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).
  • order_links – link to place an order.
  • location_link – link to the place on Google Maps.
  • place_id – unique identifier of the place (Google might update it a couple of times per a year).
  • google_id – unique identifier of the place, also known as Feature ID (Google might update it a couple of times per a year).
  • cid – multi platform ID of a listing in Google ecosystem.
  • reviews_id – unique identifier of the places’ reviews.
  • located_google_id – google_id of the parent place where it’s located (works only for individual searches, e.g. query: “Hotel Colombo Berat”, “0x3e49a63f6b05fe3b:0xc73d6b1f31b2ccc8”, learn more).

Additional data that might be added by applying Emails & Contacts Scraper enrichment (select it with UI or use the “domains_service” parameter with API). You can learn more about enrichments in this article.

  • domain – website domain.
  • email_1 – the first email found associated with the place.
  • email_2 – the second email found associated with the place.
  • email_3 – the third email found associated with the place.
  • Facebook – link to the Facebook page.
  • Instagram – link to the Instagram page.
  • Twitter – link to the Twitter page.
  • Linkedin – link to the Linkedin page.
  • Youtube – link to the Youtube page.
  • phone_1 – first phone found from the website.
  • phone_2 – second phone found from the website.
  • phone_3 – third phone found from the website.
  • website_title – title of the website (meta tag).
  • website_generator – the platform the website is built on (WordPress, etc.).
  • website_description – description of the website (meta tag).
  • website_keywords – keywords from the website (meta tag).
  • website_has_fb_pixel – shows if FB pixel was found.
  • website_has_google_tag – shows if Google Tagmanager code was found.

Why Use Outscraper for Google Maps Scraping?

Full Coverage

Maintaining a comprehensive list of Points of Interest (POIs) is crucial for industries such as location intelligence, GIS, and mapping.

Emails & Contacts

Expand beyond single-source data by enriching it with comprehensive details such as emails, phone numbers, social media links, contact information, company insights, and more, for more robust and informative campaigns.

Real Time Data

With our cutting-edge technology, the data you receive isn't just up-to-date, it's live. This means the moment a change occurs, you know about it, allowing for immediate action and decision-making.

Limitless Speed

Tap into our high-performance, globally distributed servers for fast and reliable data access. Outscraper's core technology is designed to efficiently manage millions of tasks simultaneously.

Lead Generation

Elevate your lead generation strategies using the data. Our insights help you identify and target potential leads more effectively, turning data into opportunities.

Cloud Scraping Advantages

Safeguard your IP by utilizing Outscraper's cloud servers for data scraping. Our dedicated team continuously updates the software, ensuring seamless scraping even with changes on target sites.

Video tutorial

Try Outscraper for free with a monthly renewable Free Tier.

What Clients Say?

Mihai Vinatoru
Mihai VinatoruManaging Partner
Read More
Outscraper is providing fast and reliable data on Google Maps locations, in a simple and intuitive interface. The platform has advanced features, yet is user friendly enough. In the last 12 months, we used Outscraper to extract relevant public data regarding 120,000+ locations.
Juan G
Juan GPartner at Growth97
Read More
As a Digital Marketing Consultancy, Outscraper has truly been a gamechanger for both our business and our clients. It has allowed us to reach new potential clients and deliver breath-taking ROI campaigns for our clients. Anyone considering using Outscraper I would strongly recommend using it
Travis Howell
Travis HowellResearcher
Read More
Outscraper has been much easier to use than other alternatives, and it has provided me with some great information. Their customer service has been helpful too when I've needed it.
Alex Crivion
Alex CrivionEnvapreneur
Read More
Outscraper is the best API service I’ve ever had to discover by pure luck (in an article from Medium.com) - was seeking something like this since 2019 and this platform is the only one actually working and doing the job.
Silvia
SilviaS1-BRANDING Universitas Prasetiya Mulya
Read More
Thank you very much for your reply and help! If you don't mind please deliver my thanks to the developer team. I hope you all thrive!
Piyush
PiyushCEO
Read More
Thank you so much for providing a brilliant platform “Outscraper” to find a huge amount of data in a few minutes, also, thanks for boosting my sales
Nate Lile
Nate LileEntrepreneur
Read More
I've been testing and using Outscraper for a few weeks now. I'm incredibly happy with their current offerings and I'm looking forward to them adding more public sources. Its stupid easy to use and so affordable. Thanks guys!
Russell Hesse
Russell HesseCMO
Read More
What an awesome tool for getting marketing lead prospects. It's much faster than the estimates they give when doing a scrape. (It's always good to under-promise & over-deliver to your customers)...
Ashish Kumar
Ashish KumarData analyst and front-end designer
Read More
This service has been extremely helpful for me. Apart from their super fast API for various services, their amazing support is something that would make you go back to them. Dana from Outscraper team had helped me tirelessly for 3 days when I got into an issue and the dev team even made a spot update in their SDK package to suit my requirements. Highly recommended!
Dion Kenney
Dion KenneyCOO of Mondofora
Read More
I wish I had found it sooner. I've been manually collecting data from Google Maps for the past 15 months! The first search produced more usable data in 20 minutes than my 15 months did altogether.
 Ian Mason
Ian MasonCTO
Read More
Outscraper is the best scraper I've found. I cannot believe how well it works, how much data I get back, with no errors or headaches. I can make any directory site I want now
Previous
Next

Your review will motivate our team a lot! Use Facebook, Product Hunt, Trustpilot, or Capterra to post it.

Our Clients

Trusted by thousands of happy customers worldwide.

Contact Us

Questions, special needs, issues... Always happy to hear from you.

FAQ

Most frequent questions and answers

Firstly, you can set the reviewsLimit parameter up to 500. Secondly, you might want to split your query into multiple queries using zip codes (e.g. restaurant, 10001, NY, US, restaurant, 10002, NY, US). Please visit this page to learn more.

Google Maps API by Outscraper has a Free Tier (monthly usage tier that you can use for free each month).

Google Maps Places scraping, harvesting, or extracting is a process of getting places from the Google website. It extends the official Google Places API and allows you to get real-time access to any number of places.

The Google Places API is a service provided by Google that allows developers to access and retrieve detailed information about places from the Google Places database. It provides programmatic access to a vast array of place-related data, such as business names, addresses, phone numbers, website URLs, user ratings, reviews, and much more.

Outscraper’s Google Maps Places API is an excellent solution for developers seeking to integrate place-related functionalities into their applications or services. By utilizing Outscraper’s API, you gain access to a wealth of location data from the Google Places database in a convenient and developer-friendly manner.

The Outscraper API Docs explains in detail how to get the list of places. You can review the Outscraper API Documentation for all parameters and test the Outscraper Google Places API for free now.