# Export Ozon Reviews and Product Questions

**Use case:** 

Export Ozon reviews, ratings, media, seller replies, and product questions with answers for customer research and product analysis.

## Input

```json
{
  "urls": [
    "https://www.ozon.ru/product/apple-smartfon-iphone-15-sim-esim-128-gb-siniy-1185261285/"
  ],
  "maxReviews": 100,
  "sort": "published_at_desc",
  "scrapeQuestions": true,
  "scrapeReviews": true,
  "scrapeComments": false,
  "maxMediaItems": 500
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "publishedAtTimestamp": {
    "label": "Published At (Unix)",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "createdAtTimestamp": {
    "label": "Created (ts)",
    "format": "number"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "updatedAtTimestamp": {
    "label": "Updated (ts)",
    "format": "number"
  },
  "isEdited": {
    "label": "Edited",
    "format": "boolean"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "comment": {
    "label": "Comment",
    "format": "text"
  },
  "attributeRatings": {
    "label": "Attribute Ratings",
    "format": "array"
  },
  "usefulCount": {
    "label": "Useful",
    "format": "number"
  },
  "notUsefulCount": {
    "label": "Not Useful",
    "format": "number"
  },
  "isPurchaseVerified": {
    "label": "Verified Purchase",
    "format": "boolean"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "sellerResponse": {
    "label": "Seller Response",
    "format": "object"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "badgeDelivery": {
    "label": "Delivery Badge",
    "format": "text"
  },
  "comments": {
    "label": "Replies",
    "format": "array"
  },
  "authorId": {
    "label": "Author ID",
    "format": "text"
  },
  "authorAvatarUrl": {
    "label": "Author Avatar",
    "format": "image"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "distribution": {
    "label": "Distribution",
    "format": "array"
  },
  "contextRatings": {
    "label": "Context Ratings",
    "format": "array"
  },
  "mediaGallery": {
    "label": "Media Gallery",
    "format": "array"
  },
  "questions": {
    "label": "Questions",
    "format": "array"
  },
  "reviewsFetched": {
    "label": "Reviews Fetched",
    "format": "number"
  },
  "coverageComplete": {
    "label": "Coverage Complete",
    "format": "boolean"
  },
  "mediaGalleryFetched": {
    "label": "Media Fetched",
    "format": "number"
  },
  "mediaGalleryComplete": {
    "label": "Media Complete",
    "format": "boolean"
  },
  "chunkIndex": {
    "label": "Chunk Index",
    "format": "number"
  },
  "chunkCount": {
    "label": "Chunk Count",
    "format": "number"
  },
  "totalQuestions": {
    "label": "Questions Available",
    "format": "number"
  },
  "questionsFetched": {
    "label": "Questions Fetched",
    "format": "number"
  },
  "questionsCoverageComplete": {
    "label": "Questions Complete",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Ozon.ru Product Reviews & Q&A Scraper | Парсер отзывов Ozon](https://apify.com/zen-studio/ozon-product-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/ozon-product-reviews-scraper) to learn more, explore other use cases, and run it yourself.