Skip to main content

Myntra Product Scraper

Scrape product listings from Myntra including prices, ratings, brand info, discount details, and available sizes. 1 credit/row

Parameters

ParameterTypeRequiredDescription
queriesarrayYesArray of Myntra URLs or search keywords. E.g., ["nike shoes", "https://www.myntra.com/men-tshirts"]
max_pagesintegerYesMaximum number of pages to scrape. Default: 100. Range: 1-1000

Example

curl -X POST https://api.mindcase.co/api/v1/agents/myntra/product-scraper/run \
  -H "Authorization: Bearer mk_live_abc123def456" \
  -H "Content-Type: application/json" \
  -d '{
    "params": {
      "queries": ["nike shoes"],
      "max_pages": 10
    }
  }'