# Export current Mercado Livre Brazil offers

**Use case:** 

Export current products from the Mercado Livre Brazil offers page with listing IDs, public sellers, prices, discounts, ratings, images, and URLs.

## Input

```json
{
  "queries": [],
  "startUrls": [
    {
      "url": "https://www.mercadolivre.com.br/ofertas"
    }
  ],
  "maxItems": 20
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "price": {
    "label": "Price (BRL)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "soldQuantityText": {
    "label": "Sold",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Query",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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