# Trendyol URL | Keyword | Review Scraper

**Use case:** 

Pull structured product data, ratings, badges, seller details, full review streams and Q&A pairs from Trendyol, Turkey's largest online marketplace. Search by k

## Input

```json
{
  "mode": "search",
  "queries": [
    "iphone"
  ],
  "minRating": "0",
  "sortBy": "BEST_SCORE",
  "freeCargoOnly": false,
  "fastDeliveryOnly": false,
  "officialSellerOnly": false,
  "couponsOnly": false,
  "inStockOnly": true,
  "urls": [
    "https://www.trendyol.com/sr?q=iphone+15&pi=1",
    "https://www.trendyol.com/cep-telefonu-x-c103498?pi=1"
  ],
  "productInputs": [
    "https://www.trendyol.com/apple/yenilenmis-iphone-11-64-gb-beyaz-cep-telefonu-12-ay-garantili-a-kalite-p-356251114"
  ],
  "maxReviewsPerProduct": 200,
  "maxPages": 0,
  "maxListings": 20,
  "fetchDetails": true,
  "fetchReviews": false,
  "fetchQna": false,
  "maxQnaPerProduct": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "TR"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "kind": {
    "label": "Record kind",
    "format": "string"
  },
  "contentId": {
    "label": "Content ID",
    "format": "integer"
  },
  "name": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Pricing",
    "format": "object"
  },
  "rating": {
    "label": "Rating",
    "format": "object"
  },
  "seller": {
    "label": "Seller / merchant",
    "format": "object"
  },
  "freeCargo": {
    "label": "Free shipping",
    "format": "boolean"
  },
  "fastDelivery": {
    "label": "Fast delivery",
    "format": "boolean"
  },
  "officialSeller": {
    "label": "Official seller badge",
    "format": "boolean"
  },
  "stock": {
    "label": "Stock",
    "format": "integer"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

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