# Export loveholidays Reviews.io Reviews

**Use case:** 

Scrape loveholidays customer reviews from Reviews.io using a store key, with review text, star ratings, dates, and reply data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.reviews.io/company-reviews/store/loveholidays-com"
    }
  ],
  "storeKeys": [
    "loveholidays-com"
  ],
  "maxReviews": 75,
  "maxPagesPerCompany": 8
}
```

## Output

```json
{
  "storeKey": {
    "label": "Store key",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "aggregateRating": {
    "label": "Aggregate rating",
    "format": "number"
  },
  "totalReviewCount": {
    "label": "Total reviews",
    "format": "number"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "date"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "companyReplyText": {
    "label": "Company reply",
    "format": "text"
  },
  "companyReplyDate": {
    "label": "Reply date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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