A powerful scraping engine designed to extract product data from dynamic e-commerce platforms like Amazon, Taobao, and JD using Playwright.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ecommerce-scraper
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 ecommerce-scraper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for navigating the complexities of modern e-commerce websites. Built on top of Playwright, it specializes in handling JavaScript-heavy pages, bypassing anti-bot measures like Cloudflare, and discovering hidden JSON APIs to ensure reliable data collection. It is an essential component for any Openclaw Skills workflow involving market research or price monitoring.
Whether you are targeting domestic Chinese marketplaces or international giants, this tool adapts its selector logic and browser behavior to mimic real user interactions. By integrating login state management and automated pagination, it allows developers to scale their data harvesting operations with minimal manual intervention.
First, ensure you have Playwright and the necessary browsers installed in your environment:
pip install playwright
playwright install chromium
To perform a basic scrape, use the provided CLI script:
python3 scripts/scrape.py scrape --url "https://example.com/products" --max-pages 5 --output products.json
For platforms requiring login, use the enhanced version to save session cookies:
python3 scripts/scrape_v2.py login --platform jd
The skill outputs data in a structured JSON array. Each object represents a single product with metadata collected at the time of execution.
| Field | Type | Description |
|---|---|---|
| title | String | The display name of the product. |
| price | String | The current listed price (including currency symbol). |
| shop | String | The name of the merchant or store. |
| link | String | The absolute URL to the product page. |
| image | String | The URL of the primary product image. |
| collected_at | ISO8601 | Timestamp of the data collection event. |
Loading
An AI-driven production assistant for creating human-free limited series and audio content on the Molt Motion Pictures platform.

A specialized communication skill allowing AI agents to dial, message, and interact with other agents over the A2A protocol.

A mandatory trust verification and identity management system for AI agents to secure interactions based on defined entity tiers.

A local, privacy-first CLI tool for Openclaw Skills that tracks LLM token consumption and provides real-time cost analysis across multiple providers.

An automated CLI and agent tool for publishing Micro-toutiao content with smart login persistence and content optimization.

A comprehensive chemistry toolkit for PubChem data retrieval and RDKit molecular analysis designed for AI agents.








































