amazon-search

Automate Amazon Brazil product search and analysis via CLI with Camoufox.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires camoufox, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

Searching and analyzing products on Amazon Brazil manually is time-consuming, error-prone, and requires navigation across pages to compare prices, read reviews, and monitor price signals.

Core Features & Use Cases

  • CLI-based product search across amazon.com.br with optional category filters and pagination.
  • Retrieve detailed product data including price, rating, seller, images, features, specs, and reviews; also fetch price history signals.
  • Category browsing and cookie-based authentication to ensure reliable scraping.

Quick Start

Run the amazon-search CLI to begin a fast product research session on Amazon Brazil.

Frequently Asked Questions about amazon-search

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

FAQPage Schema
How do I automate Amazon product search and price comparison using a CLI?

You can automate Amazon product search and price comparison via a CLI using Camoufox stealth browser to scrape amazon.com.br, retrieving product prices, ratings, and seller details while bypassing bot detection.

Can I scrape Amazon Brazil product details and reviews without getting blocked?

Scraping Amazon Brazil product details and reviews without blocks is possible by using the Camoufox stealth browser with cookie-based authentication, ensuring reliable data extraction across category pages.

What Python dependencies do I need to extract Amazon price history and product data?

To extract Amazon price history and product data, you need Python 3.10+ with camoufox, playwright, beautifulsoup4, lxml, and browser-cookie3 installed to handle stealth browsing and HTML parsing.

Does Camoufox work with BeautifulSoup for web scraping Amazon categories?

Camoufox works with BeautifulSoup for web scraping Amazon categories by using the stealth browser to fetch dynamic pages and BeautifulSoup with lxml to parse the HTML for product features and specs.

What is the best way to track price history signals on amazon.com.br?

The best way to track price history signals on amazon.com.br is running an automated CLI script that fetches product data via stealth browsing, capturing price changes and historical signals during category browsing.

Why does my Amazon web scraping script fail to retrieve product details?

Amazon web scraping scripts fail to retrieve product details due to bot detection; using Camoufox stealth browser with browser-cookie3 for authentication bypasses blocks and reliably fetches product specs and reviews.