Dewu (Poizon) Product Scraper — Sneaker Price & Search API avatar

Dewu (Poizon) Product Scraper — Sneaker Price & Search API

Pricing

from $11.00 / 1,000 product search results

Go to Apify Store
Dewu (Poizon) Product Scraper — Sneaker Price & Search API

Dewu (Poizon) Product Scraper — Sneaker Price & Search API

Search Dewu (Poizon), China's top sneaker, streetwear and luxury resale marketplace, by keyword and export clean product data: title, brand, category, min/max/activity prices, SKU IDs and sold counts. Bulk keyword input, JSON/CSV/Excel output for price monitoring and market research.

Pricing

from $11.00 / 1,000 product search results

Rating

0.0

(0)

Developer

SIÁN OÜ

SIÁN OÜ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Dewu (Poizon) Product Scraper — Sneaker Price & Search API 👟

SIÁN Agency Store Taobao & Tmall Scraper JD.com Scraper 1688 Wholesale Scraper

🎉 The first structured Dewu (Poizon) price-intelligence scraper on Apify — search China's biggest sneaker, streetwear & luxury resale marketplace by keyword

Built for resellers, brand-monitoring teams and pricing-intelligence analysts who need clean China-side product prices


📋 Overview

Dewu (Poizon, 得物) is the "StockX of China" — the dominant authenticated marketplace for sneakers, streetwear, luxury goods and collectibles. This actor searches it by keyword and returns clean, structured product rows with normalized prices, brands, SKU IDs and sold-count demand signals — no account, no API key, no setup.

Why professionals choose this scraper:

  • Real China-side prices: min, max, activity (promo) and original prices, normalized from fen to CNY — the columns a reseller actually needs
  • Keyword search, instant results: ~20+ relevance-ranked products per keyword in a single call
  • 🎯 Resale-grade fields: brand, category, SKU/SPU IDs, product image, resale flag and human-readable sold count per row
  • 💰 Pay only for what you get: per-product pricing — duplicates and errors are never charged
  • 💎 Watchlist sweeps: search a whole brand roster (Jordan, Yeezy, Supreme, Rolex…) in one run with bulk keyword input
  • NEW: bilingual keyword support — search in English or Chinese (e.g. Nike or 耐克)

✨ Features

  • 🔍 Keyword Product Search: find products fast by any brand, model or term
  • 💴 Normalized CNY Pricing: min / max / activity / original prices, converted from raw fen
  • 🏷️ Brand & Category: brand name, brand ID and category ID on every row
  • 🆔 SKU & SPU IDs: stable identifiers for matching, tracking and joins
  • 📈 Demand Signal: human-readable sold count ("63k+ buyers") per product
  • ♻️ Resale Flag: spot products surfaced in the second-hand / resale section
  • 🚀 Bulk Watchlist: single keyword, an array of keywords, or a keywords file URL
  • 🧬 Smart Dedup: per-keyword deduplication so you never pay for the same product twice
  • 📦 Clean Exports: JSON, CSV and Excel straight from the Apify dataset

🎬 Quick Start

Pick a keyword, run the actor, and get a clean table of products with prices. No login on the marketplace required.

curl -X POST "https://api.apify.com/v2/acts/sian.agency~dewu-poizon-product-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"operation":"keywordSearch","keyword":"Air Jordan 1","maxResults":25}'

🚀 Getting Started (3 Simple Steps)

Step 1: Enter a keyword

Type a single keyword, or add a list of keywords for a bulk watchlist sweep.

Step 2: Run the actor

Start the run — it searches the marketplace and flattens the results into clean rows.

Step 3: Export your data

Download the dataset as JSON, CSV or Excel, or pull it via the API.

That's it! In under a minute, you'll have:

  • A structured table of matching products
  • Min / max / activity / original prices in CNY
  • Brand, category, SKU IDs, images and sold counts

📥 Input Configuration

FieldTypeRequiredDescription
operationstringNoOperation to run (keywordSearch)
keywordstringNoA single search keyword
keywordsarrayNoMultiple keywords for a bulk watchlist sweep
keywordsFileUrlstringNoPublic URL to a text file with one keyword per line
maxResultsintegerNoMax unique products per keyword (5–100, default 25)

Single keyword:

{
"operation": "keywordSearch",
"keyword": "Yeezy Boost 350",
"maxResults": 25
}

Bulk watchlist:

{
"operation": "keywordSearch",
"keywords": ["Air Jordan 1", "Yeezy Boost 350", "Supreme Box Logo", "Rolex Submariner"]
}

ℹ️ FREE tier processes up to 5 keywords per run. PAID tier is unlimited.


📤 Output

Results are saved to the Apify dataset with 20+ fields including:

FieldTypeDescription
productTitlestringProduct name as listed
brandNamestringBrand (Nike, Jordan, adidas, Rolex…)
priceCnynumberHeadline price in CNY
minSalePriceCnynumberLowest sale price across variants (CNY)
maxSalePriceCnynumberHighest sale price across variants (CNY)
activityPriceCnynumberPromotional price if a campaign is active (CNY)
originPriceCnynumberOriginal / list price (CNY)
soldCountTextstringHuman-readable demand signal
isSoldbooleanTrue if surfaced in the resale section
spuId / skuIdstringProduct family & variant identifiers
categoryIdstringMarketplace category ID
logoUrlstringPrimary product image URL

Example:

{
"productTitle": "Jordan Air Jordan 1 \"shadow\" 影子 低帮 复古篮球鞋",
"brandName": "Jordan",
"productId": "1547881",
"spuId": "1547881",
"skuId": "603407918",
"categoryId": "1001176",
"priceCny": 495.0,
"minSalePriceCny": 495.0,
"maxSalePriceCny": 0,
"activityPriceCny": 0,
"soldCountText": "6.3万+人付款",
"isSold": false,
"logoUrl": "https://cdn.poizon.com/pro-img/origin-img/...jpg",
"_sourceKeyword": "Jordan",
"status": "success"
}

💼 Use Cases & Examples

1. Sneaker Price Monitoring

Resellers and shops tracking China-side prices for a roster of models.

Input: A list of sneaker keywords Output: Min / max / activity prices per product, per run Use: Schedule daily runs to catch price drops and promo campaigns before competitors do.

2. Resale Arbitrage Research

Arbitrage analysts comparing China prices against Western marketplaces.

Input: Keywords for high-demand models Output: Resale flag, prices and sold counts Use: Find spreads between Dewu (Poizon) and other resale platforms.

3. Brand Catalog Tracking

Brand-monitoring teams mapping a brand's footprint and pricing.

Input: Brand and model keywords Output: Brand, category, prices and demand per product Use: Build a longitudinal view of pricing and assortment over time.

4. Streetwear Market Research

Researchers sizing demand in streetwear and luxury categories.

Input: Category and collab keywords Output: Structured product rows with sold-count signals Use: Benchmark pricing and study what sells on China's top authenticated resale marketplace.

5. Dropshipping & Sourcing

Cross-border sellers discovering and pricing trending products.

Input: Product keywords Output: Prices, brands and sold counts Use: Inform sourcing and assortment decisions with real demand data.


🔗 Integration Examples

JavaScript/Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('sian.agency/dewu-poizon-product-scraper').call({
operation: 'keywordSearch',
keyword: 'Air Jordan 1'
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0]);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('sian.agency/dewu-poizon-product-scraper').call(
run_input={'operation': 'keywordSearch', 'keyword': 'Air Jordan 1'}
)
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

cURL

curl -X POST 'https://api.apify.com/v2/acts/sian.agency~dewu-poizon-product-scraper/runs?token=YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"operation":"keywordSearch","keyword":"Air Jordan 1"}'

Automation Workflows (N8N / Zapier / Make)

  1. Trigger: Schedule or webhook
  2. HTTP Request: Call the actor API
  3. Process: Handle the JSON product rows
  4. Action: Save, notify, or feed a pricing dashboard

📊 Performance & Pricing

FREE Tier (Try It Now)

  • Up to 5 keywords per run — full feature access, same quality
  • No credit card required
  • Perfect for testing and small watchlists
  • Unlimited keywords per run
  • Faster, no delays
  • Pay-per-result: you're only charged for the unique products returned

💰 Transparent pricing — duplicates and errors are never charged.

🔗 View current pricing


❓ Frequently Asked Questions

Q: How many keywords can I search per run? A: FREE tier: 5 keywords. PAID tier: unlimited.

Q: How many products do I get per keyword? A: The marketplace returns a relevance-ranked slice of roughly 20+ top products per keyword. Use maxResults to cap it.

Q: Are prices in CNY or fen? A: Both — normalized CNY fields (priceCny, minSalePriceCny…) plus the raw fen values if you need them.

Q: Can I search in Chinese? A: Yes — keywords work in English or Chinese (e.g. Nike or 耐克).

Q: What output formats are available? A: JSON, CSV and Excel — export directly from the Apify dataset.

Q: Is this legal? A: Yes — only publicly available marketplace data is extracted. See the legal section below.


🐛 Troubleshooting

No products returned for a keyword

  • Try a more common or broader term (brand or model name)
  • Check the keyword spelling; try the English brand name

A keyword shows a "please retry" message

  • The marketplace occasionally returns a temporary collection signal — the actor retries automatically; re-run if it persists

FREE tier only processed some of my keywords

  • FREE tier is capped at 5 keywords per run — upgrade for unlimited, or split your watchlist across runs

⚠️ Trademark Disclaimer

This is an independent tool and is not affiliated with, endorsed by, or sponsored by Dewu, Poizon (得物), or any of their parent or subsidiary companies. "Dewu", "Poizon" and all related names, marks, logos and brand names are trademarks of their respective owners and are used here for identification and descriptive purposes only. This actor accesses only publicly available marketplace data and does not use any official Dewu/Poizon API.


Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.


🤝 Support

Telegram Support

Join our active support community


Built by SIÁN Agency | More Tools