VOOZH about

URL: https://apify.com/abubaker.habib/reviews-io

⇱ reviews.io Β· Apify


πŸ‘ reviews.io avatar

reviews.io

Under maintenance

Pricing

Pay per usage

Go to Apify Store

reviews.io

Under maintenance

This crawler is designed to fetch and compile all customer reviews from the Reviews.io website. It systematically extracts key information, including reviewer names, ratings, review content, submission dates, and relevant metadata.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Abu Baker Habib

Abu Baker Habib

Maintained by Community

Actor stats

0

Bookmarked

39

Total users

2

Monthly active users

a year ago

Last modified

Share

Scrape single-page in TypeScript template

A template for scraping data from a single web page in TypeScript (Node.js). The URL of the web page is passed in via input, which is defined by the input schema. The template uses the Axios client to get the HTML of the page and the Cheerio library to parse the data from it. The data are then stored in a dataset where you can easily access them.

The scraped data in this template are page headings but you can easily edit the code to scrape whatever you want from the page.

Included features

  • Apify SDK - a 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
  • Cheerio - library for parsing and manipulating HTML and XML

How it works

  1. Actor.getInput() gets the input where the page URL is defined

  2. axios.get(url) fetches the page

  3. cheerio.load(response.data) loads the page data and enables parsing the headings

  4. This parses the headings from the page and here you can edit the code to parse whatever you need from the page

    $("h1, h2, h3, h4, h5, h6").each((_i, element)=>{...});
  5. Actor.pushData(headings) stores the headings in the dataset

Resources

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

Reviews.io Reviews Scraper

automation-lab/reviews-io-scraper

Extract public Reviews.io company reviews, ratings, reviewer names, dates, replies, and aggregate reputation metrics for monitoring.

πŸ‘ User avatar

Stas Persiianenko

3

Reviews.io Automation

techbe/reviews-io-automation

Automated review submission system for Reviews.io platform with advanced human-like behavior simulation, fingerprinting, and anti-detection features.

Google Maps Reviews Scraper

scraper-engine/google-maps-reviews-scraper

Scrape Google Maps reviews from any place. This actor extracts reviewer names, ratings, dates, comments, and review counts. Ideal for sentiment analysis, competitor research, customer insights, and performance tracking.

πŸ‘ User avatar

Scraper Engine

252

5.0

Reviewsio Profile Scraper

getdataforme/reviewsio-profile-scraper

This Apify Actor automates scraping of comprehensive company profiles from Reviews.io, extracting ratings, reviews, contact details, and performance stats....

11

Amazon Prouct Reviews

happitap/amazon-prouct-reviews

[UPDATED] Extract product reviews from Amazon including reviewer names, ratings, review text, customer photos, dates, and votes. βœ… Scrapes all reviews text, ratings, and dates πŸ“Έ Extracts photos (both thumbnail and full-size URLs) 🎯 Extracts helpful votes count βœ“ Identifies verified purchases

Etsy Reviews Scraper

easyapi/etsy-reviews-scraper

Scrape Etsy product reviews effortlessly. Extract detailed review data including ratings, text, reviewer info, dates and more. Perfect for market research and customer feedback analysis.

Facebook Reviews Scraper

api-empire/facebook-reviews-scraper

Facebook Reviews Scraper extracts reviews from any public Facebook page. Capture reviewer names, ratings, comments, timestamps, and sentiment details. Ideal for brand monitoring, customer analysis, market research, and workflows that need clean structured review data.

Etsy Reviews Scraper

simpleapi/etsy-reviews-scraper

Etsy Reviews Scraper extracts customer reviews from Etsy product listings and shops. Collect reviewer names, ratings, review text, dates, and product details to analyze customer feedback, track sentiment, study competitors, or gather insights for product and market research. πŸ›οΈπŸ“Š

Etsy Reviews Scraper

scrapio/etsy-reviews-scraper

Automate review data collection from Etsy using the Etsy Reviews Scraper. Capture customer reviews, ratings, reviewer names, and review dates quickly. Ideal for eCommerce sellers, analysts, and businesses tracking product reputation.

Google Maps Store Review Scraper

delicious_zebu/google-maps-store-review-scraper

This Actor scrapes detailed Google Maps reviews, including shop info, reviewer profiles, ratings, and review content with images. It’s designed for fast and efficient data extraction from local businesses.