MercadoLibre Chile scrapers

Extract MercadoLibre Chile shipping, sold, and quantity evidence

VIP detail mode is for known MercadoLibre Chile item or catalog URLs. It is not broad discovery. Use it when a pipeline already knows which listings need detail-page evidence.

Actor choice

Input

{
  "runMode": "item_detail",
  "itemDetailUrls": [
    "https://articulo.mercadolibre.cl/MLC-1486061369-_JM"
  ],
  "maxDetailPages": 1,
  "detailBrowserFirst": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "CL"
  }
}

Fields to read

Anti-block posture

Detail pages are harder than search pages. Keep batches capped, use residential Chile proxy, and treat failed detail visibility as failed evidence rather than clean local opportunity.

See sample VIP detail output and the VIP detail demo walkthrough.