Trendyol Product Variants Scraper avatar

Trendyol Product Variants Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Trendyol Product Variants Scraper

Trendyol Product Variants Scraper

Extract variant sizes, barcodes, prices, and stock levels from Trendyol product pages. Powered by Trendyol Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Introduction

This actor extracts Product Variants from Trendyol. It collects specific SKU data including sizes, barcodes, stock status, and pricing for every variant listed on a product page. It also captures core product metadata like brand, category, and merchant information.

Data Fields

Field NameDescriptionExample
Product IDUnique identifier for the main product12345678
Product NameFull title of the productCotton T-Shirt
Brand NameName of the brandTrendyolmilla
Brand IDUnique identifier for the brand456
Product CodeInternal product referenceTS123-BLK
Product URLDirect link to the product pagehttps://www.trendyol.com/brand/product-p-123
All ImagesList of product image URLs["https://cdn.com/1.jpg"]
GenderTarget gender for the productUnisex
Category NameName of the product categoryClothing
Category IDUnique identifier for the category101
Merchant NameName of the sellerTrendyol
Merchant IDUnique identifier for the seller999
AttributesTechnical specifications of the product{"Color": "Black"}
Variant SizeSpecific size of the variantXL
Variant BarcodeBarcode for the specific variant8680001234567
Variant Item NumberUnique SKU for the variant789012
Variant PriceCurrent selling price of the variant150.00
Variant Original PricePrice before discounts200.00
Variant CurrencyCurrency codeTRY
Variant StockNumber of items available50
Variant In StockAvailability statustrue

Input

  • urls: Array of Trendyol product page URL strings.
  • maxItems: Maximum number of variants to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.trendyol.com/p-12345"],
"maxItems": 50
}

Example Output

[
{
"productId": "12345678",
"productName": "Slim Fit Jeans",
"brandName": "DenimCo",
"brandId": "55",
"productCode": "D-99",
"productUrl": "https://www.trendyol.com/denimco/slim-fit-jeans-p-12345678",
"allImages": ["https://cdn.trendyol.com/img1.jpg"],
"gender": "Male",
"categoryName": "Jeans",
"categoryId": "202",
"merchantName": "Denim Store",
"merchantId": "777",
"attributes": {"Material": "Denim"},
"variantSize": "32/32",
"variantBarcode": "8681234567890",
"variantItemNumber": "SKU-001",
"variantPrice": "450.00",
"variantOriginalPrice": "600.00",
"variantCurrency": "TRY",
"variantStock": 12,
"variantInStock": true
},
{
"productId": "12345678",
"productName": "Slim Fit Jeans",
"brandName": "DenimCo",
"brandId": "55",
"productCode": "D-99",
"productUrl": "https://www.trendyol.com/denimco/slim-fit-jeans-p-12345678",
"allImages": ["https://cdn.trendyol.com/img1.jpg"],
"gender": "Male",
"categoryName": "Jeans",
"categoryId": "202",
"merchantName": "Denim Store",
"merchantId": "777",
"attributes": {"Material": "Denim"},
"variantSize": "34/32",
"variantBarcode": "8681234567891",
"variantItemNumber": "SKU-002",
"variantPrice": "450.00",
"variantOriginalPrice": "600.00",
"variantCurrency": "TRY",
"variantStock": 0,
"variantInStock": false
}
]

Want more from Trendyol?

This actor only covers Product Variants. The full Trendyol Scraper browser extension also includes Products in a List, Product Details, Reviews in a List with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Trendyol Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.