1688 Scraper
The 1688 Scraper API is a powerful tool for extracting data from the 1688 e-commerce platform. It's ideal for e-commerce analytics, product comparison, and market research purposes.
Install / Use
npx skills add oxylabs/1688-scraperInstalls into whichever agent you are using.
README
1688 Scraper API
Oxylabs 1688 Scraper (part of Web Scraper API) is a real-time data gathering solution that uses a fast-adapting infrastructure for effortless 1668 product data extraction. It combines automated proxy management, web data access, and parsing to collect structured data from any public website at scale.
This brief guide showcases how the 1688 Scraper works, along with code examples to help you better understand how to use it hassle-free.
How it works
You can get 1688 results by providing your own URLs to our service. We can return the HTML, parsed JSON, or Markdown output for any page you like.
Python code example
The example below illustrates how you can get HTML of 1688 page.
import requests
from pprint import pprint
# Structure payload.
payload = {
'source': 'universal',
'url': 'https://fuzhuang.1688.com/nanzhuang?spm=a260k.dacugeneral.home2019category.2.663335e4bwa222'
}
# Get response.
response = requests.request(
'POST',
'https://realtime.oxylabs.io/v1/queries',
auth=('user', 'pass1'),
json=payload,
)
# Instead of response with job status and results url, this will return the
# JSON response with the result.
pprint(response.json())
Find code examples for other programming languages here
Output Example
{
"results": [
{
"content": "\r\n<!DOCTYPE html>\n<html>\n\n<head>\n <link rel=\"dns-prefetch\" href=\"//polyfill.alicdn.com\">\n <link re ... </html>",
"created_at": "2025-02-20 12:15:04",
"updated_at": "2025-02-20 12:15:08",
"page": 1,
"url": "https://fuzhuang.1688.com/nanzhuang?spm=a260k.dacugeneral.home2019category.2.663335e4bwa222",
"job_id": "7165680254252520449",
"status_code": 200
}
]
}
Using our 1688 Scraper, you can easily harvest public data from any 1688 web page. Gather essential mobile phone data, such as price, reviews, or specific features, to monitor the market and outperform your competitors. If you require any assistance, connect with our support team through our live chat or email us at support@oxylabs.io.
Related Skills
codebase-memory-mcp
38.1kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
codebase-memory-mcp
38.1kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
codebase-memory-mcp
38.1kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
tabularis
4.0kOpen-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP server for Claude, Cursor and Devin, SQL notebooks and visual EXPLAIN.

