Google Maps API
Places, details, reviews and photos. Build a list of businesses in an area, or watch what people say about one.
4
endpoints
2
credits, cheapest call
A failed call is refunded
—
success rate
Published once there is traffic
Endpoints
GET /v1/google-maps/placesSearch Google Maps for businesses and places
google_maps_place[]3credits
GET /v1/google-maps/placeGet one Google Maps place in full
google_maps_place3credits
GET /v1/google-maps/reviewsGet the reviews for a place
google_maps_review[]3credits
GET /v1/google-maps/photosGet the photos for a place
google_maps_photo[]2credits
What a response looks like
Google Maps data comes back in Google Maps’s own shape, named after Google's Places API: google_maps_place, google_maps_review, google_maps_photo. This is /v1/google-maps/places, unabridged.
{
"data": [
{
"place_id": "ChIJCp_tEt98TctuNdchPP_n7B2",
"name": "Ember Books",
"category": "Bookstore",
"categories": [
"Bookstore"
],
"formatted_address": "Torstrasse 127, 10119 Berlin, Germany",
"address": {
"street": "Torstrasse 127",
"city": "Berlin",
"region": "Berlin",
"postal_code": "10119",
"country_code": "DE"
},
"location": {
"lat": 52.522744,
"lng": 13.406678
},
"plus_code": "LU4K+JQ",
"rating": 4.7,
"user_ratings_total": 18,
"rating_distribution": {
"1": 0,
"2": 0,
"3": 1,
"4": 3,
"5": 14
},
"price_level": null,
"formatted_phone_number": "030 440482",
"international_phone_number": "+49 30 440482",
"website": "https://emberbooks.example",
"url": "https://www.google.com/maps/place/?q=place_id:ChIJCp_tEt98TctuNdchPP_n7B2",
"business_status": "OPERATIONAL",
"opening_hours": {
"weekday_text": [
"Monday: 7:30 AM – 6:00 PM",
"Tuesday: 7:30 AM – 6:00 PM",
"Wednesday: 7:30 AM – 6:00 PM",
"Thursday: 7:30 AM – 6:00 PM",
"Friday: 7:30 AM – 6:00 PM",
"Saturday: 9:00 AM – 6:00 PM",
"Sunday: Closed"
],
"periods": [
{
"open": {
"day": 1,
"time": "0730"
},
"close": {
"day": 1,
"time": "1800"
}
},
{
"open": {
"day": 2,
"time": "0730"
},
"close": {
"day": 2,
"time": "1800"
}
},
{
"open": {
"day": 3,
"time": "0730"
},
"close": {
"day": 3,
"time": "1800"
}
},
{
"open": {
"day": 4,
"time": "0730"
},
"close": {
"day": 4,
"time": "1800"
}
},
{
"open": {
"day": 5,
"time": "0730"
},
"close": {
"day": 5,
"time": "1800"
}
},
{
"open": {
"day": 6,
"time": "0900"
},
"close": {
"day": 6,
"time": "1800"
}
}
]
},
"popular_times": null,
"about": {
"service_options": [
"Dine-in",
"Takeout",
"Delivery"
],
"accessibility": [
"Wheelchair accessible entrance"
],
"payments": [
"Credit cards",
"Debit cards",
"NFC mobile payments",
"Cash"
]
},
"claimed": true,
"photo": {
"url": "https://cdn.example/maps/CqDpMfaV_L8HsE3p.jpg",
"width": 4032,
"height": 3024,
"author_name": null,
"author_url": null
}
},
{
"place_id": "ChIJ75LIPcJobSy8zzTVP0zI_jA",
"name": "Blue Door Kitchen",
"category": "Cafe",
"categories": [
"Cafe",
"Bicycle shop"
],
"formatted_address": "269 Bedford Ave, Brooklyn, NY 11249, United States",
"address": {
"street": "269 Bedford Ave",
"city": "Brooklyn",
"region": "New York",
"postal_code": "11249",
"country_code": "US"
},
"location": {
"lat": 40.670341,
"lng": -73.929229
},
"plus_code": "CEQS+05",
"rating": 4.5,
"user_ratings_total": 1594,
"rating_distribution": {
"1": 40,
"2": 54,
"3": 156,
"4": 242,
"5": 1102
},
"price_level": 3,
"formatted_phone_number": "(718) 555-0164",
"international_phone_number": "+1 718-555-0164",
"website": "https://bluedoorkitchen.example",
"url": "https://www.google.com/maps/place/?q=place_id:ChIJ75LIPcJobSy8zzTVP0zI_jA",
"business_status": "CLOSED_TEMPORARILY",
"opening_hours": {
"weekday_text": [
"Monday: 7:00 AM – 7:00 PM",
"Tuesday: 7:00 AM – 7:00 PM",
"Wednesday: 7:00 AM – 7:00 PM",
"Thursday: 7:00 AM – 7:00 PM",
"Friday: 7:00 AM – 7:00 PM",
"Saturday: 9:00 AM – 7:00 PM",
"Sunday: 9:00 AM – 7:00 PM"
],
"periods": [
{
"open": {
"day": 0,
"time": "0900"
},
"close": {
"day": 0,
"time": "1900"
}
},
{
"open": {
"day": 1,
"time": "0700"
},
"close": {
"day": 1,
"time": "1900"
}
},
{
"open": {
"day": 2,
"time": "0700"
},
"close": {
"day": 2,
"time": "1900"
}
},
{
"open": {
"day": 3,
"time": "0700"
},
"close": {
"day": 3,
"time": "1900"
}
},
{
"open": {
"day": 4,
"time": "0700"
},
"close": {
"day": 4,
"time": "1900"
}
},
{
"open": {
"day": 5,
"time": "0700"
},
"close": {
"day": 5,
"time": "1900"
}
},
{
"open": {
"day": 6,
"time": "0900"
},
"close": {
"day": 6,
"time": "1900"
}
}
]
},
"popular_times": [
{
"day": 0,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
20,
60,
90,
99,
87,
77,
77,
61,
38,
12,
7,
5,
0,
0,
0,
0,
0
]
},
{
"day": 1,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
17,
47,
72,
81,
73,
68,
65,
51,
27,
12,
9,
5,
0,
0,
0,
0,
0
]
},
{
"day": 2,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
16,
48,
76,
78,
69,
67,
64,
52,
28,
9,
7,
4,
0,
0,
0,
0,
0
]
},
{
"day": 3,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
17,
45,
72,
78,
72,
68,
66,
47,
32,
13,
9,
8,
0,
0,
0,
0,
0
]
},
{
"day": 4,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
18,
45,
75,
81,
70,
62,
61,
53,
30,
11,
3,
1,
0,
0,
0,
0,
0
]
},
{
"day": 5,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
21,
56,
92,
98,
89,
81,
79,
62,
36,
16,
8,
4,
0,
0,
0,
0,
0
]
},
{
"day": 6,
"busyness": [
0,
0,
0,
0,
0,
0,
0,
22,
52,
89,
100,
85,
84,
79,
62,
34,
16,
6,
8,
0,
0,
0,
0,
0
]
}
],
"about": {
"service_options": [
"Dine-in",
"Takeout",
"Delivery"
],
"accessibility": [
"Wheelchair accessible entrance"
],
"payments": [
"Credit cards",
"Debit cards",
"NFC mobile payments",
"Cash"
]
},
"claimed": true,
"photo": {
"url": "https://cdn.example/maps/DLBArrmzeQOmJnYt.jpg",
"width": 4032,
"height": 2268,
"author_name": null,
"author_url": null
}
}
],
"meta": {
"request_id": "req_7f3ac1e94b2d40f8a1c6e5d2",
"credits_charged": 3,
"credits_remaining": 74218,
"cached": false,
"fetched_at": "2026-09-20T09:12:03Z",
"next_cursor": "eyJwIjoxLCJzIjoiYTNmOSJ9"
}
}