
Google Reviews Scraper + AI sentiment
Pricing
$15.00 / 1,000 results

Google Reviews Scraper + AI sentiment
Api that scrape any business on google with sentiment ai of the review negative or positive
0.0 (0)
Pricing
$15.00 / 1,000 results
4
Monthly users
14
Runs succeeded
98%
Last modified
4 months ago
Google Reviews Scraper API A template for scraping Google reviews using a custom API. The template allows you to retrieve reviews by sending the business name, and then iteratively fetches all available reviews for the business. This template uses Axios to make HTTP requests and Apify SDK to manage and store the data.
Included Features Apify SDK - toolkit for building Actors Input schema - define and easily validate a schema for your Actor's input Dataset - store structured data where each object stored has the same attributes Axios client - promise-based HTTP Client for Node.js and the browser How it Works Get Business Search ID:
Actor.getInput() gets the input where the business name is defined. axios.get(searchApiUrl, { params: { business_name } }) sends a request to the search API to get the search_id for the business. Fetch Reviews:
Using the obtained search_id, the script sends a request to the reviews API. axios.get(reviewsApiUrl, { params: { search_id, sort, next_id } }) fetches 10 reviews per request. If there are more reviews, the response contains a nextpage flag and a next_id. The script iterates, using the next_id to fetch subsequent pages. Store Reviews:
The reviews are stored in an Apify dataset using Actor.pushData(reviews). Repeat:
The process continues until all reviews are fetched.
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$15.00