# Samokat iRecommend review extractor

**Use case:** 

Extract critical Samokat iRecommend reviews with authors, dates, comments, photos, and stable IDs for reputation analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://irecommend.ru/content/sait-prilozhenie-dostavki-produktov-samokat"
    }
  ],
  "maxItems": 25,
  "maxRating": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "number"
  },
  "title": {
    "label": "Review title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "photosCount": {
    "label": "Photos",
    "format": "number"
  },
  "reviewUrl": {
    "label": "Review",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Product page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [iRecommend Product Reviews Scraper](https://apify.com/automation-lab/irecommend-product-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/irecommend-product-reviews-scraper) to learn more, explore other use cases, and run it yourself.