Shopee Shop Ratings Scraper avatar

Shopee Shop Ratings Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Shopee Shop Ratings Scraper

Shopee Shop Ratings Scraper

Scrape reviews, star ratings, and detailed store performance metrics from any Shopee shop without login.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Willy Lengkong

Willy Lengkong

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Shopee Shop Reviews & Ratings Scraper

Extract verified reviews, star ratings, and comprehensive shop performance metrics from any Shopee store across Southeast Asia (Indonesia, Singapore, Malaysia, Philippines, Thailand, Vietnam, Taiwan, Brazil) without login or browser overhead.

Features

  • Store-Level Rating Breakdown: Captures overall star rating, counts of positive (rating_good), neutral (rating_normal), and negative (rating_bad) reviews, response rate, follower count, total items, and official shop badges.
  • Granular Review Records: Stable review identifier (cmtid), star score, buyer comments, seller replies, timestamps, buyer photos (converted to high-resolution CDN URLs), and variation purchased.
  • Per-Aspect Sub-Scores: Detailed ratings for Product Quality, Seller Service, and Delivery Service.
  • Star Rating Bucket Sweep: Filter or sweep specific star ratings (1, 2, 3, 4, 5).
  • Flexible Filters: Filter by written text only (onlyWithText) or media only (onlyWithMedia).
  • HTTP-Only & Lightweight: Fast execution using TLS impersonation (curl_cffi) with zero headless browser overhead.

Input Parameters

FieldTypeDefaultDescription
startUrlsArray["https://shopee.co.id/unileverindonesia"]List of Shopee shop URLs or usernames.
maxReviewsPerShopInteger100Maximum number of reviews to extract per shop.
starRatingsArray["5", "4", "3", "2", "1"]Which star rating buckets to sweep.
onlyWithTextBooleanfalseOnly keep reviews with written text.
onlyWithMediaBooleanfalseOnly keep reviews with photos or videos.
includeShopSummaryBooleantrueInclude a store-level rating summary row.
requestDelayMsInteger350Request delay in milliseconds.
proxyConfigurationObject{ "useApifyProxy": false }Apify Residential proxy configuration.

Sample Output

Shop Summary Row (type: "shop")

{
"type": "shop",
"charged": false,
"shop_id": 14318452,
"shop_name": "Unilever Indonesia Official Shop",
"rating_star": 4.88,
"rating_good": 29378952,
"rating_normal": 331177,
"rating_bad": 112293,
"rating_total": 29822422,
"follower_count": 8945200,
"item_count": 485,
"response_rate": 98,
"is_official_shop": true,
"url": "https://shopee.co.id/shop/14318452"
}

Review Row (type: "review")

{
"type": "review",
"charged": true,
"cmtid": 1058291485,
"shop_id": 14318452,
"rating_star": 5,
"comment": "Barang original, pengemasan sangat rapi dan pengiriman super cepat!",
"has_comment": true,
"author_username": "b*****y",
"author_masked": true,
"product_name": "Vaseline Lip Care Rosy Tinted",
"detailed_rating": {
"product_quality": 5,
"seller_service": 5,
"delivery_service": 5
},
"images": [
"https://down-id.img.susercontent.com/file/id-11134103-7r98r-lksdj291"
],
"review_date": "2026-09-20T08:15:30+00:00"
}