Myntra Product Search Scraper
Pricing
from $3.00 / 1,000 myntra product scrapeds
Myntra Product Search Scraper
Search Myntra by keyword or category/search URL and get fashion product cards: brand, product name, price, MRP, discount %, rating, rating count, sizes, colour, gender, category, sponsored flag, image and product URL. Auto-paginated, HTTP-only, MCP-ready.
Pricing
from $3.00 / 1,000 myntra product scrapeds
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Search Myntra (India's largest fashion store) by keyword or category/search URL and get clean, structured product listing cards — brand, price, MRP, discount %, rating, sizes, colour, category, image and product URL — auto-paginated into one dataset. HTTP-only, fast, and MCP-ready for AI agents.
What you get
One record per product, ready for spreadsheets, price monitors, or LLM agents:
| Field | Example | Notes |
|---|---|---|
brand | Roadster | Brand name |
productName | Roadster Oversized T-shirt | Full title |
price | 251 | Current selling price (INR) |
mrp | 599 | List price / MRP (INR) |
discountAmount | 348 | MRP − price |
discountPercent | 58 | % off MRP |
discountLabel | 58% OFF | Myntra's label |
rating | 4.13 | Average rating, 0–5 |
ratingCount | 7533 | Number of ratings |
gender | Women | Target gender |
primaryColour | Olive | Primary colour |
category / subCategory / articleType / masterCategory | Tshirts / Topwear / Tshirts / Apparel | Taxonomy |
sizes | ["XS","S","M","L","XL"] | Available size labels |
inStock | true | Any size in stock |
colourOptions | 2 | Colour variants |
isSponsored | false | Sponsored / PLA flag |
image | https://assets.myntassets.com/...jpg | Product image |
productUrl | https://www.myntra.com/.../26959458/buy | Canonical product page |
position | 1 | Rank within the run |
scrapedAt | 2026-06-21T00:40:00.000Z | ISO 8601 timestamp |
When to use it
- Competitive price & discount monitoring across Myntra catalogs.
- Assortment / market research for fashion brands and resellers.
- Feeding AI shopping agents (Claude, GPT) a clean keyword → products tool.
- Building dashboards over brand, category, rating and stock.
Not for single product-detail pages — this is a search/listing scraper. Product-detail (/buy) URLs and non-Myntra URLs are skipped.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Keyword to search, e.g. running shoes, blue jeans, kurta. |
startUrls | string[] | Myntra search/category URLs, e.g. https://www.myntra.com/men-tshirts. Each is paginated independently. |
maxResults | integer | Max products across all searches (default 100, max 10000). |
sortBy | enum | relevance (default), new, price_asc, price_desc, discount, popularity. |
proxyConfiguration | object | Defaults to Apify Proxy (datacenter, US). Attach residential if you hit blocks. |
Provide searchQuery, startUrls, or both.
Example input
{"searchQuery": "running shoes","maxResults": 100,"sortBy": "discount","proxyConfiguration": { "useApifyProxy": true }}
Category URL example
{"startUrls": ["https://www.myntra.com/men-tshirts","https://www.myntra.com/women-dresses?sort=new"],"maxResults": 200}
Pricing — pay per result
| Event | Price |
|---|---|
| Actor start | $0.00005 |
| Product scraped | $0.003 |
You are billed only for products actually returned. A typical 100-product run costs about $0.30. Products dropped before your maxResults cap are never charged. Both pay-per-event and pay-per-usage billing are available.
How it works
Myntra is protected by Akamai Bot Manager. The actor warms up a browser-grade TLS session to obtain a valid sensor cookie, then reads Myntra's gateway search API directly — returning 50 products per page and auto-paginating by offset until your maxResults cap. No browser, so runs are fast and cheap. A consistent exit IP is kept per search so the anti-bot cookie stays valid; on a block it rotates the session and retries with backoff. If every request is blocked, the run fails honestly (with $0 product charges) rather than silently returning an empty dataset.
Use with AI agents (MCP)
This actor is MCP-ready. Connect it through the Apify MCP server (https://mcp.apify.com) and an agent can call it as a tool: pass a searchQuery, get back structured product records. Inputs and outputs are described for LLM consumption.
Reliability notes
- Default proxy is Apify datacenter (US), which clears Myntra's anti-bot in testing. If you run very large or highly concurrent jobs and see blocks, attach residential proxies in
proxyConfiguration. maxResultscaps spend; deep pagination is bounded for safety.- Currency is INR (Myntra is an India store).
Legal
Use this actor responsibly and in compliance with Myntra's Terms of Service and applicable laws. It collects only publicly available listing data and does not access private accounts or bypass authentication. You are responsible for how you use the scraped data, including data-protection and intellectual-property obligations. This actor is not affiliated with, endorsed by, or sponsored by Myntra.
FAQ
Does it return more than one page of results? Yes — it auto-paginates the gateway API (50/page) up to your maxResults.
Can I scrape a specific category? Yes — pass the category page URL in startUrls (e.g. https://www.myntra.com/women-kurtas).
Why are some products sponsored? Myntra injects PLA (sponsored) cards into results; they're flagged with isSponsored: true.
What currency are prices in? Indian Rupees (INR).
Do I pay for blocked runs? No — if the run can't reach Myntra, it fails honestly with $0 product charges.