A high-performance Docker-based web scraper utilizing Crawlee and Playwright to extract structured data from Amazon, YouTube, and dynamic web pages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deep-scraper-amazon
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install deep-scraper-amazon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Deep Scraper is a robust, containerized data extraction tool designed for high-performance web harvesting, serving as a critical component in the Openclaw Skills ecosystem. By combining Docker isolation with the power of Crawlee and Playwright, it provides a stable environment for bypassing common anti-scraping measures and rendering complex, JavaScript-heavy websites.
This skill is engineered for precision, offering specialized handlers that understand the unique structures of major platforms like Amazon and YouTube. Whether you are a developer looking to feed an AI agent with fresh market data or a researcher gathering content from across the web, Deep Scraper provides the reliability and structure needed for professional-grade data collection within the Openclaw Skills framework.
Before using Deep Scraper, ensure that Docker is installed and running on your host machine. You must first build the container image locally:
docker build -t clawd-crawlee skills/deep-scraper/
Once built, you can trigger the scraper via the command line for various targets:
# Scrape Amazon Best Sellers
docker run -t --rm clawd-crawlee node assets/amazon_handler.js "https://www.amazon.com/zgbs/electronics"
# Scrape YouTube Transcripts
docker run -t --rm clawd-crawlee node assets/main_handler.js "https://youtube.com/watch?v=VIDEO_ID"
The skill produces a standardized JSON output. The structure adapts based on the scraping mode used:
| Property | Description |
|---|---|
| status | Indicates if the scraping task was a SUCCESS or ERROR. |
| type | Identifies the handler used (e.g., bestsellers, search, product-detail, TRANSCRIPT, GENERIC). |
| products | An array of objects for Amazon mode, including title, asin, price, rating, and reviews. |
| boughtPastMonth | Specific to Amazon search/detail pages, showing recent sales volume. |
| data | The primary text content or transcript payload for Generic and YouTube modes. |
| scrapedAt | ISO timestamp of when the data was captured. |
This structured format ensures seamless integration with other tools in the Openclaw Skills catalog.
Loading
A browser-based smart teleprompter featuring mobile remote control and real-time dual-screen synchronization for professional video recording.

A sophisticated research framework for AI agents to perform multi-source web investigation, fact-checking, and structured synthesis.

A comprehensive automation skill for designing Huawei Cloud infrastructures and generating production-ready Terraform templates.

An autonomous administrative tool for managing Plashboard templates and converting natural language requests into live dashboards.

A specialized web application generator for creating custom, WeChat-compatible animated gold horse GIF stickers for Chinese New Year 2026.

A technical automation skill for migrating Next.js applications from Vercel to Cloudflare Workers with native Supabase and Hyperdrive support.








































