# MercadoLibre Mexico Offers Full Export

**Use case:** 

Full Export of MercadoLibre Mexico Offers. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "category": "celulares"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image Url",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 Url",
    "format": "link"
  },
  "id": {
    "label": "🪪 Id",
    "format": "text"
  },
  "productId": {
    "label": "🔑 Product Id",
    "format": "text"
  },
  "brand": {
    "label": "🏷️ Brand",
    "format": "text"
  },
  "currentPrice": {
    "label": "💰 Current Price",
    "format": "text"
  },
  "previousPrice": {
    "label": "💸 Previous Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "discountText": {
    "label": "🏷️ Discount Text",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewsCount": {
    "label": "🗣️ Reviews Count",
    "format": "text"
  },
  "seller": {
    "label": "🛒 Seller",
    "format": "text"
  },
  "highlight": {
    "label": "✨ Highlight",
    "format": "text"
  },
  "position": {
    "label": "#️⃣ Position",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MercadoLibre Mexico Offers Scraper](https://apify.com/parseforge/mercadolibre-ofertas-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mercadolibre-ofertas-scraper) to learn more, explore other use cases, and run it yourself.