# Trendyol Çok Satanlar

**Use case:** 

Trendyol'un kendi çok satan sıralamasıyla ürünleri dışa aktarın: marka, fiyat (TRY), eski fiyat, indirim oranı, puan, yorum sayısı ve ürün linki.

## Input

```json
{
  "keywords": [
    "kadın elbise"
  ],
  "scrapeMode": "overview",
  "sort": "best_seller",
  "maxResults": 25
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "🆔 Product ID",
    "format": "integer"
  },
  "productTitle": {
    "label": "📝 Product Title",
    "format": "string"
  },
  "url": {
    "label": "🔗 Product URL",
    "format": "string"
  },
  "source": {
    "label": "🧬 Source",
    "format": "string"
  },
  "brand": {
    "label": "™️ Brand",
    "format": "string"
  },
  "brand_id": {
    "label": "™️ Brand ID",
    "format": "integer"
  },
  "category": {
    "label": "🧭 Category",
    "format": "string"
  },
  "category_id": {
    "label": "🧭 Category ID",
    "format": "integer"
  },
  "merchant_id": {
    "label": "🏪 Merchant ID",
    "format": "integer"
  },
  "seller_name": {
    "label": "🏬 Seller Name",
    "format": "string"
  },
  "seller_score": {
    "label": "⭐ Seller Score",
    "format": "number"
  },
  "seller_product_count": {
    "label": "📦 Seller Product Count",
    "format": "integer"
  },
  "price": {
    "label": "💰 Price (TRY)",
    "format": "number"
  },
  "original_price": {
    "label": "🏷️ Original Price (TRY)",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "discount_percentage": {
    "label": "🔻 Discount %",
    "format": "number"
  },
  "free_cargo": {
    "label": "🚚 Free Cargo",
    "format": "boolean"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "🔢 Rating Count",
    "format": "integer"
  },
  "review_count": {
    "label": "💬 Review Count",
    "format": "integer"
  },
  "qa_count": {
    "label": "❓ Q&A Count",
    "format": "integer"
  },
  "favorite_count": {
    "label": "❤️ Favorite Count",
    "format": "integer"
  },
  "order_count": {
    "label": "🛒 Order Count",
    "format": "string"
  },
  "in_stock": {
    "label": "📦 In Stock",
    "format": "boolean"
  },
  "condition": {
    "label": "🔖 Condition",
    "format": "string"
  },
  "color": {
    "label": "🎨 Color",
    "format": "string"
  },
  "description": {
    "label": "📄 Description",
    "format": "string"
  },
  "attributes": {
    "label": "🧾 Attributes",
    "format": "object"
  },
  "variants": {
    "label": "🎛️ Variants",
    "format": "array"
  },
  "review_tags": {
    "label": "🏷️ Review Tags",
    "format": "array"
  },
  "ai_review_summary": {
    "label": "🤖 AI Review Summary",
    "format": "string"
  },
  "badges": {
    "label": "🎖️ Badges",
    "format": "array"
  },
  "image": {
    "label": "📷 Main Image",
    "format": "string"
  },
  "images": {
    "label": "🖼️ Image Gallery",
    "format": "array"
  },
  "image_count": {
    "label": "🔢 Image Count",
    "format": "integer"
  },
  "metadata": {
    "label": "🧩 Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Trendyol Scraper & API — Prices, Reviews, Sellers & Q&A](https://apify.com/sian.agency/trendyol-product-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/trendyol-product-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/trendyol-product-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
