iRecommend Product Reviews Scraper avatar
iRecommend Product Reviews Scraper

Pricing

$19.99/month + usage

Go to Apify Store
iRecommend Product Reviews Scraper

iRecommend Product Reviews Scraper

Scrape product reviews from iRecommend.ru with automatic pagination and comprehensive review data extraction including ratings, comments, and images.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

💬 iRecommend Product Reviews Scraper

This actor allows you to scrape product reviews from iRecommend.ru by providing a product reviews page URL. It automatically handles pagination and extracts comprehensive review information including ratings, comments, images, and author details.

Features

  • URL-based Scraping: Extract reviews by providing a complete iRecommend product reviews page URL
  • Automatic Pagination: Automatically navigates through review pages until reaching the end or max items limit
  • Comprehensive Review Data: Extract detailed information about each review including:
    • Review title and teaser text
    • Star ratings (1-5 stars)
    • Review images and photo galleries
    • Author information and avatars
    • Comment counts
    • Publication dates
    • Review and product IDs

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete iRecommend product reviews page URL
maxItemsintegerNoMaximum number of reviews to fetch
proxyConfigurationobjectNoProxy settings for the actor

How to Get Product Reviews URL

  1. Go to iRecommend.ru
  2. Search for a product or navigate to a product page
  3. Find the reviews section for that product
  4. Copy the complete URL from your browser's address bar
  5. Paste it into the searchUrl field

Example product reviews URL:

https://irecommend.ru/content/sait-prilozhenie-dostavki-produktov-samokat

Output

The output is a dataset of review objects, each containing:

  • searchUrl: The original product reviews page URL used
  • reviewId: Unique review identifier
  • productId: Product identifier
  • vid: Review version identifier
  • reviewUrl: Direct link to the full review page
  • title: Review title
  • teaser: Review teaser/preview text
  • images: Array of review image URLs
  • morePhotosText: Text indicating additional photos (e.g., "+14 фото")
  • morePhotosUrl: URL to view all photos
  • author: Author information object containing:
    • name: Author username
    • url: Link to author profile
    • avatar: Author avatar image URL
  • created: Review publication date
  • rating: Star rating (1-5)
  • commentsCount: Number of comments on the review
  • photosCount: Total number of photos in the review
  • scrapedAt: Timestamp of when the review was scraped

Example output:

[
{
"searchUrl": "https://irecommend.ru/content/sait-prilozhenie-dostavki-produktov-samokat",
"reviewId": 10582612,
"productId": 5814124,
"vid": 18213605,
"reviewUrl": "https://irecommend.ru/content/minus-500-tysyach-i-plyus-10-kg-za-god-somnitelnye-podarki-ot-kurerov-i-kak-za-neskolko-let",
"title": "Минус 500 тысяч и плюс 10 кг за год. Сомнительные подарки от курьеров. И как за несколько лет Самокат превратил меня в инфантильного потребителя.",
"teaser": "Добрый день! Знакомство с сервисом случилось в…",
"images": [
"https://cdn-irec.r-99.com/sites/default/files/imagecache/200i/user-images/3175184/y8Pu4d9DjzD1T3WxEOA.jpg",
"https://cdn-irec.r-99.com/sites/default/files/imagecache/200i/user-images/3175184/kebkChb6uuFn5EiGHd3Q.jpg"
],
"morePhotosText": "+14 фото",
"morePhotosUrl": "https://irecommend.ru/content/minus-500-tysyach-i-plyus-10-kg-za-god-somnitelnye-podarki-ot-kurerov-i-kak-za-neskolko-let",
"author": {
"name": "Zguglagolom",
"url": "https://irecommend.ru/users/zguglagolom",
"avatar": "https://cdn-irec.r-99.com/sites/default/files/imagecache/60i/pictures/31/picture-3175184-OjZolky0.jpg"
},
"created": "19.03.2025",
"rating": 5,
"commentsCount": 29,
"photosCount": 17,
"scrapedAt": "2025-11-10T06:42:02.777Z"
},
...
]

Use Cases

  • Product review analysis and sentiment tracking
  • Competitive research and market analysis
  • Customer feedback collection
  • Review quality assessment
  • Author reputation analysis
  • Product rating aggregation
  • Review content mining for insights

Notes

  • The actor works with iRecommend.ru (Russian review platform)
  • Results are saved incrementally as they are found
  • All timestamps are in ISO 8601 format
  • Reviews are automatically deduplicated based on review URLs
  • The actor handles pagination automatically

Start scraping product reviews from iRecommend.ru today!