Myntra: Get Category Listings
Myntra via Parse · ecommerce
Fetch product listings for a specific category slug on Myntra. Returns paginated results with filters and sort options. Category slugs correspond to URL paths on the site (e.g. 'men-tshirts' maps to myntra.com/men-tshirts). Scraper for Myntra.com - India's largest fashion e-commerce platform. Supports product search, category browsing, filtering, sorting, and product details. Fulfilled by Parse from myntra.com.
- ecommerce
- marketplace
- myntra
- myntra-com
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c245ebbf-19c8-47dc-818e-c0488a0a6038/get_category_listings
- Interface artifact
- sha256:641aac4cd066a017fe254449047c6821e9eb252abf4fe0a5da593a1e5f049bcd
- Manifest digest
- sha256:a2f47fd1b2ed054d1c9bf2e5c0ffec0c9fe9442873d99ec75366a3ecce34480f
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order. Accepted values: popularity, price_asc, price_desc, new, discount, Customer Rating.: Allowed values: price_asc, popularity, price_desc, new, discount, Customer Rating
- filters (string): Filter string in format 'key:value' (e.g. 'Color:Black', 'brand:Nike', 'price:200 TO 500').
- category_slug (string, required): Category URL slug (e.g. 'men-tshirts', 'women-dresses', 'men-casual-shoes').
Example queries
- {"page":"1","sort":"popularity","filters":"Color:Black","category_slug":"men-tshirts"}