# MercadoLibre Seller & Competition Monitor (`don.eich/mercadolibre-seller-monitor`) Actor

Monitor prices, positions, and seller changes on MercadoLibre across 9 LATAM countries. Pay only for changes detected in delta mode.

- **URL**: https://apify.com/don.eich/mercadolibre-seller-monitor.md
- **Developed by:** [Erick Bonilla](https://apify.com/don.eich) (community)
- **Categories:** E-commerce, Other, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $3.00 / 1,000 seller snapshots

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## MercadoLibre Seller & Competition Monitor

Monitorea precios, posiciones y cambios de vendedores en MercadoLibre en 9 países de LATAM.
Solo pagas por los cambios detectados en modo delta — los items sin cambios son gratis.

Monitor prices, positions, and seller changes on MercadoLibre across 9 LATAM countries.
Pay only for changes detected in delta mode — unchanged items cost nothing.

---

### Diferencias vs el incumbente (saswave)

| Feature | Este actor | saswave (gratis) |
|---|---|---|
| Success rate | >95% con credenciales API | 39.4% (HTML sin TLS) |
| Países soportados | 9 (MLA, MLB, MLM, MCO, MLC, MPE, MLU, MEC, MRD) | Limitado |
| Modo delta | Si — solo cobra cambios | No |
| Precio por item | $0.003 | $0.004 |
| API oficial ML | Si (client_credentials OAuth) | No |
| Posición en ranking | Si (order_backend) | No |
| Buy Box tracking | Si (catalog_listing) | No |
| Power Seller status | Si (MercadoLíder Gold/Platinum) | No |

---

### Requisitos

**Recomendado: Credenciales de API de MercadoLibre**

Sin credenciales el actor usa HTML scraping con Googlebot UA (success rate ~70-80%).
Con credenciales OAuth el success rate supera el 95%.

Registro gratuito en: https://developers.mercadolibre.com/

Pasos:
1. Crear una cuenta de desarrollador (gratis)
2. Crear una nueva app
3. Copiar el `client_id` y `client_secret` al input del actor

El token dura 6 horas y se refresca automáticamente durante el run.

---

### Modos de operación

#### SEARCH — Búsqueda por keyword o categoría
```json
{
  "mode": "SEARCH",
  "siteId": "MLA",
  "searchQueries": ["iphone 15", "samsung galaxy s24"],
  "maxResultsPerQuery": 100,
  "fetchSellerDetail": true
}
````

#### SELLER — Todos los listings de un vendedor

```json
{
  "mode": "SELLER",
  "siteId": "MLA",
  "sellerIds": ["2386762620"],
  "fetchItemDetail": true
}
```

#### PRODUCT — Todos los vendedores de un producto catálogo

```json
{
  "mode": "PRODUCT",
  "siteId": "MLA",
  "catalogProductIds": ["MLA1055308852"],
  "fetchSellerDetail": true
}
```

#### MONITOR — Delta: solo emite cambios

```json
{
  "mode": "MONITOR",
  "siteId": "MLA",
  "searchQueries": ["iphone 15"],
  "deltaFields": ["price", "orderBackend", "freeShipping"],
  "monitorStoreName": "mi-monitor-iphone"
}
```

El primer run detecta todos los items como NEW (sin costo de delta-event).
Los runs subsiguientes solo emiten los items que cambiaron.

***

### Output del dataset

Cada item contiene hasta 50 campos. Campos principales:

| Campo | Tipo | Descripción |
|---|---|---|
| `itemId` | string | ID del listing (ej. MLA2396453468) |
| `title` | string | Título del listing |
| `price` | number | Precio actual |
| `originalPrice` | number/null | Precio antes del descuento |
| `discountPercent` | number/null | Porcentaje de descuento calculado |
| `orderBackend` | number/null | Posición en el ranking de búsqueda |
| `catalogListing` | boolean | Si ganó el Buy Box del catálogo |
| `sellerId` | number | ID numérico del vendedor |
| `sellerNickname` | string | Nombre del vendedor |
| `freeShipping` | boolean | Envío gratis |
| `fulfillment` | boolean | Fulfillment FULL de MercadoLibre |
| `sellerReputationLevel` | string/null | "5\_green", "4\_light\_green", etc. |
| `powerSellerStatus` | string/null | "platinum", "gold", "silver", null |
| `availableQuantity` | number/null | Stock (solo con fetchItemDetail=true) |
| `deltaType` | string/null | "NEW", "UPDATED", "REMOVED" (modo MONITOR) |
| `threatScore` | number/null | Score 0-100 de amenaza competitiva (MONITOR UPDATED) |

***

### Eventos de cobro (Pay per Event)

| Evento | Precio | Cuándo |
|---|---|---|
| `seller-snapshot` | $0.003 | Por cada item emitido al dataset |
| `delta-event` | $0.001 | Por cada item con cambios detectados (MONITOR: solo UPDATED y REMOVED) |
| `seller-detail-enrich` | $0.0005 | Por cada vendedor único enriquecido con /users/{id} |

**Nota sobre `delta-event`:** Los items NEW del primer run no se cobran como delta.
Solo los cambios reales (precio, stock, posición) generan cobro de delta-event.

***

### Notas sobre campos nulos

- `winRate`, `offerScore`, `offerShare`: La API de MercadoLibre devuelve null para la mayoría de listings. Solo se popula para sellers con acceso a métricas avanzadas. Nunca se inventa un valor.
- `availableQuantity`: null si `fetchItemDetail=false`. El endpoint de search no devuelve el stock confiablemente.
- Teléfonos del vendedor: no disponibles en endpoints públicos. No se incluye el campo.

***

### Mantenimiento y alertas

- Success rate esperado con credenciales API: >95%
- Success rate con HTML Googlebot: 70-80%
- Si el selector `.ui-vpp-striped-specs` desaparece del HTML, `techSpecs` pasa a null sin fallar el run
- Versión de la API de ML monitoreada: v3 REST (estable desde 2020)
- Contacto para bugs: crear issue en el repositorio del actor

***

### Changelog

#### v0.1.0 (2026-07-10)

- Release inicial con modos SEARCH, SELLER, PRODUCT, MONITOR
- API OAuth client\_credentials como capa primaria
- HTML Googlebot UA como capa secundaria para techSpecs
- Modo delta con named KV store persistente
- threatScore calculado para cambios UPDATED
- 9 países LATAM soportados

# Actor input Schema

## `mode` (type: `string`):

SEARCH: keywords/categoría → listings y vendedores. SELLER: todos los listings de un vendedor. PRODUCT: todos los vendedores de un producto catálogo. MONITOR: delta — solo emite cambios vs snapshot anterior.

## `siteId` (type: `string`):

Site ID del país. MLA=Argentina, MLB=Brasil (mercadolivre.com.br), MLM=México, MCO=Colombia, MLC=Chile, MPE=Perú, MLU=Uruguay, MEC=Ecuador, MRD=República Dominicana.

## `searchQueries` (type: `array`):

Lista de keywords o frases a buscar. Activo en modos SEARCH y MONITOR. Ejemplo: \["iphone 15", "samsung galaxy s24"]

## `categoryIds` (type: `array`):

IDs de categoría de MercadoLibre (ej. MLA1055, MLB1051). Se combinan con searchQueries o se usan solos para scraping por categoría.

## `sellerIds` (type: `array`):

IDs numéricos de vendedores (ej. 2386762620). En modo SELLER: extrae todos sus listings. En modo MONITOR: detecta cambios en su catálogo.

## `sellerNicknames` (type: `array`):

Nicknames exactos de vendedores (ej. MERCADOLIBRE\_IMPORTACIONES). Se resuelven a seller\_id via API antes del scraping.

## `catalogProductIds` (type: `array`):

IDs de producto del catálogo MercadoLibre (ej. MLA1055308852). En modo PRODUCT: extrae todos los vendedores que compiten en ese catálogo.

## `itemIds` (type: `array`):

IDs de listings individuales (ej. MLA2396453468). Se usan en modo MONITOR para trackear items específicos.

## `condition` (type: `string`):

Filtrar por condición. 'all' no aplica filtro.

## `sortBy` (type: `string`):

Criterio de ordenamiento de resultados de búsqueda.

## `maxResultsPerQuery` (type: `integer`):

Límite de listings a extraer por keyword o categoría. Máximo 1000 (límite de la API). 0 = sin límite (hasta 1000).

## `fetchSellerDetail` (type: `boolean`):

Si es true, hace una llamada adicional a /users/{seller\_id} para obtener reputación, power\_seller\_status y métricas de ventas. Aumenta tiempo y costo por vendedor único.

## `fetchItemDetail` (type: `boolean`):

Si es true, hace una llamada a /items/{id} para obtener stock exacto, variantes, installments y atributos completos. Recomendado para modos PRODUCT y MONITOR.

## `fetchTechSpecs` (type: `boolean`):

Si es true, hace scraping HTML con Googlebot UA para obtener la tabla de specs técnicas. Solo aplica cuando fetchItemDetail también es true.

## `deltaFields` (type: `array`):

Lista de campos del output que activan un delta\_event cuando cambian. Por defecto monitorea precio, stock, posición, envío y fulfillment.

## `monitorStoreName` (type: `string`):

Nombre del Key-Value Store de Apify donde se guardan los snapshots para comparación. Cambiar solo si se quieren múltiples monitores paralelos con distintos inputs.

## `mlClientId` (type: `string`):

Client ID de una app registrada en developers.mercadolibre.com. Sin esto el actor cae a HTML scraping (menor confiabilidad). El registro es gratuito.

## `mlClientSecret` (type: `string`):

Client Secret de la app registrada. Se usa para obtener access\_token via client\_credentials (no requiere login de usuario).

## `proxyConfiguration` (type: `object`):

Configuración de Apify Proxy. Se recomienda 'auto' para usar datacenter IPs con rotación automática. Para máxima confiabilidad usar grupos RESIDENTIAL con países LATAM.

## `requestHandlerTimeoutSecs` (type: `integer`):

Segundos máximos por request antes de reintentar. La API responde en <500ms típicamente; el HTML puede tardar 3-8s.

## `maxRequestRetries` (type: `integer`):

Cantidad de reintentos ante error 4xx/5xx o timeout. El actor aplica backoff exponencial entre reintentos.

## `requestDelayMs` (type: `integer`):

Milisegundos de espera entre requests consecutivos al mismo dominio. MercadoLibre recomienda mínimo 200ms.

## Actor input object example

```json
{
  "mode": "SEARCH",
  "siteId": "MLA",
  "searchQueries": [
    "iphone 15"
  ],
  "categoryIds": [],
  "sellerIds": [],
  "sellerNicknames": [],
  "catalogProductIds": [],
  "itemIds": [],
  "condition": "all",
  "sortBy": "relevance",
  "maxResultsPerQuery": 100,
  "fetchSellerDetail": true,
  "fetchItemDetail": false,
  "fetchTechSpecs": false,
  "deltaFields": [
    "price",
    "originalPrice",
    "availableQuantity",
    "orderBackend",
    "freeShipping",
    "fulfillment"
  ],
  "monitorStoreName": "ml-seller-monitor-delta",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "requestHandlerTimeoutSecs": 30,
  "maxRequestRetries": 3,
  "requestDelayMs": 250
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "iphone 15"
    ],
    "categoryIds": [],
    "sellerIds": [],
    "sellerNicknames": [],
    "catalogProductIds": [],
    "itemIds": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("don.eich/mercadolibre-seller-monitor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["iphone 15"],
    "categoryIds": [],
    "sellerIds": [],
    "sellerNicknames": [],
    "catalogProductIds": [],
    "itemIds": [],
}

# Run the Actor and wait for it to finish
run = client.actor("don.eich/mercadolibre-seller-monitor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "iphone 15"
  ],
  "categoryIds": [],
  "sellerIds": [],
  "sellerNicknames": [],
  "catalogProductIds": [],
  "itemIds": []
}' |
apify call don.eich/mercadolibre-seller-monitor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=don.eich/mercadolibre-seller-monitor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "MercadoLibre Seller & Competition Monitor",
        "description": "Monitor prices, positions, and seller changes on MercadoLibre across 9 LATAM countries. Pay only for changes detected in delta mode.",
        "version": "0.1",
        "x-build-id": "E7MjC8rotNZcroNo2"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/don.eich~mercadolibre-seller-monitor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-don.eich-mercadolibre-seller-monitor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/don.eich~mercadolibre-seller-monitor/runs": {
            "post": {
                "operationId": "runs-sync-don.eich-mercadolibre-seller-monitor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/don.eich~mercadolibre-seller-monitor/run-sync": {
            "post": {
                "operationId": "run-sync-don.eich-mercadolibre-seller-monitor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "mode": {
                        "title": "Modo de operación",
                        "enum": [
                            "SEARCH",
                            "SELLER",
                            "PRODUCT",
                            "MONITOR"
                        ],
                        "type": "string",
                        "description": "SEARCH: keywords/categoría → listings y vendedores. SELLER: todos los listings de un vendedor. PRODUCT: todos los vendedores de un producto catálogo. MONITOR: delta — solo emite cambios vs snapshot anterior.",
                        "default": "SEARCH"
                    },
                    "siteId": {
                        "title": "Sitio de MercadoLibre",
                        "enum": [
                            "MLA",
                            "MLB",
                            "MLM",
                            "MCO",
                            "MLC",
                            "MPE",
                            "MLU",
                            "MEC",
                            "MRD"
                        ],
                        "type": "string",
                        "description": "Site ID del país. MLA=Argentina, MLB=Brasil (mercadolivre.com.br), MLM=México, MCO=Colombia, MLC=Chile, MPE=Perú, MLU=Uruguay, MEC=Ecuador, MRD=República Dominicana.",
                        "default": "MLA"
                    },
                    "searchQueries": {
                        "title": "Búsquedas / keywords",
                        "type": "array",
                        "description": "Lista de keywords o frases a buscar. Activo en modos SEARCH y MONITOR. Ejemplo: [\"iphone 15\", \"samsung galaxy s24\"]",
                        "items": {
                            "type": "string"
                        }
                    },
                    "categoryIds": {
                        "title": "IDs de categoría",
                        "type": "array",
                        "description": "IDs de categoría de MercadoLibre (ej. MLA1055, MLB1051). Se combinan con searchQueries o se usan solos para scraping por categoría.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sellerIds": {
                        "title": "IDs de vendedor",
                        "type": "array",
                        "description": "IDs numéricos de vendedores (ej. 2386762620). En modo SELLER: extrae todos sus listings. En modo MONITOR: detecta cambios en su catálogo.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sellerNicknames": {
                        "title": "Nicknames de vendedor",
                        "type": "array",
                        "description": "Nicknames exactos de vendedores (ej. MERCADOLIBRE_IMPORTACIONES). Se resuelven a seller_id via API antes del scraping.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "catalogProductIds": {
                        "title": "IDs de producto catálogo (PID)",
                        "type": "array",
                        "description": "IDs de producto del catálogo MercadoLibre (ej. MLA1055308852). En modo PRODUCT: extrae todos los vendedores que compiten en ese catálogo.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "itemIds": {
                        "title": "IDs de listing (WID)",
                        "type": "array",
                        "description": "IDs de listings individuales (ej. MLA2396453468). Se usan en modo MONITOR para trackear items específicos.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "condition": {
                        "title": "Condición del producto",
                        "enum": [
                            "all",
                            "new",
                            "used"
                        ],
                        "type": "string",
                        "description": "Filtrar por condición. 'all' no aplica filtro.",
                        "default": "all"
                    },
                    "sortBy": {
                        "title": "Ordenar por",
                        "enum": [
                            "relevance",
                            "price_asc",
                            "price_desc"
                        ],
                        "type": "string",
                        "description": "Criterio de ordenamiento de resultados de búsqueda.",
                        "default": "relevance"
                    },
                    "maxResultsPerQuery": {
                        "title": "Máximo de resultados por búsqueda",
                        "minimum": 0,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Límite de listings a extraer por keyword o categoría. Máximo 1000 (límite de la API). 0 = sin límite (hasta 1000).",
                        "default": 100
                    },
                    "fetchSellerDetail": {
                        "title": "Enriquecer datos del vendedor",
                        "type": "boolean",
                        "description": "Si es true, hace una llamada adicional a /users/{seller_id} para obtener reputación, power_seller_status y métricas de ventas. Aumenta tiempo y costo por vendedor único.",
                        "default": true
                    },
                    "fetchItemDetail": {
                        "title": "Enriquecer datos del item",
                        "type": "boolean",
                        "description": "Si es true, hace una llamada a /items/{id} para obtener stock exacto, variantes, installments y atributos completos. Recomendado para modos PRODUCT y MONITOR.",
                        "default": false
                    },
                    "fetchTechSpecs": {
                        "title": "Extraer especificaciones técnicas (HTML)",
                        "type": "boolean",
                        "description": "Si es true, hace scraping HTML con Googlebot UA para obtener la tabla de specs técnicas. Solo aplica cuando fetchItemDetail también es true.",
                        "default": false
                    },
                    "deltaFields": {
                        "title": "Campos a monitorear para cambios",
                        "type": "array",
                        "description": "Lista de campos del output que activan un delta_event cuando cambian. Por defecto monitorea precio, stock, posición, envío y fulfillment.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "price",
                                "originalPrice",
                                "availableQuantity",
                                "listingTypeId",
                                "orderBackend",
                                "condition",
                                "freeShipping",
                                "fulfillment",
                                "sellerReputationLevel",
                                "powerSellerStatus",
                                "officialStoreId",
                                "catalogListing",
                                "winRate",
                                "offerScore"
                            ]
                        },
                        "default": [
                            "price",
                            "originalPrice",
                            "availableQuantity",
                            "orderBackend",
                            "freeShipping",
                            "fulfillment"
                        ]
                    },
                    "monitorStoreName": {
                        "title": "Nombre del KV store de delta (modo MONITOR)",
                        "type": "string",
                        "description": "Nombre del Key-Value Store de Apify donde se guardan los snapshots para comparación. Cambiar solo si se quieren múltiples monitores paralelos con distintos inputs.",
                        "default": "ml-seller-monitor-delta"
                    },
                    "mlClientId": {
                        "title": "MercadoLibre App Client ID",
                        "type": "string",
                        "description": "Client ID de una app registrada en developers.mercadolibre.com. Sin esto el actor cae a HTML scraping (menor confiabilidad). El registro es gratuito."
                    },
                    "mlClientSecret": {
                        "title": "MercadoLibre App Client Secret",
                        "type": "string",
                        "description": "Client Secret de la app registrada. Se usa para obtener access_token via client_credentials (no requiere login de usuario)."
                    },
                    "proxyConfiguration": {
                        "title": "Configuración de proxy",
                        "type": "object",
                        "description": "Configuración de Apify Proxy. Se recomienda 'auto' para usar datacenter IPs con rotación automática. Para máxima confiabilidad usar grupos RESIDENTIAL con países LATAM.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": []
                        }
                    },
                    "requestHandlerTimeoutSecs": {
                        "title": "Timeout por request (segundos)",
                        "minimum": 10,
                        "maximum": 120,
                        "type": "integer",
                        "description": "Segundos máximos por request antes de reintentar. La API responde en <500ms típicamente; el HTML puede tardar 3-8s.",
                        "default": 30
                    },
                    "maxRequestRetries": {
                        "title": "Reintentos por request fallido",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Cantidad de reintentos ante error 4xx/5xx o timeout. El actor aplica backoff exponencial entre reintentos.",
                        "default": 3
                    },
                    "requestDelayMs": {
                        "title": "Delay entre requests (ms)",
                        "minimum": 100,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Milisegundos de espera entre requests consecutivos al mismo dominio. MercadoLibre recomienda mínimo 200ms.",
                        "default": 250
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
