1688-product-detail

Extracts wholesale product data, SKU variants, and seller metrics from 1688.com detail pages.

5.5k|269|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill 1688-product-detail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1688-product-detail
Source: https://github.com/browser-act/skills/tree/main/solutions/ecommerce/1688-product-detail
Command: npx skills add https://github.com/browser-act/skills --skill 1688-product-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually collecting wholesale product data from 1688.com is slow and error-prone, especially when you need tiered pricing, hundreds of SKU variants, and supplier credibility metrics across many listings.

Core Features & Use Cases

  • Comprehensive Product Extraction: Pulls 50+ fields from a 1688 offer page including title, tiered pricing, images, attributes, sales counts, and cross-border flags via embedded page data.
  • SKU and Promotion Detail: Extracts every SKU variant with color/model attributes, weight, dimensions, and stock, plus coupon and promotion activity data.
  • Supplier Metrics via Network Capture: Reads shopcard and DSR API responses from browser network traffic to get shop scores, repeat-buyer rates, positive review rates, and review tag summaries.
  • Use Case: A sourcing agent has a list of 200 offer IDs from 1688 suppliers. Run the batch workflow to extract pricing tiers, SKU weights, and shop scores for each, then compare suppliers for resale margin analysis.

Quick Start

Ask the agent to extract all product data, SKU variants, and seller shop scores from the 1688 offer page at detail.1688.com/offer/927875250705.html.

Frequently Asked Questions about 1688-product-detail

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

FAQPage Schema
How do I extract product data from a 1688.com detail page?

Open the offer page at detail.1688.com/offer/{offer_id}.html in a browser-act session, wait for it to stabilize, then run the extraction scripts for core data, SKU variants, and promotions. Shop scores and DSR review stats are read from captured network requests to h5api.m.1688.com.

How to scrape 1688 pricing tiers and SKU variants in bulk?

Write a bash script that loops through offer IDs serially in one browser session with 2-3 second intervals between products. Test with 1-2 IDs first, save results item by item, and distribute offers across multiple stealth browser sessions for higher throughput.

Does 1688 product detail scraping require login?

No login is required for 1688 product detail pages since the data is publicly accessible by offer ID. However, search functionality on s.1688.com requires login and a CN IP, so this approach covers detail pages only.

Why is the 1688 shopcard API returning empty shop data?

The shopcard API may return empty shopData for some offer types or when the session has expired. Navigate back to the product detail page, wait for it to fully load, and capture the network request again to refresh the data.

What are the limitations of extracting 1688 product data this way?

Shipping cost requires address codes and is excluded, individual review lists are not included in the composite extraction, and product attributes come from DOM fallback selectors due to a server-side rendering bug in the page metadata.