# Mercado Libre Product Rank Tracking

**Use case:** 

Check where wireless headphone products rank in Mercado Libre search results in Mexico.

## Input

```json
{
  "target": "keywordSearch",
  "targets": [
    "wireless headphones"
  ],
  "country": "mx",
  "sortBy": "relevance",
  "maxResults": 20,
  "startPage": 1
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount percent",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "shippingText": {
    "label": "Shipping and delivery",
    "format": "string"
  },
  "freeShipping": {
    "label": "Free shipping",
    "format": "boolean"
  },
  "country": {
    "label": "Market country",
    "format": "string"
  },
  "searchRank": {
    "label": "Search rank",
    "format": "integer"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  }
}
```

## About this Actor

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