# Mango Scraper - Prices, Rebajas, Variants & Composition

**Use case:** 

Scrape Mango. Search/URL. Get price, discount, color/size variants. Optional: availability, composition, care & fit details.

## Input

```json
{
  "mode": "search",
  "market": "es/es",
  "section": "WOMEN",
  "searchTerm": "vestido",
  "specialsOnly": false,
  "urls": [
    "https://shop.mango.com/es/es/c/mujer/rebajas--70/93ea7423"
  ],
  "fetchDetails": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "isOnSpecial": {
    "label": "On Rebajas",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [Mango Scraper - Prices, Rebajas, Variants & Composition](https://apify.com/abotapi/mango-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/mango-com-scraper) to learn more, explore other use cases, and run it yourself.