# Trendyol Scraper - Turkey Product Prices & Ratings (`scrapesage/trendyol-scraper`) Actor

Scrape Trendyol.com products: name, brand, merchant, category, price, was-price, discount, lowest recent price, rating, review count, free-cargo and fast-delivery flags and badges. Independent tool, not affiliated with Trendyol.

- **URL**: https://apify.com/scrapesage/trendyol-scraper.md
- **Developed by:** [Scrape Sage](https://apify.com/scrapesage) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.55 / 1,000 products

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

## Trendyol Scraper - Turkey Product Prices & Ratings

> **Disclaimer:** This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by DSM Grup Danismanlik Iletisim ve Satis Tic. A.S. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "Trendyol" is referenced only to describe the publicly available website this Actor collects data from.

Turn any **Trendyol** category into a clean spreadsheet of Turkish e-commerce products - **name, brand, merchant, category, price, was-price and discount, rating and review count, free-cargo and fast-delivery flags, campaign badges and images**.

No API key and no login. Pick a category or paste a Trendyol category URL, and results stream into a dataset you can export as JSON, CSV or Excel.

### Why this Trendyol scraper?

Trendyol publishes price-transparency fields that most scrapers throw away, and merchant-level data that lets you compare **sellers**, not just products. This Actor keeps both.

| Data | Typical scrapers | This Actor |
|---|---|---|
| Title, brand, price, image | ✅ | ✅ |
| Was-price and discount % | partial | ✅ |
| Rating and review count | partial | ✅ |
| **`lowestRecentPrice` + `lowestRecentPriceChange`** - the recent-window low Turkish law requires sellers to disclose | ❌ | ✅ |
| **`promotionPrice`, `promotionDiscountPercent`, `isPriceDiscounted`** | ❌ | ✅ |
| **`merchantId` + `hasOfficialSellerBadge`** | ❌ | ✅ |
| **Delivery matrix** - free cargo, rush, same-day, next-day | ❌ | ✅ |
| Campaign badges | ❌ | ✅ |
| Turkish, English or Arabic rendering | ❌ | ✅ |
| Filter by price, rating, reviews or discount **before** billing | ❌ | ✅ |
| Choose your own columns (42 available) | ❌ | ✅ |
| Monitor mode - only new products | ❌ | ✅ |

### Use cases

- **Price monitoring and repricing** - track price, was-price, promotion price and the recent-window low across a category, daily.
- **Discount-compliance checks** - `lowestRecentPrice` is the figure Turkish price-transparency rules are built around; pull it straight from the listing instead of reconstructing it.
- **Seller and marketplace research** - group by `merchantId` to see who sells what, at what price, with which badges and delivery promises.
- **Assortment and gap analysis** - a full category export shows which brands and price points actually hold shelf space.
- **Deal feeds and affiliate sites** - filter by minimum discount and free cargo, then publish or alert on what qualifies.
- **New-arrival alerts** - monitor mode plus a schedule emits only products it has not returned before.

### How to use

1. [Sign up for Apify](https://console.apify.com/sign-up) - the free plan is enough to try this Actor.
2. Open the **Trendyol Scraper**, pick one or more **categories** (or paste category URLs) and click **Start**.
3. Watch products stream into the dataset table.
4. **Export** as JSON, CSV, Excel, XML or RSS - or pull results programmatically through the [Apify API](https://docs.apify.com/api/v2).

**Browse by category, not by keyword.** Trendyol refuses its own `/sr?q=…` keyword-search URLs to automated callers, so this Actor is category-driven: choose from the built-in list of 15 verified categories, or paste any Trendyol category URL - the ones shaped `.../something-x-c123456`. Hand it a `/sr?q=` URL and the run tells you plainly rather than failing silently.

### Input

| Field | What it does |
|---|---|
| **Categories** | Pick from 15 verified Trendyol categories - laptops, phones, electronics, tablets, headphones, TVs, white goods, women's clothing, shoes & bags, watches, cosmetics, home & furniture, mother & baby, books. |
| **Trendyol URLs** / **from a file** | Paste your own category URLs, link a `.txt`/`.csv` file, a Google Sheet or a Drive file. |
| **Language** | Turkish, English or Arabic rendering. |
| **Sort by** | Price, newest, best sellers or rating. |
| **Max pages per search / Max products in total** | Caps. Trendyol serves 36 products per page. |
| **Min/Max price (TL), Min rating, Min review count, Min discount %** | Filters, applied **before** billing. |
| **Only free cargo / Only on sale** | Filters. Filtered products are never charged. |
| **Output fields** | Tick exactly the columns you want. |
| **Monitor mode** | Emit only products not seen on previous runs. |

### Output

One row per product, up to 42 fields. Empty fields are omitted, so exports never carry blank filler columns:

```json
{
    "productId": 1053991134,
    "url": "https://www.trendyol.com/asus/tuf-gaming-a15-...-p-1053991134",
    "name": "TUF GAMING A15 FA506NCG-HN265 AMD RYZEN 7 16GB 512GB RTX3050",
    "brand": "ASUS",
    "categoryName": "Oyuncu Dizüstü Bilgisayarı",
    "merchantId": 169540,
    "price": 35849,
    "wasPrice": null,
    "discountPercent": null,
    "isPriceDiscounted": false,
    "lowestRecentPrice": null,
    "currency": "TL",
    "rating": 4.12,
    "ratingCount": 1132,
    "freeCargo": true,
    "rushDelivery": true,
    "nextDayDelivery": true,
    "campaignTags": ["Avantajlı Ürün", "Hesaplı Ürünler"],
    "hasOfficialSellerBadge": true,
    "imageCount": 5
}
```

Three dataset views ship with it: **Products overview**, **Deals & discounts**, and **Merchants & delivery**.

### Good to know

- **Trendyol serves its full pages to Turkish visitors.** The Actor pins Turkish IPs for you, so there is no proxy to configure and no empty page to debug.
- **Robots.txt is honoured.** Trendyol's `User-agent: *` group carries no rules at all - nothing on the site is disallowed.
- **A was-price only exists on discounted products**, and a **rating only exists once a product has reviews**. Both come straight from Trendyol's own payload, so a null means Trendyol published nothing there - the Actor never invents a value.
- **Prices are the listing price at scrape time**, in Turkish lira, and exclude cart-level promotions unless the listing itself exposes them (`promotionPrice`).
- **A run never fails on a transient block.** It ends *Succeeded* with whatever it collected plus a status message explaining what happened, and stops before its own time limit rather than timing out.

### How much does it cost to scrape Trendyol?

This Actor uses Apify's **pay-per-event** pricing: you are charged only for the results it delivers, with no monthly rental and no start fee. The events it can charge are:

- **Product** - One Trendyol product with its full record - name, brand, merchant, category, price, was-price and discount, rating and review count, free-cargo and fast-delivery flags, campaign badges and images. Products filtered out by your price, rating, review-count, discount, free-cargo or on-sale filters are never charged.

The current price of each event is shown on the **Pricing** tab of this page. Set a maximum total charge on the run if you want a hard cap on spend, and use the input limits to control how much the Actor fetches.

### Automate & schedule

Run this Actor on autopilot and pull results into your own stack:

- **[Apify API](https://docs.apify.com/api/v2)** - start runs, fetch datasets and manage schedules over REST.
- **[apify-client for JavaScript](https://docs.apify.com/api/client/js/)** and **[apify-client for Python](https://docs.apify.com/api/client/python/)** - official SDKs.
- **[Schedules](https://docs.apify.com/platform/schedules)** - run it hourly, daily or weekly and keep your dataset current.
- **[Webhooks](https://docs.apify.com/platform/integrations/webhooks)** - trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });

const run = await client.actor('scrapesage/trendyol-scraper').call({
    // your input - see the Input section above
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} records`);
```

### Integrate with any app

Connect the dataset to thousands of apps - no code required:

- **[Make](https://docs.apify.com/platform/integrations/make)** - multi-step automation scenarios.
- **[Zapier](https://docs.apify.com/platform/integrations/zapier)** - push new records straight into your CRM or spreadsheet.
- **[Slack](https://docs.apify.com/platform/integrations/slack)** - get notified when a scheduled run finds something new.
- **[Google Drive / Sheets](https://docs.apify.com/platform/integrations/drive)** - auto-export every run to a spreadsheet.
- **[Airbyte](https://docs.apify.com/platform/integrations/airbyte)** - pipe results into your data warehouse.
- **[GitHub](https://docs.apify.com/platform/integrations/github)** - trigger runs from commits or releases.

### Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. You can call this Actor from Claude, ChatGPT or any agent framework through the **[Apify MCP server](https://docs.apify.com/platform/integrations/mcp)** - describe the data you need and let the assistant run this Actor for you.

### Agent-ready: autonomous payments (x402 & Skyfire)

This actor is **agent-ready** — AI agents can discover it, run it, and **pay for it autonomously**, with no Apify account and no human in the loop. It uses [pay-per-event](https://docs.apify.com/platform/actors/publishing/monetize/pay-per-event) pricing and [limited permissions](https://docs.apify.com/platform/actors/development/permissions), so it qualifies for Apify's agentic-payment standards:

- **[x402](https://docs.apify.com/platform/integrations/x402)** — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp) — no account, no API key.
- **[Skyfire](https://docs.apify.com/platform/integrations/skyfire)** — agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

### More scrapers from scrapesage

Related Actors in the same category:

- **[Taobao & Tmall Scraper](https://apify.com/scrapesage/taobao-scraper)** - Products, Prices, Sellers & Reviews
- **[AliExpress Scraper](https://apify.com/scrapesage/aliexpress-scraper)** - Products, Prices, Orders & Supplier Leads
- **[Faire Scraper](https://apify.com/scrapesage/faire-scraper)** - Wholesale Brands, Supplier Leads & Products
- **[Kompass Scraper](https://apify.com/scrapesage/kompass-scraper)** - Global B2B Company & Supplier Leads
- **[ImportYeti Scraper](https://apify.com/scrapesage/importyeti-scraper)** - US Import Records, Suppliers & B2B Leads

### Tips

- **Paste your own category URLs** for anything outside the built-in 15 - any `.../…-x-c123456` page works, including deep sub-categories.
- **Sort plus a cap beats a big crawl.** Sort by best sellers or rating and set a small `maxResults` when you only need the head of a category.
- **Find real discounts** by combining `minDiscountPercent` with `onlyOnSale`, then compare `price` against `lowestRecentPrice` to see whether the "discount" is genuine.
- **Compare merchants** by exporting the *Merchants & delivery* view and grouping on `merchantId`.
- **Daily price history.** Put the run on a [Schedule](https://docs.apify.com/platform/schedules) and append each dataset to your warehouse - `productId` plus the run date is all the key you need.

### FAQ

**How is this Actor billed?** Pay-per-event: you pay only for the results it delivers, with no monthly rental and no start fee. The per-event price is shown on the Pricing tab.

**Can I schedule it and get results automatically?** Yes - create a [Schedule](https://docs.apify.com/platform/schedules) and add a [webhook](https://docs.apify.com/platform/integrations/webhooks) or an integration (Google Sheets, Slack, Make, Zapier) to push each run's dataset wherever you need it.

**Which export formats are available?** Every run's dataset can be downloaded as JSON, CSV, Excel (XLSX), XML, HTML or RSS from the Apify Console or the API.

**Can I run it from code or an AI agent?** Yes - through the [Apify API](https://docs.apify.com/api/v2) and client libraries, or from Claude, ChatGPT and other assistants via the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp).

**Is it legal to scrape Trendyol?** This Actor collects publicly available data only. You are responsible for using the output in compliance with applicable laws (including data-protection law where personal data is involved) and the source's terms. See the **Disclaimer** below.

**Is this an official Trendyol tool?** No. It is an independent, third-party Actor with no affiliation to, endorsement by or sponsorship from DSM Grup Danismanlik Iletisim ve Satis Tic. A.S. See the **Disclaimer** below.

### Disclaimer

**This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by DSM Grup Danismanlik Iletisim ve Satis Tic. A.S. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.**

"Trendyol" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official Trendyol product, is not authorised or certified by DSM Grup Danismanlik Iletisim ve Satis Tic. A.S., and does not distribute Trendyol software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.

### Need help?

Open an issue on the Actor's **Issues** tab, or visit the [Apify help center](https://help.apify.com/). Feature requests are welcome - this Actor is actively maintained.

# Actor input Schema

## `categories` (type: `array`):

Which Trendyol categories to scrape. Every value was requested live and returned products. Trendyol refuses keyword-search URLs (/sr?q=...), so browsing by category is the supported way in - paste your own category URL below if the one you want is not listed.

## `startUrls` (type: `array`):

Trendyol CATEGORY pages to scrape instead of (or as well as) the categories above - for example https://www.trendyol.com/laptop-x-c103108. Paste them, link a text file, or upload one. Keyword-search URLs (/sr?q=...) are refused by Trendyol and will return nothing.

## `urlsFromFile` (type: `string`):

Paste a block of Trendyol URLs (one per line), or give ONE link to a .txt/.csv file, a Google Sheet, a Drive file or an Apify key-value-store record holding them.

## `language` (type: `string`):

Which language Trendyol should render. Turkish is the native storefront and returns the most complete results.

## `sort` (type: `string`):

How Trendyol should order the results.

## `maxPagesPerQuery` (type: `integer`):

How many result pages to walk for each search term or URL. Trendyol serves 36 products per page and paginates properly.

## `maxResults` (type: `integer`):

Overall cap across every search. 0 means no cap.

## `minPrice` (type: `integer`):

Only keep products at or above this price in Turkish lira. Filtered products are not charged.

## `maxPrice` (type: `integer`):

Only keep products at or below this price in Turkish lira. Filtered products are not charged.

## `minRating` (type: `integer`):

Only keep products rated at or above this (1-5). Products with no rating yet are excluded. Filtered products are not charged.

## `minRatingCount` (type: `integer`):

Only keep products with at least this many reviews - useful for filtering out unproven listings. Filtered products are not charged.

## `minDiscountPercent` (type: `integer`):

Only keep products discounted by at least this percentage against their was-price. Filtered products are not charged.

## `onlyFreeCargo` (type: `boolean`):

Keep only products with free shipping. Filtered products are not charged.

## `onlyOnSale` (type: `boolean`):

Keep only products showing a was-price above the current price. Filtered products are not charged.

## `outputFields` (type: `array`):

Pick exactly the columns you want. Leave empty for every field. The list is generated from the Actor's own record builder.

## `monitorMode` (type: `boolean`):

Remember which products this Actor has already returned and emit only ones it has not seen before. Ideal on a schedule for new-arrival or price alerts. Already-seen products are skipped and never charged.

## `monitorStoreName` (type: `string`):

Named key-value store that holds the monitor's memory. Use different names to track different searches independently.

## Actor input object example

```json
{
  "categories": [
    "laptop"
  ],
  "startUrls": [],
  "language": "tr",
  "sort": "default",
  "maxPagesPerQuery": 3,
  "maxResults": 0,
  "onlyFreeCargo": false,
  "onlyOnSale": false,
  "monitorMode": false,
  "monitorStoreName": "trendyol-monitor"
}
```

# Actor output Schema

## `results` (type: `string`):

Every product scraped by this run.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "categories": [
        "laptop"
    ],
    "startUrls": [],
    "urlsFromFile": "",
    "language": "tr",
    "sort": "default"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapesage/trendyol-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "categories": ["laptop"],
    "startUrls": [],
    "urlsFromFile": "",
    "language": "tr",
    "sort": "default",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapesage/trendyol-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "categories": [
    "laptop"
  ],
  "startUrls": [],
  "urlsFromFile": "",
  "language": "tr",
  "sort": "default"
}' |
apify call scrapesage/trendyol-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapesage/trendyol-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/oCbCDMtwINbT2ZC88/builds/ZegfQNM755eQWJMRw/openapi.json
