/mercadolivre-scraper

The Mercadolivre Scraper API provides a simplified way to extract data from the Mercadolivre platform. Using this API, retrieve product, pricing, and seller information easily.

Primary LanguageJava

Mercadolivre Scraper API

Oxylabs promo code

Oxylabs' Mercadolivre Scraper is a data gathering solution allowing you to extract real-time information from an Mercadolivre website effortlessly. This brief guide showcases how Mercadolivre Scraper works, along with code examples to help you better understand how to use it hassle-free.

How it works

You can get Mercadolivre results by providing your own URLs to our service. We can return the HTML for any page you like.

Python code example

The example below illustrates how you can get HTML of Mercadolivre page.

import requests
from pprint import pprint

# Structure payload.
payload = {
    'source': 'universal_ecommerce',
    'url': 'https://lista.mercadolivre.com.br/eletronicos-audio-video/_loja_mercado-livre#deal_print_id=85ade3d0-cfda-11ee-8f23-2701100dea38&c_id=special-normal&c_element_order=4&c_campaign=eletronicos&c_uid=85ade3d0-cfda-11ee-8f23-2701100dea38'
}

# Get response.
response = requests.request(
    'POST',
    'https://realtime.oxylabs.io/v1/queries',
    auth=('user', 'pass1'),
    json=payload,
)

# Instead of response with job status and results url, this will return the
# JSON response with the result.
pprint(response.json())

Find code examples for other programming languages here

Output Example

{
  "results": [
    {
      "content": "\n<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head><link rel=\"preconnect\" href=\"https://www.google-analytics ... </html>",
      "created_at": "2024-02-20 12:40:15",
      "updated_at": "2024-02-20 12:40:22",
      "page": 1,
      "url": "https://lista.mercadolivre.com.br/eletronicos-audio-video/_loja_mercado-livre#deal_print_id=85ade3d0-cfda-11ee-8f23-2701100dea38&c_id=special-normal&c_element_order=4&c_campaign=eletronicos&c_uid=85ade3d0-cfda-11ee-8f23-2701100dea38",
      "job_id": "7165686591921341441",
      "status_code": 200
    }
  ]
}

With our Mercadolivre Scraper, you can seamlessly pull public data from any Mercadolivre web page. Gather the necessary information on popular books, including price, customer reviews, or summaries, for your market research and to maintain a competitive edge. If you need any assistance, reach out to our support team through live chat or send us an email at hello@oxylabs.io.