# Search Trendyol laptop bag prices

**Use case:** 

Extract current Trendyol laptop bag products, prices, brands, categories, ratings, promotions, and product URLs for a one-time assortment analysis.

## Input

```json
{
  "searchQueries": [
    "laptop bag"
  ],
  "startUrls": [],
  "maxItems": 10,
  "includeSeller": false,
  "includeReviews": false,
  "includeQuestions": false,
  "maxReviewsPerProduct": 10,
  "maxQuestionsPerProduct": 10,
  "useResidentialProxy": false,
  "proxyCountryCode": "TR"
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "number"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "merchantName": {
    "label": "Seller",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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