How do I scrape Google reviews?

While Google's API only provides the latest 5 reviews for any given business, our Review Scraper API can return all available reviews for a business. To scrape Google reviews, simply provide the query parameter when you add a review profile - this query parameter should be the query that shows the Google My Business listing in search results:

When possible, it's best to generate the query with the full name of the business and the full address for best results. This is because Google uses your search history and location to generate your search results, which could vary on our side.

Here is an example of a cURL command to fetch Google reviews (just use your API key): 

curl -X POST 'https://app.datashake.com/api/v2/profiles/add?query=Naturally%20Delicious%20Caterers%20NYC' -H 'spiderman-token: API_KEY'
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.