1688 Product Detail Extractor
Extracts 50+ fields — tiered pricing, SKU variants, seller scores, coupons — from 1688.com product detail pages.
Data & AnalyticsIntermediate★ 5,391⑂ 259AI score 8/10Last updated: Aug 12, 2026
What it does
- Opens
detail.1688.com/offer/{offer_id}.htmlin the browser and runs bundled Python scripts to read the page's embedded data. - Captures title, quantity-tiered pricing, minimum order quantity, SKU variants (color/model with weight, dimensions, volume), images, product attributes, coupons/promotions, buyer-protection and cross-border flags.
- Uses network capture to read the shopcard API (shop service score, repeat-buyer rate, followers) and the DSR review summary (good-rate, impression tags).
- Provides a batch playbook for offer ID lists: serial processing, 2–3s delays, per-item saving, resume from failure point.
Who it's for
- China wholesale sourcing agents and dropshippers comparing 1688 cost prices and supplier reliability.
- Resellers doing margin analysis who need tiered price tables plus SKU weight/volume for shipping estimates.
- Researchers monitoring supplier metrics (service score, repeat rate, positive review rate) over time.
Example uses
- "Summarize the pricing tiers, MOQ, and per-SKU weights for this 1688 link."
- Feed a list of 30 offer IDs and get a merged JSON dataset keyed by offerId.
- Log a supplier's service score and repeat-buyer rate weekly to track reliability trends.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/browser-act/skills/HEAD/solutions/ecommerce/1688-product-detail/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the solutions/ecommerce/1688-product-detail folder from the GitHub repo browser-act/skills into my ~/.claude/skills/1688-product-detail/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/browser-act/skills.git && mkdir -p ~/.claude/skills/1688-product-detail && cp -r skills/solutions/ecommerce/1688-product-detail/* ~/.claude/skills/1688-product-detail/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal where Claude Code is installed.
- Clone the repo:
git clone https://github.com/browser-act/skills.git - Copy the skill:
mkdir -p ~/.claude/skills/1688-product-detail && cp -r skills/solutions/ecommerce/1688-product-detail/* ~/.claude/skills/1688-product-detail/ - Verify the
scripts/folder came along and that Python is available (python --version). - This skill requires the
browser-actbrowser tooling — install and configure it first. - Restart Claude Code, then ask with a 1688 link, e.g. "Extract the product data from this 1688 offer."
View source on GitHub ↗License: MIT