# Scrape moving company reviews on Sirelo

**Use case:** 

Extract mover profiles and reviews from Sirelo. Export company names, ratings, review text, and locations for relocation services market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://sirelo.it/traslocatori/roma/bliss-moving-logistics/"
    }
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "moverName": {
    "label": "Mover name"
  },
  "reviewerName": {
    "label": "Reviewer name"
  },
  "rating": {
    "label": "Rating"
  },
  "text": {
    "label": "Text"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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