# Extract MercadoLibre Chile VIP detail evidence

**Use case:** 

Batch known MercadoLibre Chile item URLs through Atomic VIP detail mode to capture shipping, sold, quantity, catalog, and fetched item evidence.

## Input

```json
{
  "atomicMode": "orchestrator",
  "runMode": "item_detail",
  "childActorId": "",
  "childBuild": "",
  "maxConcurrentChildRuns": 2,
  "childMemoryMbytes": 2048,
  "childTimeoutSecs": 180,
  "maxShardRetries": 1,
  "maxAtomicShards": 100,
  "targetRowsPerShard": 1,
  "stopOnCostUsd": 50,
  "stopOnBlockRate": 0.35,
  "minShardsForBlockRate": 20,
  "adaptiveCooldownMs": 15000,
  "adaptiveConcurrency": true,
  "initialConcurrentChildRuns": 2,
  "concurrencyRampStep": 4,
  "concurrencyRampEveryShards": 10,
  "rampUpHardBlockRate": 0.05,
  "rampDownHardBlockRate": 0.2,
  "fairQueryDistribution": true,
  "childCostFinalRefreshWaitMs": 0,
  "orchestrationSearchOnly": true,
  "missionId": "",
  "missionStorageNamespace": "atomic-actor-1",
  "missionDedupeMode": "run",
  "useMissionQueue": false,
  "resumeMission": false,
  "skipKnownItems": false,
  "missionShardQueueName": "",
  "missionStateStoreName": "",
  "searchQueries": [
    "cama perro",
    "cortina bano"
  ],
  "startUrls": [
    {
      "url": "https://listado.mercadolibre.cl/cama-perro"
    }
  ],
  "itemDetailUrls": [
    "https://articulo.mercadolibre.cl/MLC-1486061369-_JM",
    "https://articulo.mercadolibre.cl/MLC-1595944459-_JM",
    "https://articulo.mercadolibre.cl/MLC-1484421495-_JM"
  ],
  "maxItems": 60,
  "maxDetailPages": 3,
  "detailBrowserFirst": true,
  "detailHtmlRetryCount": 0,
  "detailBrowserRetryCount": 4,
  "detailBrowserWaitMs": 3000,
  "maxItemsPerQuery": 60,
  "maxPagesPerQuery": 1,
  "searchFilterMode": "default",
  "localOnly": false,
  "htmlRetryCount": 2,
  "browserFallback": true,
  "browserWaitMs": 2500,
  "browserRetryCount": 3,
  "requestDelayMs": 700,
  "requestJitterMs": 1200,
  "includeRaw": false,
  "sellerEnrichmentMode": "off",
  "includeSellerDetails": false,
  "maxSellerDetailPages": 10,
  "maxSellerProfilePages": 10,
  "failOnBlockedNoItems": true,
  "proxyConfiguration": {
    "apifyProxyCountry": "CL",
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "input_url": {
    "label": "Input URL",
    "format": "string"
  },
  "final_url": {
    "label": "Final URL",
    "format": "string"
  },
  "item_id": {
    "label": "Item ID",
    "format": "string"
  },
  "fetched_item_ids": {
    "label": "Fetched item IDs",
    "format": "array"
  },
  "catalog_product_id": {
    "label": "Catalog product ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sold_text_visible": {
    "label": "Sold text",
    "format": "string"
  },
  "sold_quantity": {
    "label": "Approx sold quantity",
    "format": "number"
  },
  "available_quantity_text_visible": {
    "label": "Available quantity text",
    "format": "string"
  },
  "available_quantity": {
    "label": "Available quantity",
    "format": "number"
  },
  "seller_offer_count_text_visible": {
    "label": "Seller offer count text",
    "format": "string"
  },
  "seller_offer_count": {
    "label": "Seller offer count",
    "format": "number"
  },
  "shipping_block_text_visible": {
    "label": "Detail shipping block",
    "format": "string"
  },
  "detail_page_loaded": {
    "label": "Detail page loaded",
    "format": "boolean"
  },
  "item_detail_fetch_status": {
    "label": "Item detail fetch status",
    "format": "string"
  },
  "detail_page_error": {
    "label": "Detail page error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MercadoLibre Chile Scraper - High Reliability](https://apify.com/jchame/atomic-actor-1) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jchame/atomic-actor-1) to learn more, explore other use cases, and run it yourself.