Shopee Product Detail avatar

Shopee Product Detail

Pricing

from $5.00 / 1,000 product detail scrapeds

Go to Apify Store
Shopee Product Detail

Shopee Product Detail

Give it Shopee product URLs, get full product detail back: name, description, price, variants/SKUs, full image gallery, seller info, reviews, ratings. Supports Brazil, Indonesia, Thailand, Malaysia, Singapore, Philippines, Vietnam, Mexico.

Pricing

from $5.00 / 1,000 product detail scrapeds

Rating

5.0

(3)

Developer

Gio

Gio

Maintained by Community

Actor stats

1

Bookmarked

15

Total users

11

Monthly active users

3 days ago

Last modified

Share

Shopee Product Detail - Scrape Products by URL

Give it Shopee product URLs, get back the full product detail page (PDP) data for each one: name, description, price, variants/SKUs, full image gallery, seller info, ratings, reviews. Supports Brazil, Indonesia, Thailand, Malaysia, Singapore, Philippines, Vietnam and Mexico.

No login, no cookies, no setup. Works out of the box on a paid Apify plan.

Why a dedicated PDP actor?

The companion Shopee Scraper is built for discovery (keyword / category / shop searches that return many products with light card-level fields). This actor is built for detail (you already know which products you want; you need the rich PDP fields: description, variants, full image gallery, seller profile, reviews).

If you paste a product URL into the discovery actor, it falls back to a keyword search and returns related items. This actor does what you actually want with a product URL: one URL in, one product detail record out.

⚠️ Free vs. paid Apify plans

This actor relies on a premium unblocking backend that the actor author pays for. Free Apify accounts cannot pull live Shopee data.

  • Free plan: returns a clearly-labelled MOCK sample (every record has _mock: true and a _notice field) so you can inspect the exact output shape before committing.
  • Paid plan: real, live Shopee data.

Upgrade at https://apify.com/pricing and re-run.

Input

FieldTypeDescription
productUrlsArray (required)List of Shopee product URLs. Accepts both formats.
countryStringBR, SG, MY, TH, ID, MX, PH, VN. Auto-detected from URLs.
includeReviewsBooleanWhen ON, also fetches up to 6 most-recent reviews per product. Default false.
debugBooleanVerbose logs.

Supported URL formats

Both of these point at the same product and both work:

https://shopee.com.br/-i.1337417367.23493715512 ← canonical
https://shopee.com.br/product/1337417367/23493715512 ← newer / app-share format
https://shopee.com.br/any-slug-here-i.1337417367.23493715512 ← slug variant

Output

One record per URL:

{
"itemId": 23493715512,
"shopId": 1337417367,
"name": "Sample Product Name",
"description": "Full product description as listed on Shopee...",
"brand": "BrandName",
"categoryPath": ["Clothing", "Men", "Shoes"],
"attributes": [
{ "name": "Material", "value": "Cotton" },
{ "name": "Color", "value": "Black" }
],
"price": 79.90,
"priceMin": null,
"priceMax": null,
"originalPrice": 209.90,
"discountPercent": 62,
"isOnSale": true,
"currency": "BRL",
"stock": 124,
"rating": 4.87,
"ratingCounts": [3, 5, 12, 88, 412],
"reviewCount": 520,
"historicalSold": 18430,
"favorites": 9120,
"shopName": "Official Store BR",
"shopRating": 4.92,
"shopFollowerCount": 184000,
"shopResponseRate": 0.98,
"shopResponseTime": "within hours",
"shopLocation": "São Paulo",
"modelsCount": 4,
"models": [
{ "name": "Black / M", "price": 79.90, "stock": 40, "imageUrl": "https://cf.shopee.com.br/file/..." },
{ "name": "Black / L", "price": 79.90, "stock": 35, "imageUrl": "https://cf.shopee.com.br/file/..." },
{ "name": "White / M", "price": 79.90, "stock": 25, "imageUrl": "https://cf.shopee.com.br/file/..." },
{ "name": "White / L", "price": 79.90, "stock": 24, "imageUrl": "https://cf.shopee.com.br/file/..." }
],
"imagesCount": 8,
"images": ["https://cf.shopee.com.br/file/...", "..."],
"videoUrl": "https://cvf.shopee.com.br/file/...",
"recentReviews": [
{ "rating": 5, "author": "a***a", "date": "2026-04-15", "comment": "Adorei!", "images": [] }
],
"url": "https://shopee.com.br/-i.1337417367.23493715512"
}

On a free plan, every record additionally carries _mock: true and an _notice upgrade message.

Field notes

  • price: current sale price.
  • originalPrice: listed price before discount. null when not on sale.
  • discountPercent: integer percent off as reported by Shopee, with a computed fallback. null when not on sale.
  • isOnSale: boolean. true only when originalPrice > price.
  • priceMin / priceMax: only set when the listing has a price range across variants; otherwise null.
  • stock: total available stock across all models when the API exposes it.
  • models[]: each variant/SKU with its own price, stock and (when available) image.
  • images[]: full gallery, not just the thumbnail. Usually 4–10 images.
  • videoUrl: first promotional video URL when the listing has one.
  • recentReviews: only populated when includeReviews=true. Up to 6 most-recent reviews.
  • historicalSold: total all-time sold count when Shopee exposes it (typically an integer, sometimes redacted to null for datacenter IPs).
  • shopRating, shopFollowerCount, shopResponseRate, shopResponseTime: seller profile signals.

Pricing

This actor is billed per dataset item returned. One URL processed successfully = one billed record. URLs that fail to scrape (404, removed listing, captcha) emit an error record and are not billed as a product.

How fast?

Each product takes roughly 8–15 seconds (one PDP navigation + payload capture). 100 URLs ≈ 15–20 minutes. Reviews add ~1 second per product when includeReviews=true.

Companion actor

Need to find products by keyword, category or shop instead of scraping a known URL? Use Shopee Scraper.

Limitations

  • Shopee may rate-limit aggressive runs. The actor retries the backend connection up to 3 times before failing.
  • Some seller fields (shopResponseRate, shopResponseTime) are null when Shopee doesn't expose them for that shop.
  • historicalSold may be null for datacenter traffic. This is inherent to Shopee redaction, not a bug.

Support

If you hit an issue, open an issue on the Apify Store. Include the input URL, the run ID and the error message.

If this actor helped you, please leave a review on the Apify Store. 🙏