# Mercado Libre Colombia Product Scraper

**Use case:** 

Scrape Mercado Libre Colombia (mercadolibre.com.co) by keyword. Export title, price in COP, seller, rating and link to JSON, CSV or Excel. No login.

## Input

```json
{
  "keyword": "celular",
  "country": "CO",
  "maxItems": 50,
  "maxPages": 3,
  "sort": "relevance"
}
```

## Output

```json
{
  "country": {
    "label": "Country"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discount": {
    "label": "Discount"
  },
  "rating": {
    "label": "Rating"
  },
  "seller": {
    "label": "Seller"
  },
  "condition": {
    "label": "Condition"
  },
  "freeShipping": {
    "label": "Free shipping"
  },
  "installments": {
    "label": "Installments"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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