Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$2 / 1k places
Search Google Maps places for address, rating, reviews, contact info, opening hours, and images
Endpoint
POST /api/v1/agents/google/maps/places/run
Parameters
List · What to search for (e.g. ‘italian restaurants’). Use this together with Location to discover places. — OR — leave blank and pass specific URLs in the Place URLs field below.
Text · Where to search (e.g. ‘New York, USA’). Required when Search Terms is used; ignored when passing Place URLs.
List · Specific Google Maps place URLs or Place IDs (e.g. ChIJreV9aqYWdkgROM_boL6YbwA). Use this when you already know the places — alternative to Search Terms + Location.
Number · Maximum number of places to return per search term or URL. Use 0 for all.
Dropdown · Skip places rated below this. Leave empty for no filter.Options:
two, twoAndHalf, three, threeAndHalf, four, fourAndHalfLegend: two = 2+ stars, twoAndHalf = 2.5+ stars, three = 3+ stars, threeAndHalf = 3.5+ stars, four = 4+ stars, fourAndHalf = 4.5+ starsDropdown · Filter by website presence. Useful for lead generation (find places without a website).Options:
allPlaces, withWebsite, withoutWebsiteLegend: allPlaces = All places, withWebsite = Only with website, withoutWebsite = Only without websiteNumber · Number of images to fetch per place. 0 = none, 999 = all. Slows down the run.
Response columns
| Field | Display name | Type |
|---|---|---|
searchQuery | Search Query | text |
location | Location | text |
placeUrl | Place URL | url |
businessName | Business Name | text |
category | Category | text |
allCategories | All Categories | text |
rating | Rating | rating |
reviews | Reviews | number |
priceRange | Price Range | text |
address | Address | text |
phone | Phone | phone |
website | Website | url |
description | Description | text |
photo | Photo | url |
photoCount | Photo Count | number |
neighborhood | Neighborhood | text |
city | City | text |
state | State | text |
postalCode | Postal Code | text |
country | Country | text |
street | Street | text |
latitude | Latitude | number |
longitude | Longitude | number |
permanentlyClosed | Permanently Closed | boolean |
temporarilyClosed | Temporarily Closed | boolean |
unclaimed | Unclaimed | boolean |
topTag | Top Tag | text |
topTagCount | Top Tag Count | number |
5StarReviews | 5-Star Reviews | number |
4StarReviews | 4-Star Reviews | number |
3StarReviews | 3-Star Reviews | number |
2StarReviews | 2-Star Reviews | number |
1StarReviews | 1-Star Reviews | number |
placeId | Place ID | text |
additionalInfo | Additional Info | object |
openingHours | Opening Hours | object |
Example
Example response
Response