Trendyol Product Scraper avatar

Trendyol Product Scraper

Deprecated

Pricing

$29.00/month + usage

Go to Apify Store
Trendyol Product Scraper

Trendyol Product Scraper

Deprecated

This scraper can help you retrieve current and accurate data about products from Trendyol, an online retail platform. This tool can be useful for keeping track of the latest offerings from Trendyol or for gathering information for research or analysis purposes.

Pricing

$29.00/month + usage

Rating

0.0

(0)

Developer

yeyo

yeyo

Maintained by Community

Actor stats

3

Bookmarked

240

Total users

0

Monthly active users

19 hours ago

Last modified

Share

Trendyol Scraper — Product, Search, Q&A

Trendyol Scraper extracts structured product data from Trendyol, Turkey's largest e-commerce marketplace. One Actor, four operations: scrape a product detail page, run a catalog search, browse a brand storefront, or pull a product's questions & answers — all returned as clean JSON. Run it on the Apify platform for API access, scheduling, proxy rotation, and integrations (Make, Zapier, Google Sheets, and more).

What does Trendyol Scraper do?

Pick an operation and provide the matching input:

  • scrape — give a product URL, get the full product: name, SKU, brand, category, tax rate, rating/review counts, images, attributes, and every merchant offer with prices. Set enrich: true to also fetch the long description.
  • search — give a keyword, get the catalog results (title, brand, price, rating, image, product URL), with optional brand filtering and pagination.
  • brand-browse — give a numeric brand ID, list that brand's products with a sort order.
  • qa — give a product URL, get the published customer questions and seller answers.

Why use Trendyol Scraper?

  • Price & competitor monitoring — track prices and the buybox across merchants.
  • Catalog research — discover products and SKUs by keyword or brand.
  • Market & sentiment analysis — mine product Q&A for buyer concerns.
  • Listing automation — pull clean, normalized product data to seed your own catalog.

How to use Trendyol Scraper

  1. Open the Actor and go to the Input tab.
  2. Choose an Operation.
  3. Fill the field it needs (url for scrape/qa, query for search, brandId for brand-browse).
  4. Click Start and download results from the Output tab.

Input

FieldTypeUsed byDescription
operationenumallscrape | search | qa | brand-browse
urlstringscrape, qaTrendyol product page URL
querystringsearchSearch keyword (truncated to 85 chars)
brandIdstringbrand-browseNumeric brand ID (wb parameter)
sortenumbrand-browseSort order (default MOST_RATED)
pageintegersearch, brand-browsePage number (default 1)
brandsarraysearchOptional brand-ID filter
limitintegerqaMax Q&A items (≤ 100)
enrichbooleanscrapeFetch the full product description (extra API call)
rawbooleanallReturn platform-native JSON instead of the unified shape
proxyobjectallProxy settings (defaults to Apify Proxy)

Output

Results are written to the dataset. You can download them as JSON, CSV, Excel, or HTML.

{
"platform": "trendyol",
"id": "773045998",
"name": "iPhone 15 128 GB",
"sku": "773045998",
"brand": { "id": "967", "name": "Apple" },
"category": { "id": "1234", "name": "Cep Telefonu" },
"tax": 20,
"overview": { "averageRating": 4.7, "commentCount": 8123, "reviewCount": 9000, "favoriteCount": 9000 },
"images": ["https://cdn.dsmcdn.com/.../1.jpg"],
"merchants": [
{ "merchant": { "name": "Trendyol" }, "price": { "currency": "TRY", "sellingPrice": 48499 } }
]
}

Pricing

This Actor runs on the Apify platform and is billed by the compute it uses. Each operation is a single lightweight HTTP request (search/Q&A hit Trendyol's JSON APIs) plus parsing, so runs are fast and cheap; cost scales with how many products/pages you process.

Tips

  • Trendyol's storefront APIs (search, Q&A) are protected by Cloudflare/Akamai and gate traffic at the TLS layer. This Actor uses got-scraping's browser-like TLS fingerprint plus anonymous session cookies harvested from the homepage. If you hit blocks from datacenter IPs, enable Apify Proxy (residential) in the proxy field.
  • Use raw: true when you need fields beyond the unified shape — you get the platform's native payload.
  • For scrape, the description is omitted unless you set enrich: true (it requires an extra request).

FAQ & support

  • Is scraping Trendyol legal? This Actor collects publicly available data. You are responsible for complying with Trendyol's Terms of Service and applicable laws; avoid collecting personal data without a legal basis.
  • Found a bug or need a field added? Open an issue on the Actor's Issues tab.