/myntra/brands/products
/myntra
/myntra/brands/products
List all Myntra products for a given brand. Returns product cards (id, name, brand, gender, category, colour, MRP, price, discount, rating, available sizes, image and URL) with filters for colour, size, gender, category and price range, plus result ordering.
Price: 20 credits per 10 results
POST
/myntra/brands/products
Authorizations
API token from the dashboard
Headers
Body
application/json
Brand name
Minimum string length:
1Examples:
"Nike"
"Roadster"
Max number of products to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Result ordering
Available options:
new, popularity, discount, price_asc, price_desc, customer_rating Filter by colour
Example:
"Black"
Filter by size
Example:
"M"
Filter by gender
Available options:
men, women, boys, girls, unisex Filter by article-type category
Example:
"Tshirts"
Minimum price filter
Required range:
x >= 0Maximum price filter
Required range:
x >= 0Response
Successful Response