Logo

MercadoLibre Product Scraper List

Categories: e-commerce

Easy

Discover a world of fashion at your fingertips with MercadoLibre Product Scraper 🛍️✨. Effortlessly extract product details including product name, brand, price, and image URL from Mercado Libre’s vast catalog, ensuring you never miss out on the latest trends.

Request Example

time curl -X POST "https://api.blat.ai/harvest" \
--json '{
"mode": "crawl",

"id":

"listado-mercadolibre-com-mx-86007bca"

,

"params": {

"start_url":

"https://listado.mercadolibre.com.mx/ropa-bolsas-calzado/calzado/tenis/adidas/nuevo/mujer/tenis-ownthegame-adidas_AGE*GROUP_6725189_FILTRABLE*SIZE_12189507_NoIndex_True"

}
}' -H "X-API-KEY: ${BLAT_API_KEY}"

Output Example


{
    "product_list": [
        {
            "product_name": "Tenis adidas Advantage Base 2752686",
            "brand": "ADIDAS",
            "price": "$1,299",
            "rating": "4.8",
            "reviews_count": "86",
            "image_url": "https://http2.mlstatic.com/D_NQ_NP_907317-MLM49900548453_052022-W.webp",
            "product_url": "https://articulo.mercadolibre.com.mx/MLM-1418901375-tenis-adidas-advantage-base-2752686-_JM?searchVariation=174490937515&attribute=FILTRABLE_SIZE-12189507#searchVariation%3D174490937515%26position%3D3%26search_layout%3Dgrid%26type%3Ditem%26tracking_id%3Dfaea782a-3fa4-4c5f-924e-aa8a7d48fe92"
        }
    ]
}