Getting Started
Fetch Google Maps place reviews in two steps.
1. Get your API key
Create an account and generate a FetchLayer API key from your dashboard.
Create free account →2. Fetch reviews
bash
curl -X POST https://api.fetchlayer.dev/google-maps/reviews \
-H "Authorization: Bearer ss-your-key" \
-H "Content-Type: application/json" \
-d '{"placeIdOrUrl":"ChIJN1t_tDeuEmsRUsoyG83frY4","pages":1,"maxReviews":20,"reviewsPerPage":20,"sortBy":"mostRelevant"}'Tip
You can pass either a Google Maps place ID or a full Maps place URL in
placeIdOrUrl.