Google Maps API

Complete documentation for the Google Maps API. 9 endpoints for business search, details, reviews, photos, and more.

Google Maps Scraper API

Overview

The Google Maps API provides comprehensive access to Google Maps business data. Search for businesses, retrieve detailed information, reviews, photos, Q&A, and more. All data is returned in structured JSON format, ready for integration into your applications.

This API includes 9 endpoints covering the full range of Google Maps data extraction needs, from location-based search to detailed business information and user-generated content.

Authentication

All requests require a valid RapidAPI key. Include the following headers with every request:

HeaderValue
X-RapidAPI-KeyYOUR_API_KEY
X-RapidAPI-Hostgoogle-maps-extractor2.p.rapidapi.com

You can obtain an API key by subscribing to the Google Maps API on RapidAPI .

Base URL

1
https://google-maps-extractor2.p.rapidapi.com

Endpoints

EndpointMethodPathDescription
Query LocateGET/google-maps/query_locateGeocode a query to latitude/longitude coordinates
Search NearbyGET/google-maps/search_nearbySearch for businesses near a location
Locate and SearchGET/google-maps/locate_and_searchGeocode a query and search for businesses in one call
Business DetailsGET/google-maps/business_detailsGet full details for a specific business
Business ReviewsGET/google-maps/business_reviewsRetrieve reviews for a business
Business PhotosGET/google-maps/business_photosGet photos for a business
Business Photos CategoriesGET/google-maps/business_photos_categoriesList available photo categories for a business
Business Questions & AnswersGET/google-maps/business_questions_and_answersGet Q&A content for a business
AutocompleteGET/google-maps/autocompleteGet place autocomplete suggestions

Rate Limits

Rate limits depend on your RapidAPI subscription plan. Check your plan details on the RapidAPI listing for specific limits.

Ready to get started?

Get your API key and start making requests in minutes.

Get Your API Key