# Mercado Livre Price Tracker – Find the Cheapest Deals

**Use case:** 

Track Mercado Livre prices sorted low to high. Find the cheapest listings for any keyword and export price, seller and rating to JSON, CSV or Excel.

## Input

```json
{
  "keyword": "iphone 15",
  "maxItems": 50,
  "maxPages": 3,
  "sort": "price_asc"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discount": {
    "label": "Discount"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "seller": {
    "label": "Seller"
  },
  "freeShipping": {
    "label": "Free shipping"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercado Livre Scraper](https://apify.com/gio21/mercado-livre-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/gio21/mercado-livre-scraper) to learn more, explore other use cases, and run it yourself.