The Mynstra.com Product Details Page Scraper extracts detailed product data from Mynstra.com, including name, brand, price, rating, image URLs, etc., by providing product details page urls.
If you encounter any issues or need to exchange information, please feel free to contact us through the following link: My profile
The Myntra.com Product Details Page Scraper is a specialized tool that allows you to extract detailed product data directly from the Myntra.com platform. It provides comprehensive product information in structured formats like JSON, which you can easily integrate into your reports, spreadsheets, or applications.
With this scraper, you can:
The scraper allows you to collect comprehensive product information, including:
To start collecting Myntra product data, simply fill out the input form. Myntra.com Product Details Page Scraper recognizes the following input parameters:
Example url: https://www.myntra.com/shirts/snitch/snitch-black-textured-straight-slim-fit-opaque-casual-shirt/29348840/buy
Example Screenshot of product information page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "urls": [ // Links to product information pages. 11 "https://www.myntra.com/shirts/snitch/snitch-black-textured-straight-slim-fit-opaque-casual-shirt/29348840/buy" 12 ] 13}
Output:
You get the output from the Myntra.com Product Details Page Scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ // List of product information 2 { 3 "id": 29348840, 4 "url": "https://www.myntra.com/shirts/snitch/snitch-black-textured-straight-slim-fit-opaque-casual-shirt/29348840/buy", 5 "name": "Snitch Black Textured Straight Slim Fit Opaque Casual Shirt", 6 "manufacturer": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 7 "country_of_origin": "India", 8 "colours": [ 9 { 10 "style_id": 29348830, 11 "label": "Maroon", 12 "url": "Shirts/Snitch/Snitch-Maroon-Straight-Slim-Fit-Opaque-Casual-Shirt/29348830/buy", 13 "image": "http://assets.myntassets.com/assets/images/29348830/2024/5/29/16351b49-86b2-4c38-aef8-2f5676a90fd01716963460653-Snitch-Maroon-Straight-Slim-Fit-Opaque-Casual-Shirt-60817169-1.jpg" 14 }, 15 { 16 "style_id": 29348832, 17 "label": "Maroon", 18 "url": "Shirts/Snitch/Snitch-Spread-Collar-Long-Sleeves-Straight-Slim-Fit-Casual-Shirt/29348832/buy", 19 "image": "http://assets.myntassets.com/assets/images/29348832/2024/5/4/ce127465-69ab-4a9a-ad88-f76f70489ab61714768166502SnitchMenStraightSlimFitOpaqueCasualShirt1.jpg" 20 }, 21 { 22 "style_id": 29348836, 23 "label": "White", 24 "url": "Shirts/Snitch/Snitch-White-Straight-Slim-Fit-Opaque-Casual-Shirt/29348836/buy", 25 "image": "http://assets.myntassets.com/assets/images/29348836/2024/5/4/5ae8ee1a-6ee7-4e67-88fd-d5e1ddfd84461714768169444SnitchMenStraightSlimFitOpaqueCasualShirt1.jpg" 26 }, 27 { 28 "style_id": 29348838, 29 "label": "Mauve", 30 "url": "Shirts/Snitch/Snitch-Mauve-Straight-Slim-Fit-Opaque-Casual-Shirt/29348838/buy", 31 "image": "http://assets.myntassets.com/assets/images/29348838/2024/5/4/eb3c148b-557f-4837-ae18-f2b4a8eb20001714768172894SnitchMenStraightSlimFitOpaqueCasualShirt1.jpg" 32 }, 33 { 34 "style_id": 29348842, 35 "label": "Navy Blue", 36 "url": "Shirts/Snitch/Snitch-Nay-Blue-Straight-Slim-Fit-Opaque-Casual-Shirt/29348842/buy", 37 "image": "http://assets.myntassets.com/assets/images/29348842/2024/5/4/cabe6d5b-2827-454c-ac1b-4b303c475b071714768189187SnitchMenStraightSlimFitOpaqueCasualShirt1.jpg" 38 } 39 ], 40 "base_colour": "Black", 41 "brand": { 42 "uidx": null, 43 "name": "Snitch", 44 "image": null, 45 "bio": null, 46 "brand_attributes": [ 47 { 48 "type": "TABULAR", 49 "attributes": [ 50 { 51 "attribute_name": "Brand Store URL", 52 "value": "https://www.myntra.com/shop/obs-snitch", 53 "attribute_type": "LIST" 54 } 55 ] 56 } 57 ] 58 }, 59 "videos": [], 60 "albums": null, 61 "sizechart": { 62 "size_chart_url": null, 63 "size_representation_url": "http://assets.myntassets.com/assets/images/sizechart/2016/12/14/11481690794680-shirt_men.png" 64 }, 65 "master_category": "Apparel", 66 "gender": "Men", 67 "sub_category": "Topwear", 68 "product_details": [ 69 { 70 "type": null, 71 "content": null, 72 "title": "Product Details", 73 "description": "Black textured printed opaque Casual shirt ,has a spread collar, button placket, na pocket, long regular sleeves, curved hem" 74 }, 75 { 76 "type": null, 77 "content": null, 78 "title": "SIZE & FIT", 79 "description": "Brand Fit: Straight <br> Fit: Slim Fit <br> The model (height 6') is wearing a size 40" 80 }, 81 { 82 "type": null, 83 "content": null, 84 "title": "MATERIAL & CARE", 85 "description": "100% Polyester<br>Machine-wash" 86 } 87 ], 88 "tags": null, 89 "is_fast_fashion": true, 90 "rating_score": 4.2968, 91 "rating_count": 155, 92 "rating_details": [ 93 { 94 "rating": 2, 95 "count": 4 96 }, 97 { 98 "rating": 3, 99 "count": 5 100 }, 101 { 102 "rating": 4, 103 "count": 31 104 }, 105 { 106 "rating": 5, 107 "count": 101 108 }, 109 { 110 "rating": 1, 111 "count": 14 112 } 113 ], 114 "reviews_count": 17, 115 "reviews_has_image_count": 3, 116 "atributes": { 117 "Add-Ons": "NA", 118 "Body or Garment Size": "Garment Measurements in", 119 "Brand Fit Name": "Straight", 120 "Character": "NA", 121 "Collar": "Spread Collar", 122 "Contact Brand or Retailer for pre-sales product queries": "", 123 "Cuff": "Button", 124 "Fabric": "Polyester", 125 "Fabric 2": "NA", 126 "Fit": "Slim Fit", 127 "Hemline": "Curved", 128 "Length": "Regular", 129 "Main Trend": "New Basics", 130 "Number of Items": "1", 131 "Number of Pockets": "NA", 132 "Occasion": "Casual", 133 "Package Contains": "1 shirt", 134 "Pattern": "Printed", 135 "Placket": "Button Placket", 136 "Placket Length": "Full", 137 "Pocket Type": "NA", 138 "Print or Pattern Type": "Textured", 139 "Sleeve Length": "Long Sleeves", 140 "Sleeve Styling": "Regular Sleeves", 141 "Stitch": "Ready to Wear", 142 "Surface Styling": "NA", 143 "Sustainable": "Regular", 144 "Transparency": "Opaque", 145 "Wash Care": "Machine Wash", 146 "Weave Pattern": "Regular", 147 "Where-to-wear": "" 148 }, 149 "descriptors": [ 150 { 151 "title": "description", 152 "description": "Black textured printed opaque Casual shirt ,has a spread collar, button placket, na pocket, long regular sleeves, curved hem" 153 }, 154 { 155 "title": "size_fit_desc", 156 "description": "Brand Fit: Straight <br> Fit: Slim Fit <br> The model (height 6') is wearing a size 40" 157 }, 158 { 159 "title": "materials_care_desc", 160 "description": "100% Polyester<br>Machine-wash" 161 } 162 ], 163 "is_exchangeable": true, 164 "is_returnable": true, 165 "out_of_stock": false, 166 "sizes": [ 167 { 168 "sku_id": 94282854, 169 "style_id": 29348840, 170 "action": "/product/29348840/related/38?co=1", 171 "label": "38", 172 "available": false, 173 "size_type": null, 174 "original_style": true, 175 "measurements": [ 176 { 177 "type": "Garment Measurement", 178 "name": "Chest", 179 "value": "38.0", 180 "min_value": "38.0", 181 "max_value": "38.0", 182 "unit": "Inches", 183 "display_text": "38.0in" 184 }, 185 { 186 "type": "Garment Measurement", 187 "name": "Front Length", 188 "value": "24.5", 189 "min_value": "24.5", 190 "max_value": "24.5", 191 "unit": "Inches", 192 "display_text": "24.5in" 193 }, 194 { 195 "type": "Garment Measurement", 196 "name": "Across Shoulder", 197 "value": "17.5", 198 "min_value": "17.5", 199 "max_value": "17.5", 200 "unit": "Inches", 201 "display_text": "17.5in" 202 } 203 ], 204 "all_sizes_list": [ 205 { 206 "scale_code": "myntra_size", 207 "size_value": "38", 208 "size": "Size", 209 "order": 1, 210 "prefix": "" 211 }, 212 { 213 "scale_code": "brand_size", 214 "size_value": "S", 215 "size": "Brand Size", 216 "order": 2, 217 "prefix": "" 218 } 219 ], 220 "size_seller_data": [], 221 "kids_size_measurements": null, 222 "mrp_per_unit_data": null, 223 "net_quantity": null, 224 "selected_seller": { 225 "discounted_price": 2398, 226 "mrp_per_unit_data": null 227 } 228 }, 229 { 230 "sku_id": 94282852, 231 "style_id": 29348840, 232 "action": "/product/29348840/related/40?co=1", 233 "label": "40", 234 "available": true, 235 "size_type": null, 236 "original_style": true, 237 "measurements": [ 238 { 239 "type": "Garment Measurement", 240 "name": "Chest", 241 "value": "40.0", 242 "min_value": "40.0", 243 "max_value": "40.0", 244 "unit": "Inches", 245 "display_text": "40.0in" 246 }, 247 { 248 "type": "Garment Measurement", 249 "name": "Front Length", 250 "value": "25.5", 251 "min_value": "25.5", 252 "max_value": "25.5", 253 "unit": "Inches", 254 "display_text": "25.5in" 255 }, 256 { 257 "type": "Garment Measurement", 258 "name": "Across Shoulder", 259 "value": "18.0", 260 "min_value": "18.0", 261 "max_value": "18.0", 262 "unit": "Inches", 263 "display_text": "18.0in" 264 } 265 ], 266 "all_sizes_list": [ 267 { 268 "scale_code": "myntra_size", 269 "size_value": "40", 270 "size": "Size", 271 "order": 1, 272 "prefix": "" 273 }, 274 { 275 "scale_code": "brand_size", 276 "size_value": "M", 277 "size": "Brand Size", 278 "order": 2, 279 "prefix": "" 280 } 281 ], 282 "size_seller_data": [ 283 { 284 "mrp": 2398, 285 "seller_partner_id": 22787, 286 "available_count": 73, 287 "sellable_inventory_count": 73, 288 "warehouses": [ 289 "42326" 290 ], 291 "supply_type": "ON_HAND", 292 "discount_id": "29348840:528661504", 293 "discounted_price": 575, 294 "country_of_origin": [ 295 "India" 296 ], 297 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 298 "importer_info": "", 299 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 300 "procurement_time_in_days": 0, 301 "expiry_date": "0", 302 "frg_list_link": "/free-gift-list?baseStyleId=29348840&sellerPartnerId=22787&skuId=94282852&src=pdp", 303 "per_unit_amount": null 304 } 305 ], 306 "kids_size_measurements": null, 307 "mrp_per_unit_data": null, 308 "net_quantity": null, 309 "selected_seller": { 310 "seller_partner_id": 22787, 311 "discounted_price": 575, 312 "available_count": 73, 313 "sellable_inventory_count": 73, 314 "warehouses": [ 315 "42326" 316 ], 317 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 318 "importer_info": "", 319 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 320 "country_of_origin": [ 321 "India" 322 ], 323 "discount": { 324 "type": 1, 325 "free_item": false, 326 "label": "(76% OFF)", 327 "discount_text": "OFFER ENDS IN ", 328 "timer_start": "0", 329 "timer_end": "1736808705", 330 "discount_percent": 76, 331 "offer": "", 332 "discount_id": "29348840:528661504", 333 "heading": null, 334 "description": null, 335 "heading_frg_slab": null, 336 "description_frg_slab": null, 337 "link": null, 338 "free_item_image": null, 339 "total_frg_count": 0, 340 "show_slab_name": false, 341 "show_frg_list_page": false 342 }, 343 "expiry_date": "0", 344 "mrp_per_unit_data": null 345 } 346 }, 347 { 348 "sku_id": 94282850, 349 "style_id": 29348840, 350 "action": "/product/29348840/related/42?co=1", 351 "label": "42", 352 "available": true, 353 "size_type": null, 354 "original_style": true, 355 "measurements": [ 356 { 357 "type": "Garment Measurement", 358 "name": "Chest", 359 "value": "42.0", 360 "min_value": "42.0", 361 "max_value": "42.0", 362 "unit": "Inches", 363 "display_text": "42.0in" 364 }, 365 { 366 "type": "Garment Measurement", 367 "name": "Front Length", 368 "value": "26.5", 369 "min_value": "26.5", 370 "max_value": "26.5", 371 "unit": "Inches", 372 "display_text": "26.5in" 373 }, 374 { 375 "type": "Garment Measurement", 376 "name": "Across Shoulder", 377 "value": "19.0", 378 "min_value": "19.0", 379 "max_value": "19.0", 380 "unit": "Inches", 381 "display_text": "19.0in" 382 } 383 ], 384 "all_sizes_list": [ 385 { 386 "scale_code": "myntra_size", 387 "size_value": "42", 388 "size": "Size", 389 "order": 1, 390 "prefix": "" 391 }, 392 { 393 "scale_code": "brand_size", 394 "size_value": "L", 395 "size": "Brand Size", 396 "order": 2, 397 "prefix": "" 398 } 399 ], 400 "size_seller_data": [ 401 { 402 "mrp": 2398, 403 "seller_partner_id": 22787, 404 "available_count": 100, 405 "sellable_inventory_count": 100, 406 "warehouses": [ 407 "42326" 408 ], 409 "supply_type": "ON_HAND", 410 "discount_id": "29348840:528661504", 411 "discounted_price": 575, 412 "country_of_origin": [ 413 "India" 414 ], 415 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 416 "importer_info": "", 417 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 418 "procurement_time_in_days": 0, 419 "expiry_date": "0", 420 "frg_list_link": "/free-gift-list?baseStyleId=29348840&sellerPartnerId=22787&skuId=94282850&src=pdp", 421 "per_unit_amount": null 422 } 423 ], 424 "kids_size_measurements": null, 425 "mrp_per_unit_data": null, 426 "net_quantity": null, 427 "selected_seller": { 428 "seller_partner_id": 22787, 429 "discounted_price": 575, 430 "available_count": 100, 431 "sellable_inventory_count": 100, 432 "warehouses": [ 433 "42326" 434 ], 435 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 436 "importer_info": "", 437 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 438 "country_of_origin": [ 439 "India" 440 ], 441 "discount": { 442 "type": 1, 443 "free_item": false, 444 "label": "(76% OFF)", 445 "discount_text": "OFFER ENDS IN ", 446 "timer_start": "0", 447 "timer_end": "1736808705", 448 "discount_percent": 76, 449 "offer": "", 450 "discount_id": "29348840:528661504", 451 "heading": null, 452 "description": null, 453 "heading_frg_slab": null, 454 "description_frg_slab": null, 455 "link": null, 456 "free_item_image": null, 457 "total_frg_count": 0, 458 "show_slab_name": false, 459 "show_frg_list_page": false 460 }, 461 "expiry_date": "0", 462 "mrp_per_unit_data": null 463 } 464 }, 465 { 466 "sku_id": 94282856, 467 "style_id": 29348840, 468 "action": "/product/29348840/related/44?co=1", 469 "label": "44", 470 "available": true, 471 "size_type": null, 472 "original_style": true, 473 "measurements": [ 474 { 475 "type": "Garment Measurement", 476 "name": "Chest", 477 "value": "44.0", 478 "min_value": "44.0", 479 "max_value": "44.0", 480 "unit": "Inches", 481 "display_text": "44.0in" 482 }, 483 { 484 "type": "Garment Measurement", 485 "name": "Front Length", 486 "value": "27.5", 487 "min_value": "27.5", 488 "max_value": "27.5", 489 "unit": "Inches", 490 "display_text": "27.5in" 491 }, 492 { 493 "type": "Garment Measurement", 494 "name": "Across Shoulder", 495 "value": "19.5", 496 "min_value": "19.5", 497 "max_value": "19.5", 498 "unit": "Inches", 499 "display_text": "19.5in" 500 } 501 ], 502 "all_sizes_list": [ 503 { 504 "scale_code": "myntra_size", 505 "size_value": "44", 506 "size": "Size", 507 "order": 1, 508 "prefix": "" 509 }, 510 { 511 "scale_code": "brand_size", 512 "size_value": "XL", 513 "size": "Brand Size", 514 "order": 2, 515 "prefix": "" 516 } 517 ], 518 "size_seller_data": [ 519 { 520 "mrp": 2398, 521 "seller_partner_id": 22787, 522 "available_count": 66, 523 "sellable_inventory_count": 66, 524 "warehouses": [ 525 "42326" 526 ], 527 "supply_type": "ON_HAND", 528 "discount_id": "29348840:528661504", 529 "discounted_price": 575, 530 "country_of_origin": [ 531 "India" 532 ], 533 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 534 "importer_info": "", 535 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 536 "procurement_time_in_days": 0, 537 "expiry_date": "0", 538 "frg_list_link": "/free-gift-list?baseStyleId=29348840&sellerPartnerId=22787&skuId=94282856&src=pdp", 539 "per_unit_amount": null 540 } 541 ], 542 "kids_size_measurements": null, 543 "mrp_per_unit_data": null, 544 "net_quantity": null, 545 "selected_seller": { 546 "seller_partner_id": 22787, 547 "discounted_price": 575, 548 "available_count": 66, 549 "sellable_inventory_count": 66, 550 "warehouses": [ 551 "42326" 552 ], 553 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 554 "importer_info": "", 555 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 556 "country_of_origin": [ 557 "India" 558 ], 559 "discount": { 560 "type": 1, 561 "free_item": false, 562 "label": "(76% OFF)", 563 "discount_text": "OFFER ENDS IN ", 564 "timer_start": "0", 565 "timer_end": "1736808705", 566 "discount_percent": 76, 567 "offer": "", 568 "discount_id": "29348840:528661504", 569 "heading": null, 570 "description": null, 571 "heading_frg_slab": null, 572 "description_frg_slab": null, 573 "link": null, 574 "free_item_image": null, 575 "total_frg_count": 0, 576 "show_slab_name": false, 577 "show_frg_list_page": false 578 }, 579 "expiry_date": "0", 580 "mrp_per_unit_data": null 581 } 582 }, 583 { 584 "sku_id": 94282858, 585 "style_id": 29348840, 586 "action": "/product/29348840/related/46?co=1", 587 "label": "46", 588 "available": true, 589 "size_type": null, 590 "original_style": true, 591 "measurements": [ 592 { 593 "type": "Garment Measurement", 594 "name": "Chest", 595 "value": "46.0", 596 "min_value": "46.0", 597 "max_value": "46.0", 598 "unit": "Inches", 599 "display_text": "46.0in" 600 }, 601 { 602 "type": "Garment Measurement", 603 "name": "Front Length", 604 "value": "28.5", 605 "min_value": "28.5", 606 "max_value": "28.5", 607 "unit": "Inches", 608 "display_text": "28.5in" 609 }, 610 { 611 "type": "Garment Measurement", 612 "name": "Across Shoulder", 613 "value": "20.0", 614 "min_value": "20.0", 615 "max_value": "20.0", 616 "unit": "Inches", 617 "display_text": "20.0in" 618 } 619 ], 620 "all_sizes_list": [ 621 { 622 "scale_code": "myntra_size", 623 "size_value": "46", 624 "size": "Size", 625 "order": 1, 626 "prefix": "" 627 }, 628 { 629 "scale_code": "brand_size", 630 "size_value": "XXL", 631 "size": "Brand Size", 632 "order": 2, 633 "prefix": "" 634 } 635 ], 636 "size_seller_data": [ 637 { 638 "mrp": 2398, 639 "seller_partner_id": 22787, 640 "available_count": 175, 641 "sellable_inventory_count": 175, 642 "warehouses": [ 643 "42326" 644 ], 645 "supply_type": "ON_HAND", 646 "discount_id": "29348840:528661504", 647 "discounted_price": 575, 648 "country_of_origin": [ 649 "India" 650 ], 651 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 652 "importer_info": "", 653 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 654 "procurement_time_in_days": 0, 655 "expiry_date": "0", 656 "frg_list_link": "/free-gift-list?baseStyleId=29348840&sellerPartnerId=22787&skuId=94282858&src=pdp", 657 "per_unit_amount": null 658 } 659 ], 660 "kids_size_measurements": null, 661 "mrp_per_unit_data": null, 662 "net_quantity": null, 663 "selected_seller": { 664 "seller_partner_id": 22787, 665 "discounted_price": 575, 666 "available_count": 175, 667 "sellable_inventory_count": 175, 668 "warehouses": [ 669 "42326" 670 ], 671 "manufacturer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 672 "importer_info": "", 673 "packer_info": "Snitch Apparels Pvt. Ltd. No. 1/1, St. Johns Church Road, Bharathinagar, Bengaluru - 560005", 674 "country_of_origin": [ 675 "India" 676 ], 677 "discount": { 678 "type": 1, 679 "free_item": false, 680 "label": "(76% OFF)", 681 "discount_text": "OFFER ENDS IN ", 682 "timer_start": "0", 683 "timer_end": "1736808705", 684 "discount_percent": 76, 685 "offer": "", 686 "discount_id": "29348840:528661504", 687 "heading": null, 688 "description": null, 689 "heading_frg_slab": null, 690 "description_frg_slab": null, 691 "link": null, 692 "free_item_image": null, 693 "total_frg_count": 0, 694 "show_slab_name": false, 695 "show_frg_list_page": false 696 }, 697 "expiry_date": "0", 698 "mrp_per_unit_data": null 699 } 700 } 701 ], 702 "discounts": [ 703 { 704 "type": 1, 705 "free_item": false, 706 "label": "(76% OFF)", 707 "discount_text": "OFFER ENDS IN ", 708 "timer_start": "0", 709 "timer_end": "1736808705", 710 "discount_percent": 76, 711 "offer": "", 712 "discount_id": "29348840:528661504", 713 "heading": null, 714 "description": null, 715 "heading_frg_slab": null, 716 "description_frg_slab": null, 717 "link": null, 718 "free_item_image": null, 719 "total_frg_count": 0, 720 "show_slab_name": false, 721 "show_frg_list_page": false 722 } 723 ], 724 "offers": [ 725 { 726 "type": "BANK", 727 "title": "10% Discount on Kotak Credit and Debit Cards.", 728 "description": "Min Spend ₹3500, Max Discount ₹1000.", 729 "action": "https://www.myntra.com/shop/kotakbankoffer", 730 "image": null 731 }, 732 { 733 "type": "BANK", 734 "title": "10% Discount on BOBCARD Credit Cards and Credit Card EMI.", 735 "description": "Min Spend ₹3500, Max Discount ₹1000.", 736 "action": "https://www.myntra.com/shop/bobcardsoffer", 737 "image": null 738 }, 739 { 740 "type": "BANK", 741 "title": "10% Discount on HDFC Bank Credit Card.", 742 "description": "Min Spend ₹4000, Max Discount ₹500.", 743 "action": "https://www.myntra.com/shop/hdfcbankoffer", 744 "image": null 745 }, 746 { 747 "type": "BANK", 748 "title": "10% Discount on Axis Bank Credit Card EMI.", 749 "description": "Min Spend ₹3500, Max Discount ₹1000.", 750 "action": "https://myntra.com/shop/axisbankoffer", 751 "image": null 752 }, 753 { 754 "type": "BANK", 755 "title": "10% Discount on HDFC Bank Credit Card EMI.", 756 "description": "Min Spend ₹3500, Max Discount ₹1000.", 757 "action": "https://www.myntra.com/shop/hdfcbankoffer", 758 "image": null 759 }, 760 { 761 "type": "BANK", 762 "title": "10% Discount on HSBC Credit Cards.", 763 "description": "Min Spend ₹5000, Max Discount ₹1500.", 764 "action": "https://www.myntra.com/shop/hsbcoffer", 765 "image": null 766 }, 767 { 768 "type": "BANK", 769 "title": "10% Discount on IDFC First Bank Credit Card EMI.", 770 "description": "Min Spend ₹3500, Max Discount ₹1000.", 771 "action": "https://www.myntra.com/shop/idfcfirstbankoffer", 772 "image": null 773 }, 774 { 775 "type": "BANK", 776 "title": "7.5% Discount on Myntra Kotak Credit Card.", 777 "description": "Max Discount up to ₹750 on every spends.", 778 "action": "https://www.myntra.com/cbc/store", 779 "image": null 780 }, 781 { 782 "type": "EMI", 783 "title": "EMI option available", 784 "description": "EMI starting from Rs.27/month", 785 "action": "/faqs", 786 "image": null 787 } 788 ], 789 "sellers": [ 790 { 791 "seller_partner_id": 22787, 792 "seller_name": "SNITCH APPARELS PRIVATE LIMITED", 793 "display_name": "SNITCH APPARELS PRIVATE LIMITED", 794 "fssai_number": null, 795 "seller_address": { 796 "address": "NO.5/1, 4th Cross RoadBengaluru , KARNATAKA - 560027", 797 "city": "Bengaluru", 798 "state": "KARNATAKA", 799 "pincode": "560027", 800 "country": "INDIA" 801 } 802 } 803 ], 804 "price": { 805 "mrp": 2398, 806 "discounted": 575 807 } 808 }, // ... Many other product details 809]
💙 Increase Brand Awareness: Leverage the data to enhance your brand's visibility and recognition on Myntra.com and other platforms.
📈 Analyze Trends and Market Influences: Track and analyze emerging trends in product categories, brands, and sellers to stay ahead in the market.
🔬 Fuel Research and Testing: Use the data for in-depth research and testing to refine strategies or develop new products.
⭐ Enhance Sentiment Analysis: Count and score authentic product reviews to back up sentiment analysis with real, reliable data.
🪧 Plan Commercial Campaigns: Create data-driven commercial campaigns for Myntra.com or other sales platforms to drive growth.
📚 Simplify Market Research: Streamline your market research efforts and marketing strategies with actionable insights from Myntra.com.
📋 Generate Myntraed Marketing Leads: Build a list of perfectly matched marketing leads to optimize your outreach and conversion strategies.
We are always working to improve Actors' performance. So, if you have any technical feedback about Myntra.com Product Details Page Scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!