Taobao Product Detail Scraper avatar

Taobao Product Detail Scraper

Pricing

$1.50 / 1,000 product scrapeds

Go to Apify Store
Taobao Product Detail Scraper

Taobao Product Detail Scraper

Turn any Taobao or Tmall link into a complete product record: title, price and promotion, buyer-rating split with a sample review, full image set, coupon link and seller record. Paste up to 500 links per run. No account, no login.

Pricing

$1.50 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Get the full record behind any Taobao or Tmall product. Paste product links or bare item IDs and each one comes back complete: title, price and promotion, buyer-rating aggregates with a sample review, the seller record with its service scores, images, coupon link and category path. No account and no login are needed, and reads are direct and fast — no browser, nothing signed in.

What you can do with it

  • Build a product database. Turn a list of links into a structured catalog with prices, ratings and seller records attached.
  • Monitor prices and promos. Re-run the same links on a schedule and watch prices and promotions change.
  • Quality-check before sourcing. Buyer-rating aggregates plus a real sample review reveal what buyers think before you commit.
  • Audit sellers at a glance. Every record carries the seller's scores, assortment size and years open, so candidates sort themselves.
  • Feed a store or spreadsheet. Every field is a plain column — export to Excel, Google Sheets, CSV or JSON in one click.

What you get

One row per product. Abridged real example:

{
"itemId": "730344766230",
"title": "百億 農夫山泉純淨水...",
"url": "https://world.taobao.com/item/730344766230.htm",
"price": 49.9,
"promoPrice": null,
"currency": "CNY",
"location": "上海",
"categoryPath": ["阿裏B2C商城", "進口食品館", "進口飲料", "礦泉水/純淨水"],
"isTmall": false,
"freeShipping": false,
"couponUrl": "https://s.click.taobao.com/t?e=…",
"ratingGoodPercent": 100,
"reviewCountHint": "200+",
"sampleReview": { "score": 5, "content": "農夫山泉已收到日期新鮮,包裝很好", "date": "2026.09.07 06:31", "buyer": "***", "variant": "商品規格:純淨水550ml*24瓶【12瓶*2箱】" },
"imageUrl": "https://img.alicdn.com/imgextra/i3/393647717/O1CN01MpNlgy26sRW0tsXf1_!!393647717.jpg",
"shopId": "63978904",
"shopName": "優送網",
"shopUrl": "https://world.taobao.com/dianpu/63978904.htm",
"shopServiceScores": { "物流服務": 4.9, "服務": 4.9, "商品描述": 4.9 },
"shopProductCount": 616,
"shopOpenSince": "2010-12-16 18:29:42",
"scrapedAt": "2026-09-21T00:00:00.000Z"
}

Input reference

FieldTypeDefaultWhat it does
productUrlslist of text(example links)Product links (world.taobao.com, item.taobao.com, detail.tmall.com) or bare numeric item IDs. Up to 500 per run.
maxConcurrencynumber5How many products to read at the same time (1–10).

Output fields

FieldTypeDescription
itemIdtextThe product's identifier on the site.
titletextProduct title.
urltextDirect link to the product.
pricenumberCurrent selling price, in yuan.
promoPricenumberDiscounted price while it differs from the selling price; empty otherwise.
priceVaries, onPromotrue/falseWhether the price spans a range, and whether a distinct promo price is active.
currencytextAlways CNY.
locationtextWhere the product ships from, as the site prints it.
categoryId, categoryPathtext / listThe site's own category trail for this product.
isTmalltrue/falseWhether this is a brand flagship / marketplace listing.
freeShippingtrue/falseWhether the product ships free.
couponUrltextThe coupon link the site publishes for this product, when there is one.
ratingGoodPercent, ratingNeutralPercent, ratingBadPercentnumberBuyer-rating split, exactly as the site publishes it.
reviewCountHinttextThe review volume band the site publishes (for example 200+).
sampleReviewobjectOne published buyer review: score, text, date, masked buyer, purchased variant and photo.
imageUrl, imagestext / listMain picture and the full image set.
shopId, shopName, shopUrltextThe seller behind the product and its link.
shopServiceScoresobjectThe seller's service scores by name, as the site publishes them.
shopProductCount, shopNewProductCountnumberThe seller's assortment size and recent arrivals, when published.
shopOpenSincetextWhen the seller opened, as the site prints it.
sellerIdtextThe seller's identifier on the site.
scrapedAttextWhen the row was collected.

Pricing

You pay per product returned — nothing else, and nothing for a link that points to a removed or unreadable item.

What you pay forPrice
Each complete product record$1.50 per 1,000

Worked example. A catalog of 400 products costs $0.60. A daily price check on 200 products costs $0.30 per run.

Limits & what this actor cannot do

  • Removed, expired or otherwise unreadable items return no row and cost nothing. They are listed in the run summary so you can tell them apart from successful reads.
  • Prices, promos, ratings and seller scores are a snapshot at the moment of collection and keep changing afterwards.
  • Per-product sales totals, option matrices and stock figures are not published on this surface. They come back empty rather than estimated — only what the site prints is returned.
  • Review volumes arrive as the site's own rounded bands (for example 200+), and one sample review is included per product rather than the full history.
  • Speed depends on the size of the job and on the source site's own response times; no fixed throughput is promised.
  • The source site's terms govern automated access. You are responsible for using the data lawfully and in line with those terms, and for handling any personal data in line with applicable privacy law.

FAQ

Do I need a Taobao account? No. Nothing is signed in to and nothing is bought.

Which links work? Any world.taobao.com/item/, item.taobao.com/item.htm or detail.tmall.com/item.htm product link — or just the numeric item ID on its own.

What happens with a dead link? It returns no row, costs nothing, and is named in the run summary under failures so you can clean your list.

Can I schedule price checks? Yes. Save your links as a task and run it on any schedule Apify supports, then compare prices and promos over time.

Why is there only one sample review? Because the product surface publishes rating aggregates plus one featured review. It is returned whole — score, text, date, variant and photo — but it is a sample, not the full review history.