Weidian Scraper: 微店 Product & Shop Data avatar

Weidian Scraper: 微店 Product & Shop Data

Pricing

from $3.00 / 1,000 product records

Go to Apify Store
Weidian Scraper: 微店 Product & Shop Data

Weidian Scraper: 微店 Product & Shop Data

Scrape Weidian (微店) product listings and merchant shop data by item URL or shop URL. Get price, sales count, stock, images, SKU variants, and shop rating for cross-border sourcing and competitive intelligence.

Pricing

from $3.00 / 1,000 product records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

🛍️ Weidian Scraper: 微店 Product & Shop Data

Get Weidian product prices, stock, and shop trust data ready for your spreadsheet in seconds.
Turn any Weidian (微店) item or shop link into structured sourcing data: price, stock, sales count, images, SKU variants, and shop credit rating, no login or browser required.
🔗 No login, no browser
Reads any item or shop link straight from Weidian's own page, sub-second per request
🏪 Shop trust built in
Every shop link returns credit rating, repurchase rate, and followers alongside its products
🔁 Track only what's new
Recurring runs remember what you've already seen, so scheduled checks return just the changes
🧾 Full product record
Price, stock, sales count, images, and SKU variants in one row per item

Get structured product and shop data from 微店 (Weidian), one of China's largest social-commerce platforms for small independent merchant storefronts. Give this Actor a Weidian item link or shop link and it returns clean, structured rows: product name, price, stock, sales count, images, SKU variants, and shipping-fee text, plus shop-level credit rating, repurchase rate, follower count, and location. Built for cross-border sourcing agents, dropshipping catalog sync, and competitive shop monitoring, without opening a single page by hand. Runs on the Apify platform with scheduling, integrations (Make, Zapier, Google Sheets), and run monitoring built in.

🔍 What does Weidian Scraper do?

This Actor reads public Weidian item and shop pages directly and returns structured data in seconds.

Give it a Weidian item URL or numeric item ID and it returns the product name, price in CNY, stock level, sales count, sellable status, full image set, and per-SKU price and stock breakdown. Give it a shop URL or numeric shop ID and it returns the shop's name, seller nickname, credit tier, repurchase rate, follower count, and province and city, then attempts to enumerate the shop's product catalog so you get every listing in one run. Weidian has no public keyword-search page, so this Actor works from known item and shop links rather than open-ended search, the same reliable pattern used by this portfolio's other seller and marketplace Actors.

💡 Why use Weidian Scraper?

  • I am a dropshipping sourcing agent comparing Weidian supplier prices and stock levels across dozens of shops before I commit to a bulk order.
  • I am a cross-border sourcing manager vetting a new Weidian shop's credit rating and repurchase rate before I wire a deposit.
  • I am a competitive-intelligence analyst tracking a competitor's Weidian storefront for new listings and price changes on a schedule.
  • I am a catalog operations lead syncing my own resale catalog against a Weidian supplier's live stock and pricing so my listings never go stale.

🚀 How to use Weidian Scraper

STEP 1
Add item or shop links
Paste Weidian item or shop URLs, or just their numeric IDs.
STEP 2
Run the Actor
It reads each public page directly, no login or sign-in wall.
STEP 3
Export your results
Download one row per product or shop: price, stock, sales, and trust signals.

⚙️ Input

FieldTypeRequiredDescription
itemUrlsarray of stringsNoWeidian item URLs (weidian.com/item.html?itemID=...) or bare numeric item IDs. Use this or shopUrls, or both.
shopUrlsarray of stringsNoWeidian shop URLs (weidian.com/?userid=...) or bare numeric shop IDs.
fetchShopCatalogbooleanNoAttempt to enumerate each shop's product catalog. Falls back to shop profile only if a shop's catalog can't be read. Defaults to true.
proxyConfigurationobjectNoProxy routing settings. Defaults to Apify's standard proxy network.
includeSkuVariantsbooleanNoInclude the per-variant price and stock breakdown for each item. Defaults to true.
includeShopProfilebooleanNoPush a shop-profile row for each shop in shopUrls. Defaults to true.
enrichCatalogItemsbooleanNoFetch full item detail for every product found in a shop's catalog, not just the lightweight summary row. Defaults to true.
maxItemsintegerNoMaximum rows to collect before stopping. 0 for no limit. Defaults to 100.
maxCatalogPagesPerShopintegerNoMaximum catalog pages to fetch per shop. Defaults to 5.
sinceItemIdintegerNoSkip catalog items at or below this numeric item ID, for a one-off incremental pull. Defaults to 0 (include everything).
onlyNewItemsbooleanNoFor scheduled runs: only return catalog items not seen in a previous run. Ideal for price and stock monitoring. Defaults to false.
maxConcurrencyintegerNoMaximum parallel requests. Defaults to 5.

📦 Output

Download your results as a spreadsheet, a table, or structured data ready for your own systems. Each item is one row:

{
"recordType": "item",
"itemId": "8823014502",
"itemName": "Wireless Bluetooth Earbuds V5",
"priceYuan": 89,
"priceDisplayRaw": "89",
"soldText": "销量 320",
"soldCount": 320,
"stock": 540,
"isSellable": true,
"images": ["https://si.geilicdn.com/example-image-1_800_800.jpg"],
"skuVariants": [
{ "skuId": "100234567", "title": "Black", "priceYuan": 89, "stock": 210 },
{ "skuId": "100234568", "title": "White", "priceYuan": 89, "stock": 330 }
],
"deliveryFeeText": "Express from 8.0 yuan",
"shopId": "60218845",
"shopName": "Fujian Home Goods Co",
"shopUrl": "https://weidian.com/?userid=60218845",
"itemUrl": "https://weidian.com/item.html?itemID=8823014502",
"scrapedAt": "2026-07-19T13:03:06.275Z"
}

📊 Output data fields

FieldTypeDescription
recordTypestringitem, shop, or catalogItem.
itemId / shopIdstringWeidian's own numeric item or shop ID.
itemNamestringProduct name.
priceYuannumberPrice in CNY (yuan).
soldCountnumberBest-effort parsed sales count.
stocknumberUnits in stock.
isSellablebooleanWhether the item currently accepts orders.
imagesarray of stringsFull-resolution product image URLs.
skuVariantsarray of objectsPer-variant price and stock breakdown, when enabled.
deliveryFeeTextstringRaw shipping-fee text from the item page.
shopNamestringShop display name.
creditLevelnumberShop credit tier (shop-profile rows).
repurchaseRatePctnumberShop repurchase rate percentage (shop-profile rows).
followerCountnumberNumber of shop followers.
locationProvince / locationCitystringShop's registered province and city, as shown on the platform.
catalogFetchOkbooleanWhether the shop's catalog could be enumerated for this run.
catalogItemCountnumberNumber of catalog items found, when the catalog call succeeded.
itemUrl / shopUrlstringCanonical link back to the source page.
scrapedAtstringTimestamp when this row was collected.

💰 Pricing

This Actor uses pay-per-result pricing: you pay for the rows you actually get back, and nothing for an empty run. There are no subscriptions and no minimum spend. Use maxItems to control how many results a run returns.

⭐ Enjoying Weidian Scraper: 微店 Product & Shop Data?

⭐ ⭐ ⭐ ⭐ ⭐
Turning a Weidian link into sourcing-ready data before you commit to an order?
A 5-star rating takes 10 seconds and helps other sourcing agents and researchers find it. Your feedback also tells us what to build next.
★  Rate this Actor on Apify

✨ Tips

  • Paste a full item or shop URL, or just the numeric ID, both work the same way.
  • Turn on onlyNewItems for a shop you check on a schedule, so repeat runs only return items you haven't seen before.
  • Turn off enrichCatalogItems for a faster, lighter first pass across many shops, then re-run with it on for the shops worth a closer look.
  • Keep includeSkuVariants on when you need exact per-size or per-color stock, off when you just need headline pricing.
  • Combine shopUrls for discovery with a saved list of itemUrls for the specific products you re-check most often.

❓ FAQ, disclaimers, and support

Does this Weidian scraper get blocked?

No CAPTCHA, login wall, or bot-detection challenge stands between this Actor and Weidian's public item and shop pages. It reads each page the same way a browser does and runs reliably one link after another.

Does it extract private seller contact details?

No. Weidian itself masks each seller's WeChat handle on the page, and this Actor never attempts to unmask or reconstruct it. Only publicly shown shop data, name, credit rating, repurchase rate, and followers, is collected.

How fresh is the data?

Every run fetches the current item or shop page directly from Weidian at run time. There is no cached or stale data. For price and stock monitoring, schedule the Actor with onlyNewItems enabled to track changes over time.

Does it support keyword search across Weidian?

Not yet. Weidian has no public keyword-search page, so this Actor works from known item and shop links, the same reliable, low-block-risk pattern used across this portfolio's other marketplace Actors. Provide the specific items or shops you want to track.

Does it scrape a shop's entire product catalog?

For most shops, yes, it enumerates the full catalog automatically. A small number of shop layouts don't expose a readable catalog; for those, you still get the full shop profile, and you can add the specific item URLs you need directly for guaranteed full detail.

This Actor collects publicly available product and shop data. You are responsible for complying with Weidian's Terms of Service and applicable laws in your use of the data.

Found a bug or need a field added?

Open an issue on the Actor's Issues tab. Custom solutions are available on request.

🔗 Other actors