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
- Use Atomic for larger detail batches and retry isolation.
- Use Actor 1 for small capped detail checks.
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
- `shipping_block_text_visible`: visible delivery promise and shipping options.
- `sold_text_visible` and `sold_quantity`: rough demand evidence when visible.
- `available_quantity_text_visible` and `available_quantity`: availability signal when visible.
- `catalog_product_id` and `seller_offer_count`: catalog overstatement correction when exposed.
- `fetched_item_ids`: item IDs fetched so callers can record self-traffic events.
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.