Google Maps Extractor
Unlock the potential of Google Maps data with a solution designed for flexibility and scalability. Whether you're a developer building location-based apps or a business exploring lead generation and market insights, our API makes accessing Google Maps data seamless and reliable. Start small with our freemium plan and scale as your needs evolve
Google Maps Extractor endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
locate_and_search /locate_and_search |
This method combines the '/query_locate' and '/search_nearby' methods. It first locates the place and then searches nearby, returning a list of places. If you need to call this… |
| GET |
query_locate /query_locate |
Given a query, returns the most relevant GPS coordinates related to the query. For example, if the query is "restaurant in New York", the function will return the GPS coordinates… |
| GET |
search_nearby /search_nearby |
Search for nearby places from a specific location. Returns: dict: A dictionary containing 'data': nearby search results, 'status': True (success) or False (failure). |
| GET |
business_details /business_details |
Get business details. Returns: dict: A dictionary containing 'data': business details, 'status': True (success) or False (failure). |
| GET |
business_reviews /business_reviews |
Get business reviews. Returns a maximum of 'limit' reviews. If there are more reviews, a next_page_token will be returned. Use the next_page_token in subsequent calls to retrieve… |
| GET |
business_photos /business_photos |
Get business photos. Returns a maximum of 'limit' photos. If there are more photos, a next_page_token will be returned. Use the next_page_token in subsequent calls to retrieve… |
| GET |
business_photos_categories /business_photos_categories |
Get business photo categories. Returns: dict: A dictionary containing 'data': list of photo categories, 'status': True (success) or False (failure). |
| GET |
autocomplete /autocomplete |
Autocomplete search query. Useful for getting the most relevant search queries based on a partial query. It can be used as an autocomplete for location search. Filter by… |
Google Maps Extractor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | 4 / second |
|
| ULTRA Recommended | $89.99 / month | 6 / second |
|
| MEGA | $149.99 / month | 15 / second |
|