# Export Ozon Travel hotel reviews to JSON, CSV or Excel

**Use case:** 

Export guest reviews from any Ozon Travel hotel to JSON, CSV or Excel: ratings, pros and cons, per-aspect scores, photos and stay dates.

## Input

```json
{
  "urls": [
    "https://www.ozon.ru/travel/hotels/product/apart-otel-skypark-1102034212/"
  ],
  "maxReviews": 100,
  "sort": "created_at_desc",
  "hotelDetails": true
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "hotelId": {
    "label": "Hotel ID",
    "format": "number"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "authorId": {
    "label": "Author ID",
    "format": "text"
  },
  "authorAvatarUrl": {
    "label": "Author Avatar",
    "format": "image"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "publishedAtTimestamp": {
    "label": "Published At (Unix)",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "createdAtTimestamp": {
    "label": "Created At (Unix)",
    "format": "number"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "updatedAtTimestamp": {
    "label": "Updated At (Unix)",
    "format": "number"
  },
  "isEdited": {
    "label": "Edited",
    "format": "boolean"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "commentCount": {
    "label": "Comment Count",
    "format": "number"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "comment": {
    "label": "Review",
    "format": "text"
  },
  "attributeRatings": {
    "label": "Attribute Ratings",
    "format": "array"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "usefulCount": {
    "label": "Useful",
    "format": "number"
  },
  "notUsefulCount": {
    "label": "Not Useful",
    "format": "number"
  },
  "stayPeriod": {
    "label": "Stay Period",
    "format": "text"
  },
  "checkIn": {
    "label": "Check In",
    "format": "text"
  },
  "checkOut": {
    "label": "Check Out",
    "format": "text"
  },
  "nights": {
    "label": "Nights",
    "format": "number"
  },
  "isAnonymous": {
    "label": "Anonymous",
    "format": "boolean"
  },
  "isExternal": {
    "label": "From Partner Site",
    "format": "boolean"
  },
  "propertyResponse": {
    "label": "Property Response",
    "format": "object"
  },
  "comments": {
    "label": "Comments",
    "format": "array"
  },
  "hotelName": {
    "label": "Hotel",
    "format": "text"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "distribution": {
    "label": "Rating Distribution",
    "format": "array"
  },
  "contextRatings": {
    "label": "Guest Scores",
    "format": "array"
  },
  "priceFrom": {
    "label": "Price From",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  },
  "pointsOfInterest": {
    "label": "Nearby",
    "format": "array"
  },
  "checkInFrom": {
    "label": "Check-in From",
    "format": "text"
  },
  "checkInTo": {
    "label": "Check-in Until",
    "format": "text"
  },
  "checkOutUntil": {
    "label": "Check-out Until",
    "format": "text"
  },
  "rules": {
    "label": "Hotel Rules",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "faq": {
    "label": "Hotel FAQ",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "reviewsFetched": {
    "label": "Reviews Fetched",
    "format": "number"
  },
  "coverageComplete": {
    "label": "Coverage Complete",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Ozon Travel Hotel Reviews Scraper - 33 Fields & Stay Dates](https://apify.com/zen-studio/ozon-travel-hotel-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/ozon-travel-hotel-reviews-scraper) to learn more, explore other use cases, and run it yourself.