Google Maps API
Complete documentation for the Google Maps API. 9 endpoints for business search, details, reviews, photos, and more.
Google Maps Scraper APIEndpoints
9 endpoints/google-maps/query_locateGeocode a search query to latitude and longitude coordinates using Google Maps.
/google-maps/search_nearbySearch for businesses and places near a specific location on Google Maps.
/google-maps/locate_and_searchGeocode a location and search for nearby businesses in a single API call.
/google-maps/business_detailsRetrieve comprehensive details for a specific business on Google Maps.
/google-maps/business_reviewsRetrieve user reviews for a specific business on Google Maps with sorting and pagination.
/google-maps/business_photosRetrieve photos for a specific business on Google Maps with category filtering and …
/google-maps/business_photos_categoriesList available photo categories for a specific business on Google Maps.
/google-maps/business_questions_and_answersRetrieve questions and answers posted by users for a specific business on Google Maps.
/google-maps/autocompleteGet place autocomplete suggestions from Google Maps for a given query.
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:
| Header | Value |
|---|---|
X-RapidAPI-Key | YOUR_API_KEY |
X-RapidAPI-Host | google-maps-extractor2.p.rapidapi.com |
You can obtain an API key by subscribing to the Google Maps API on RapidAPI .
Base URL
| |
Endpoints
| Endpoint | Method | Path | Description |
|---|---|---|---|
| Query Locate | GET | /google-maps/query_locate | Geocode a query to latitude/longitude coordinates |
| Search Nearby | GET | /google-maps/search_nearby | Search for businesses near a location |
| Locate and Search | GET | /google-maps/locate_and_search | Geocode a query and search for businesses in one call |
| Business Details | GET | /google-maps/business_details | Get full details for a specific business |
| Business Reviews | GET | /google-maps/business_reviews | Retrieve reviews for a business |
| Business Photos | GET | /google-maps/business_photos | Get photos for a business |
| Business Photos Categories | GET | /google-maps/business_photos_categories | List available photo categories for a business |
| Business Questions & Answers | GET | /google-maps/business_questions_and_answers | Get Q&A content for a business |
| Autocomplete | GET | /google-maps/autocomplete | Get place autocomplete suggestions |
Rate Limits
Rate limits depend on your RapidAPI subscription plan. Check your plan details on the RapidAPI listing for specific limits.