# Women's Saree Product Data from Shopsy

**Use case:** 

Retrieve up to 80 recent women's saree listings from Shopsy, including brand, price, discount, and high-resolution images for detailed insights.

## Input

```json
{
  "query": "saree",
  "startUrls": [],
  "sortBy": "recency_desc",
  "minPrice": 0,
  "maxPrice": 0,
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "image_url": {
    "label": "Primary Image",
    "format": "string"
  },
  "images_count": {
    "label": "Alternate Images Count",
    "format": "number"
  },
  "images": {
    "label": "All Alternate Images (Semicolon Split)",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopsy Scraper: Flipkart Value Marketplace Data](https://apify.com/getascraper/shopsy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/shopsy-scraper) to learn more, explore other use cases, and run it yourself.