# Mercado Livre Scraper – Export Prices, Sales & Listings

**Use case:** 

Scrape Mercado Livre products by keyword. Export title, price in BRL, seller, sales count, rating and lin

## Input

```json
{
  "keyword": "notebook",
  "maxItems": 50,
  "maxPages": 3,
  "sort": "relevance"
}
```

## 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.