Retrieving digital assets...
Scrape product listings from Myntra.com based on search queries and filters.
99%
30s
500+
šļø Extract product listings from Myntra.com - India's leading fashion e-commerce platform. Get comprehensive product data including pricing, inventory, reviews, and more!
This actor uses a Pay-Per-Event pricing model:
| Parameter | Type | Default | Description |
|---|---|---|---|
search | String | "shirt" | Search term to find products |
categoryUrl | String | - | Direct category URL (overrides search) |
gender | String | - | Filter by gender (men/women/boys/girls) |
priceMin | Integer | 0 | Minimum price filter |
priceMax | Integer | 0 | Maximum price filter (0 = no limit) |
sortBy | String | "popularity" | Sort order |
brand | String | - | Filter by brand name |
discount | String | - | Minimum discount percentage |
maxProductsPerSearch | Integer | 100 | Maximum products to scrape |
scrapeReviews | Boolean | false | Enable to scrape customer reviews |
maxReviewsPerProduct | Integer | 10 | Max reviews per product |
proxy | Object | - | Proxy configuration |
popularity - Most Populardiscount - Discountprice_asc - Price (Low to High)price_desc - Price (High to Low)new - New Arrivalscustomer_rating - Customer RatingEach product includes comprehensive data:
{
"productId": 12345678,
"name": "Product Name",
"brand": "Brand Name",
"price": 999,
"mrp": 1499,
"discount": 500,
"discountPercentage": 33,
"discountLabel": "(33% OFF)",
"rating": 4.2,
"ratingCount": 1250,
"url": "https://www.myntra.com/...",
"imageUrl": "https://...",
"images": ["https://..."],
"category": "T-Shirts",
"subCategory": "Topwear",
"masterCategory": "Apparel",
"gender": "Men",
"primaryColour": "Blue",
"sizes": ["S", "M", "L", "XL"],
"inventory": [
{"size": "M", "available": true, "stock": 7}
],
"colorVariants": [
{"productId": 12345679, "color": "Black", "url": "...", "image": "..."}
],
"relatedColoursCount": 5,
"hasMultipleSizes": true,
"isFastFashion": false,
"season": "Summer",
"year": "2024",
"catalogDate": "2024-01-15T00:00:00.000Z",
"deliveryPromise": "2-3 days",
"couponInfo": {
"couponCode": "MYNTRA10",
"bestPrice": 899,
"couponDiscount": 100
},
"hasProductVideos": false,
"reviews": [
{
"reviewId": "abc123",
"rating": 5,
"text": "Great product!",
"author": "John D",
"date": "2024-01-10T00:00:00.000Z",
"helpfulCount": 12,
"isVerifiedPurchase": true,
"images": []
}
],
"reviewsCount": 1,
"searchQuery": "shirt",
"scrapedAt": "2024-01-15T10:30:00.000Z"
}
{
"search": "men casual shirt",
"maxProductsPerSearch": 50,
"sortBy": "popularity"
}
{
"search": "tshirts",
"maxProductsPerSearch": 20,
"scrapeReviews": true,
"maxReviewsPerProduct": 10
}
{
"search": "kurta",
"priceMin": 500,
"priceMax": 2000,
"discount": "30",
"maxProductsPerSearch": 100
}
{
"search": "shoes",
"gender": "men",
"brand": "Nike",
"maxProductsPerSearch": 50
}
For best results, use RESIDENTIAL proxies with India location:
{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}
Explore more automation tools and scrapers to supercharge your data acquisition workflow.