Google Maps
Search / Place Details / Reviews
per_call
Search Maps by keyword and location to get ranked places, then pull complete detail for any place — name, category, address, coordinates, phone, website, opening hours, price level, rating and review count — plus paginated reviews with text, rating, author and date. The backbone of local-SEO and lead-generation products.
Endpoint
GET /v1/google-maps/search-place-details-reviews
Price
$0.90
per 1,000 calls · $0.0009 per call
Cost per call
0.6 credits
Failed calls never charged
Parameters
target
required
stringThe Google Maps handle, URL or identifier to resolve.
limit
optional
integerItems to return for list responses. Default 10, max 100.
cursor
optional
stringPagination cursor returned by a previous response.
Example request
Sandbox calls return deterministic sample data in the live payload shape.
curl
curl "https://api.fastfetchz.com/v1/google-maps/search-place-details-reviews?target=nasa" \
-H "X-API-Key: $FASTFETCHZ_KEY"Example response
200 application/json
{
"success": true,
"service": {
"platform": "Google Maps",
"name": "Search / Place Details / Reviews",
"slug": "search-place-details-reviews"
},
"credits_charged": 0.6,
"credits_remaining": 99.4,
"latency_ms": 214,
"data": {
"query": "nasa",
"places": [
{
"place_id": "place_29137",
"name": "Sandbox Place 1",
"address": "437 Example Street, Springfield",
"rating": 3.9,
"reviews_count": 1137,
"categories": [
"cafe",
"restaurant"
],
"location": {
"lat": 40.737,
"lng": -73.963
},
"phone": "+1 555 0100"
},
{
"place_id": "place_51518",
"name": "Sandbox Place 2",
"address": "318 Example Street, Springfield",
"rating": 4,
"reviews_count": 3518,
"categories": [
"cafe",
"restaurant"
],
"location": {
"lat": 40.718,
"lng": -73.982
},
"phone": "+1 555 0100"
}
]
}
}Error codes
StatusCodeMeaning
401invalid_api_keyMissing or unrecognized X-API-Key header. No credits are charged.
402insufficient_creditsYour balance is below the cost of the call. Top up to continue.
403account_suspended / key_revokedThe account is suspended or the key was revoked.
429rate_limitedThe key exceeded its monthly cap or the burst limit. Retry later.
500upstream_errorUnexpected failure while fulfilling the request. Not charged.