# Mercadolibre Scraper Espanol Castellano Task 1

**Use case:** 

Obtén listados detallados de vehículos Volkswagen con 0 km de MercadoLibre Chile. Cada página contiene entre 48 y 50 artículos.

## Input

```json
{
  "keyword": "volkswagen 0km",
  "country": "https://listado.mercadolibre.cl/",
  "sort": "relevance",
  "maxPages": 1,
  "promoted": false,
  "extractProductDetails": false,
  "maxProductDetails": 10,
  "includeReviews": true
}
```

## Output

```json
{
  "imgDireccion": {
    "label": "Dirección de imagen",
    "format": "string"
  },
  "Moneda": {
    "label": "Moneda",
    "format": "string"
  },
  "nuevoPrecio": {
    "label": "Precio actual",
    "format": "string"
  },
  "precioAnterior": {
    "label": "Precio anterior",
    "format": "string"
  },
  "precioDiscount": {
    "label": "Descuento",
    "format": "string"
  },
  "vehiculoAno": {
    "label": "Año del vehículo",
    "format": "string"
  },
  "vehiculoKilometraje": {
    "label": "Kilometraje",
    "format": "string"
  },
  "anticipo": {
    "label": "Anticipo",
    "format": "string"
  },
  "transmision": {
    "label": "Transmisión",
    "format": "string"
  },
  "articuloTitulo": {
    "label": "Título del artículo",
    "format": "string"
  },
  "installments": {
    "label": "Cuotas",
    "format": "string"
  },
  "promociones": {
    "label": "Promociones",
    "format": "string"
  },
  "cantidadVendida": {
    "label": "Cantidad vendida",
    "format": "number"
  },
  "envioGratis": {
    "label": "Envío gratis",
    "format": "boolean"
  },
  "enStock": {
    "label": "En Stock",
    "format": "boolean"
  },
  "Vendedor": {
    "label": "Vendedor",
    "format": "string"
  },
  "esTiendaOficial": {
    "label": "Es tienda oficial",
    "format": "boolean"
  },
  "SKU": {
    "label": "SKU / ID del artículo",
    "format": "string"
  },
  "idPublicacion": {
    "label": "ID de publicación",
    "format": "string"
  },
  "idProductoCatalogo": {
    "label": "ID de producto del catálogo",
    "format": "string"
  },
  "idProductoUsuario": {
    "label": "ID de producto del usuario",
    "format": "string"
  },
  "idVariacion": {
    "label": "ID de variación",
    "format": "string"
  },
  "tipoResultado": {
    "label": "Tipo de resultado",
    "format": "string"
  },
  "esPrecioPorCantidad": {
    "label": "Es precio por cantidad",
    "format": "boolean"
  },
  "esCompraInternacional": {
    "label": "Es compra internacional",
    "format": "boolean"
  },
  "palabraClave": {
    "label": "Palabra Clave",
    "format": "string"
  },
  "produtoReviews": {
    "label": "Calificación del producto",
    "format": "string"
  },
  "numeroEvaluaciones": {
    "label": "Número de Evaluaciones",
    "format": "number"
  },
  "itemPosition": {
    "label": "Posición del artículo",
    "format": "integer"
  },
  "resultadosTotales": {
    "label": "Resultados Totales",
    "format": "string"
  },
  "zProductoLink": {
    "label": "Enlace de producto",
    "format": "string"
  },
  "Envio": {
    "label": "Envío",
    "format": "string"
  },
  "highlight": {
    "label": "Destacado",
    "format": "string"
  },
  "disponibleEn": {
    "label": "Variaciones disponibles",
    "format": "string"
  },
  "envioDesde": {
    "label": "Enviado desde",
    "format": "string"
  },
  "productoMarca": {
    "label": "Marca del producto",
    "format": "string"
  },
  "produtoCategoryID": {
    "label": "ID de categoría",
    "format": "string"
  },
  "produtoDomainID": {
    "label": "ID de dominio",
    "format": "string"
  },
  "sellerID": {
    "label": "ID de vendedor",
    "format": "string"
  },
  "vertical": {
    "label": "Vertical",
    "format": "string"
  },
  "verticalID": {
    "label": "ID de vertical",
    "format": "string"
  },
  "ubicacion": {
    "label": "Ubicación",
    "format": "string"
  },
  "Tiempo": {
    "label": "Marca de tiempo",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercadolibre Scraper (español  castellano)](https://apify.com/karamelo/mercadolibre-scraper-espanol-castellano) with a specific input configuration. Visit the [Actor detail page](https://apify.com/karamelo/mercadolibre-scraper-espanol-castellano) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/karamelo/mercadolibre-scraper-espanol-castellano.md

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).
