VOOZH about

URL: https://apify.com/adept-training-center/reviewssense-ai

⇱ ReviewsSense AI Β· Apify


Pricing

from $0.75 / 1,000 results

Go to Apify Store

Review Aggregator: Scrape product reviews from sites like Amazon or Yelp to perform sentiment analysis and understand customer feedback at scale.

Pricing

from $0.75 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Adept Training Center

Adept Training Center

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 months ago

Last modified

Share

TypeScript Crawlee & CheerioCrawler Actor Template

This template example was built with Crawlee to scrape data from a website using Cheerio wrapped into CheerioCrawler.

Quick Start

Once you've installed the dependencies, start the Actor:

$apify run

Once your Actor is ready, you can push it to the Apify Console:

apify login # first, you need to log in if you haven't already done so
apify push

Project Structure

.actor/
β”œβ”€β”€ actor.json # Actor config: name, version, env vars, runtime settings
β”œβ”€β”€ dataset_schena.json # Structure and representation of data produced by an Actor
β”œβ”€β”€ input_schema.json # Input validation & Console form definition
└── output_schema.json # Specifies where an Actor stores its output
src/
└── main.ts # Actor entry point and orchestrator
storage/ # Local storage (mirrors Cloud during development)
β”œβ”€β”€ datasets/ # Output items (JSON objects)
β”œβ”€β”€ key_value_stores/ # Files, config, INPUT
└── request_queues/ # Pending crawl requests
Dockerfile # Container image definition

For more information, see the Actor definition documentation.

How it works

This code is a TypeScript script that uses Cheerio to scrape data from a website. It then stores the website titles in a dataset.

  • The crawler starts with URLs provided from the input startUrls field defined by the input schema. Number of scraped pages is limited by maxPagesPerCrawl field from the input schema.
  • The crawler uses requestHandler for each URL to extract the data from the page with the Cheerio library and to save the title and URL of each page to the dataset. It also logs out each result that is being saved.

What's included

  • Apify SDK - toolkit for building Actors
  • Crawlee - web scraping and browser automation library
  • 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
  • Cheerio - a fast, flexible & elegant library for parsing and manipulating HTML and XML
  • Proxy configuration - rotate IP addresses to prevent blocking

Resources

Creating Actors with templates

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Google Maps & Yelp Review Sentiment Analyzer

alizarin_refrigerator-owner/review-sentiment-analyzer

Scrape reviews from Google Maps or Yelp and run AI-powered sentiment analysis to understand what customers really think about any business.

Amazon Product Reviews Spider

getdataforme/amazon-product-reviews-spider

Extract comprehensive Amazon product reviews effortlessly with this Apify Actor. Gain valuable insights into customer sentiment, ratings, and feedback for market research, competitive analysis, and sentiment tracking....

Yelp Review Scraper

tri_angle/yelp-review-scraper

Scrape reviews from Yelp.com

πŸ‘ User avatar

Tri⟁angle

1.1K

2.2

Amazon Product Reviews Scraper

getdataforme/amazon-product-reviews-scraper

Amazon Product Reviews Scraper extracts customer reviews from Amazon product pages. Provide product URLs and proxy settings (Apify Proxy), and retrieve structured JSON with profile name, review text, rating, and review date. Supports batch URL processing. Great for sentiment and market analysis

303

2.9

Amazon Reviews Scraper

saswave/amazon-reviews-scraper

$0.5 / 1000 results. Extract Verified & Public Customer Reviews from Amazon Products. Collect customer reviews from Amazon product ASIN. Extract content, ratings, reviewer profiles. Product research, sentiment analysis, brand monitoring, and competitive intelligence.

Amazon Reviews Scraper β€” Customer Feedback & Ratings

oneary/amazon-reviews-scraper

Extract Amazon customer reviews by ASIN or URL. Get ratings, review text, verified purchase status, dates, and helpfulness scores.

Yelp Reviews Scraper

web_wanderer/yelp-reviews-scraper

Easily extract Yelp business reviews at scale. This Yelp Reviews Scraper collects ratings, review text, reviewer details, timestamps, photos, and business info. Export data in JSON, CSV, Excel, or via API.

Customer Sentiment Analysis AI

actor4you/customer-sentiment-analysis-ai

Scrape customer reviews from Facebook, Google Maps, Booking.com, and Amazon, then run AI-powered sentiment analysis. Get overall sentiment scores, trends, themes, and competitor comparisons.

Fast Yelp Reviews Scraper API | Extract Review Text & Ratings

agents/yelp-reviews

Transform Yelp reviews into actionable insights with our high-performance scraper. Access detailed customer feedback, ratings, and reviewer profiles at competitive prices. Perfect for monitoring restaurant reputation, tracking service quality, and analyzing market trends across the Yelp ecosystem.