Myntra Product Scraper ๐Ÿ›๏ธ

Myntra Product Scraper ๐Ÿ›๏ธ

Extract detailed product information from Myntra.com search results. Get comprehensive data including prices, discounts, inventory, images, and more. Perfect for price monitoring, market research, and e-commerce analytics. ๐Ÿ›๏ธ

ECOMMERCEINTEGRATIONSApify

Scrape detailed product information from Myntra.com search results, including prices, discounts, inventory, images, and more.

Features โœจ

  • Extract comprehensive product details from Myntra search results
  • Support for pagination and dynamic loading
  • Built-in stealth and anti-detection mechanisms
  • Configurable proxy support
  • Rate limiting and random delays for reliable scraping
  • Efficient resource handling by filtering unnecessary requests

Input Parameters ๐Ÿ“

FieldTypeDescription
searchUrlsarrayList of Myntra search URLs to scrape
maxItemsintegerMaximum number of items to scrape (optional)
proxyConfigurationobjectProxy settings (optional)

Output Dataset ๐Ÿ“Š

The actor extracts detailed product information including:

  • Product details (name, brand, ID)
  • Pricing information (MRP, discounted price)
  • Available sizes and inventory
  • Product images
  • Color variants
  • Product categories and attributes
  • Discount details and coupon information
  • Rating and review counts
  • Product metadata and system attributes

Usage Tips ๐Ÿ’ก

  1. Use search URLs from Myntra.com with desired filters applied
  2. Adjust maxItems to control the number of products scraped
  3. Configure proxy settings for better reliability
  4. Monitor the actor's console for progress updates

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.myntra.com/shirts?f=Color%3AWhite_f2f2f2%3A%3AGender%3Amen%20women%2Cwomen"
4    ],
5    "maxItems": 50
6}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "landingPageUrl": "shirts/showoff/showoff-women-comfort-floral-opaque-casual-shirt/31724176/buy",
4        "loyaltyPointsEnabled": false,
5        "adId": "",
6        "isPLA": true,
7        "productId": 31724176,
8        "product": "SHOWOFF Women Comfort Floral Opaque Casual Shirt",
9        "productName": "SHOWOFF Women Comfort Floral Opaque Casual Shirt",
10        "rating": 0,
11        "ratingCount": 0,
12        "isFastFashion": false,
13        "futureDiscountedPrice": 0,
14        "futureDiscountStartDate": "",
15        "discount": 2204,
16        "brand": "SHOWOFF",
17        "searchImage": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/TjYjyxLF_cf4dc676ec644e18821d42e2fa84478c.jpg",
18        "effectiveDiscountPercentageAfterTax": 0,
19        "effectiveDiscountAmountAfterTax": 0,
20        "buyButtonWinnerSkuId": 102200122,
21        "buyButtonWinnerSellerPartnerId": 12212,
22        "relatedStylesCount": 0,
23        "relatedStylesType": "",
24        "productVideos": [],
25        "inventoryInfo": [
26            {
27                "skuId": 102200122,
28                "label": "XL",
29                "inventory": 58,
30                "available": true,
31                "brandSizeLabel": "XL"
32            }
33        ],
34        "colourVariants": [],
35        "sizes": "XS,S,M,L,XL",
36        "images": [
37            {
38                "view": "default",
39                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/TjYjyxLF_cf4dc676ec644e18821d42e2fa84478c.jpg"
40            },
41            {
42                "view": "right",
43                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/RFD35rh9_4525a3a4013e48c389c6621c91d3e7f0.jpg"
44            },
45            {
46                "view": "search",
47                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/TjYjyxLF_cf4dc676ec644e18821d42e2fa84478c.jpg"
48            },
49            {
50                "view": "back",
51                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/4ScVPRQw_98c43ab8c0184c22aa156a5091bf235c.jpg"
52            },
53            {
54                "view": "bottom",
55                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/K5Og2BAp_d4ec88c40f31404ea71456713c1cff9b.jpg"
56            },
57            {
58                "view": "top",
59                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/Eyay5xnT_0725b99d4fbd435abd319f48b92e9d6b.jpg"
60            },
61            {
62                "view": "front",
63                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/JWatuKhl_d7b8bca98a414d3c9dd77eed0ad7c91a.jpg"
64            },
65            {
66                "view": "size_representation",
67                "src": ""
68            },
69            {
70                "view": "left",
71                "src": "http://assets.myntassets.com/assets/images/2024/NOVEMBER/23/dqlWy3Jx_97c47bc5061f440fa9f393e9c9a21ab6.jpg"
72            }
73        ],
74        "gender": "Women",
75        "primaryColour": "White",
76        "discountLabel": "Flat_Search_Percent",
77        "discountDisplayLabel": "(63% OFF)",
78        "additionalInfo": "Opaque Casual Shirt",
79        "category": "Shirts",
80        "mrp": 3498,
81        "price": 1294,
82        "advanceOrderTag": "",
83        "colorVariantAvailable": false,
84        "productimagetag": "",
85        "listViews": 0,
86        "discountType": "1",
87        "tdBxGyText": "",
88        "catalogDate": "1732147200000",
89        "season": "Summer",
90        "year": "2024",
91        "isPersonalised": false,
92        "eorsPicksTag": "",
93        "personalizedCoupon": "",
94        "personalizedCouponValue": 0,
95        "productMeta": "",
96        "systemAttributes": [
97            {
98                "attribute": "SA_XT_DEAL_OF_THE_DAY",
99                "value": "Deal of the Day",
100                "metaInfo": ""
101            },
102            {
103                "attribute": "SA_XT_MYNTRA_UNIQUE",
104                "value": "Myntra Unique",
105                "metaInfo": ""
106            }
107        ],
108        "attributeTagsPriorityList": [],
109        "preferredDeliveryTag": "",
110        "deliveryPromise": "",
111        "expressTags": [],
112        "couponData": {
113            "couponDiscount": 300,
114            "endDate": "1740767340000",
115            "tagLink": "https://www.myntra.com/myntra?f=Coupons:MYNTRA300_119006",
116            "couponDescription": {
117                "description": "{bestPriceText} {bestPrice} with coupon",
118                "couponCode": "MYNTRA300",
119                "bestPrice": 994,
120                "bestPriceText": "Best Price",
121                "templateInfo": {
122                    "templateName": "template1",
123                    "attributes": {
124                        "couponDiscount": "",
125                        "couponCode": "identifier1",
126                        "bestPrice": "identifier1",
127                        "bestPriceText": "identifier1"
128                    }
129                }
130            }
131        },
132        "productMetaData": {
133            "plaSlot": true,
134            "plaSlotType": "",
135            "plaReason": "",
136            "plaRank": 0,
137            "adSource": "FCC",
138            "adsMeta": {
139                "position": 0,
140                "skuId": "31724176_12212",
141                "productId": "31724176",
142                "tracking": {
143                    "click_url": "https://in1.data.cloud.flipkart.net/v1/spa/tr/click?pl=BLG8uSTuU8rAF8evpfKtM6WrF3c9OtWsh5S8FBxFPVrLzb9VKu8A8rDaFeHAswyXWnLaJYtwrGMkp24rMcYI0KOOyHKLsE_S5m-4t1vmnch3OnpECs5mnFokvwxaoBPjZ09zxrAXaaqesyXTQS_Zjk7LQprfOj_OAjzBhH-i24puGcxKWb0RYvuZh4L4_8I0&cet=[EVENTTIME]&adType=SPA",
144                    "view_url": "https://in1.data.cloud.flipkart.net/v1/spa/tr/view?pl=BLG8uSTuU8rAF8evpfKtM6WrF3c9OtWsh5S8FBxFPVrLzb9VKu8A8rDaFeHAswyXWnLaJYtwrGMkp24rMcYI0KOOyHKLsE_S5m-4t1vmnch3OnpECs5mnFokvwxaoBPjZ09zxrAXaaqesyXTQS_Zjk7LQprfOj_OAjzBhH-i24puGcxKWb0RYvuZh4L4_8I0&vst=[STARTTIME]&vet=[ENDTIME]&adType=SPA",
145                    "impression_url": "https://in1.data.cloud.flipkart.net/v1/spa/tr/impression?pl=BLG8uSTuU8rAF8evpfKtM6WrF3c9OtWsh5S8FBxFPVrLzb9VKu8A8rDaFeHAswyXWnLaJYtwrGMkp24rMcYI0KOOyHKLsE_S5m-4t1vmnch3OnpECs5mnFokvwxaoBPjZ09zxrAXaaqesyXTQS_Zjk7LQprfOj_OAjzBhH-i24puGcxKWb0RYvuZh4L4_8I0&adType=SPA"
146                },
147                "sellerId": "12212",
148                "bannerId": "MY8AGN6OFN22OR",
149                "campaignId": "MYARW2FJV5ADHZ",
150                "isCrossBrandAd": false,
151                "crossBrandFallback": "SEARCH",
152                "crossBrandInfo": null
153            },
154            "lmsMetadata": "",
155            "isUld": false,
156            "organicMeta": {
157                "metasrcDsExplore": "",
158                "metasrcDsCohort": "",
159                "metasrcDsFwdCohort": "",
160                "exploreReason": "",
161                "exploreSlot": false,
162                "isExplore": false
163            }
164        },
165        "virtualTryOn": {
166            "vtrPartner": ""
167        },
168        "vtrApplicable": false,
169        "articleType": {
170            "typeName": "Shirts"
171        },
172        "subCategory": {
173            "typeName": "Topwear"
174        },
175        "masterCategory": {
176            "typeName": "Apparel"
177        },
178        "mediaData": [],
179        "hasMultipleSizes": true,
180        "relatedColoursCount": 0,
181        "styleTagEntry": {
182            "tagGroups": {
183                "attributeTags": {},
184                "miscTags": {},
185                "pricing": {},
186                "selection": {
187                    "tagInfos": [
188                        {
189                            "name": "Deal of the Day",
190                            "tagId": "Deal_of_the_Day"
191                        },
192                        {
193                            "name": "Myntra Unique",
194                            "tagId": "Myntra_Unique"
195                        }
196                    ]
197                },
198                "trends": {},
199                "trust": {}
200            }
201        },
202        "brandLogo": "https://assets.myntassets.com/assets/images/2023/7/21/b551e012-84fd-4888-becb-bdf3aec029a11689936101755-croppedImage-1689936101496.jpg",
203        "rankingSource": null,
204        "searchUrl": "https://www.myntra.com/shirts?f=Color%3AWhite_f2f2f2%3A%3AGender%3Amen%20women%2Cwomen"
205    },
206    ...
207]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!