Myntra Products Search Scraper avatar

Myntra Products Search Scraper

Under maintenance

Pricing

from $4.99 / 1,000 product results

Go to Apify Store
Myntra Products Search Scraper

Myntra Products Search Scraper

Under maintenance

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Myntra Product Search data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 product results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

1

Bookmarked

76

Total users

12

Monthly active users

8 days ago

Last modified

Share

Myntra Product Search Scraper

Collect bounded, structured product listings from Myntra search or category pages. The Actor reads Myntra's server-rendered search payload, keeps only source-backed product rows, deduplicates by product ID, and writes run diagnostics to OUTPUT.

What it returns

Each dataset row contains a stable record ID, product ID, brand, name, current price, MRP/discount and rating fields when present, product and image URLs, search context, source page, position, timestamp, and compact data-quality evidence. Nulls, empty strings, empty arrays, raw HTML, and diagnostic rows are not written to the dataset.

Example input

{
"search": "women casual shirt",
"maxProductsPerSearch": 25,
"priceMin": 500,
"priceMax": 2000,
"sortBy": "price_asc",
"proxyConfiguration": { "useApifyProxy": false }
}

Use categoryUrl for a credential-free https://myntra.com/... or https://www.myntra.com/... page. It overrides the generated search path. Limits are deliberately bounded: 1–500 products, at most 10 pages, and 1–20 optional reviews per product.

Completion semantics

  • SUCCEEDED: source-backed products were stored.
  • SUCCEEDED_WITH_WARNINGS: products were stored, but a later page or optional review request failed; see OUTPUT.failureEvidence.
  • SUCCEEDED_VALID_EMPTY: Myntra explicitly reported zero matching products.
  • FAILED_FAIL_CLOSED: Myntra returned a challenge, an unrecognized response, or no verifiable product/empty boundary. The dataset stays free of fabricated error rows.

Direct access is the default because public search pages currently return the catalog payload without a browser. Optional Apify or custom proxy settings are honored. Review extraction is best-effort because Myntra may require session authorization; unavailable reviews are reported and never invented or charged.

Pricing

The Actor is pay-per-event: product dataset rows use the default dataset-item event, and only reviews actually included in product rows use the product-review event.