mercadolivre-search

Query Mercado Livre listings and extract structured product data via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/quantmind-br/skills --skill mercadolivre-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mercadolivre-search
Source: https://github.com/quantmind-br/skills/tree/main/mercadolivre-search
Command: npx skills add https://github.com/quantmind-br/skills --skill mercadolivre-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires camoufox, beautifulsoup4, lxml, browser-cookie3, playwright, and includes scripts (resource) components.

What problem does it solve?

Mercado Livre Brazil search and research automation: find products, compare prices, fetch details, read reviews, check seller reputation, and browse categories via a CLI, with cookies management and stealth browsing.

Core Features & Use Cases

  • CLI-driven product search across mercadolivre.com.br with filters and sorting
  • Retrieve detailed product information, pricing, seller info, shipping, and category data
  • Fetch reviews, track ratings, and extract seller credibility for decision making
  • Manage cookies securely and operate with Camoufox stealth browser for reliable scraping

Quick Start

Run the mercadolivre.py module to search Mercado Livre Brazil, view details, and read reviews using a prepared environment.

Frequently Asked Questions about mercadolivre-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape product prices and seller reputation from Mercado Livre Brazil?

Scraping Mercado Livre Brazil involves automating product searches and extracting structured details like prices and seller reputation. This skill uses Camoufox stealth browsing and BeautifulSoup to parse listings and output JSON-formatted data reliably.

Does Camoufox stealth browsing work reliably for marketplace data extraction?

Camoufox stealth browsing enables reliable marketplace data extraction by evading detection mechanisms. Combined with browser-cookie3 for secure cookie management, it ensures deterministic web scraping of product details and reviews without triggering anti-bot blocks.

How to extract product reviews and ratings from mercadolivre.com.br programmatically?

Extracting product reviews and ratings from mercadolivre.com.br programmatically requires parsing HTML with lxml and BeautifulSoup. This skill automates querying listings, fetching detailed reviews, and tracking seller credibility into structured JSON outputs.

What's the best way to compare marketplace listings using web scraping and browser automation?

The best way to compare marketplace listings via web scraping is using browser automation to query categories and apply filters. This skill automates price comparison across Mercado Livre listings, capturing shipping costs and product details.

Do I need Playwright installed to automate Mercado Livre product research?

Playwright is required alongside Camoufox, BeautifulSoup4, and lxml to automate Mercado Livre product research. These dependencies drive the CLI-based environment for querying listings, managing cookies, and returning structured JSON outputs.

Why does my Mercado Livre web scraping return incomplete product data?

Incomplete product data during Mercado Livre web scraping often results from inadequate HTML parsing or bot detection. Using Camoufox stealth browsing with lxml and browser-cookie3 cookie management mitigates blocks and ensures comprehensive detail extraction.