# Trendyol Review Scraping

**Use case:** 

Collect Trendyol ratings, review text, dates, public reviewer details, and customer media.

## Input

```json
{
  "target": "search",
  "searchQueries": [
    "kahve makinesi"
  ],
  "storefront": "turkey",
  "maxProductsPerSource": 5,
  "sort": "relevance",
  "discountedOnly": false,
  "inStockOnly": false,
  "freeShippingOnly": false,
  "fastDeliveryOnly": false,
  "couponOnly": false,
  "offerOnly": false,
  "newReleaseOnly": false,
  "influencerOnly": false,
  "lowestPriceOnly": false,
  "reviews": {
    "enabled": true,
    "maxPerProduct": 20
  },
  "questionsAndAnswers": {
    "enabled": false,
    "maxPerProduct": 20
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "productName": {
    "label": "Product name"
  },
  "name": {
    "label": "Product name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Current price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "storefront": {
    "label": "Storefront",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "text": {
    "label": "Text"
  },
  "questionText": {
    "label": "Question text"
  },
  "answerText": {
    "label": "Answer text"
  }
}
```

## About this Actor

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