# MercadoLibre Category URL Product Monitor

**Use case:** 

Monitor MercadoLibre category URLs and export listing rank, prices, sellers, shipping, and product URLs.

## Input

```json
{
  "queries": [
    "laptop gamer",
    "iphone 15"
  ],
  "startUrls": [
    {
      "url": "https://listado.mercadolibre.com.mx/consola-nintendo-switch"
    }
  ],
  "site": "MLM",
  "maxItems": 50,
  "maxPagesPerSearch": 2,
  "sort": "relevance",
  "condition": "all",
  "useProxy": true,
  "proxyGroups": [
    "RESIDENTIAL"
  ],
  "proxyCountryCode": "MX"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "sellerName": {
    "label": "Seller"
  },
  "location": {
    "label": "Location"
  },
  "shipping": {
    "label": "Shipping"
  },
  "url": {
    "label": "Listing URL"
  },
  "query": {
    "label": "Query"
  },
  "site": {
    "label": "Site"
  },
  "page": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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