Shopee Products Scraper avatar

Shopee Products Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Shopee Products Scraper

Shopee Products Scraper

E-commerce scraper for Shopee — export product data to JSON, CSV & Excel. Extract prices, sales & reviews from 8 marketplaces.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

devcake

devcake

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

6

Monthly active users

a day ago

Last modified

Categories

Share

🛒 Shopee Scraper - Extract Product & Seller Data from Southeast Asia's #1 E-commerce Platform


🔍 Looking for a Shopee crawler to extract product data, monitor competitor prices, and analyze sellers? This e-commerce scraper extracts 40+ data fields from 8 Southeast Asian and Latin American marketplaces — no coding required. Perfect for price monitoring, product research, and marketplace analytics.


📑 Table of Contents


🎯 What is Shopee Scraper?

Shopee Scraper is a powerful no-code data extraction tool that collects comprehensive product and seller information from Shopee — Southeast Asia's largest e-commerce platform with 52% market share and 10.9 billion orders in 2024.

✨ Key Features

  • 🌐 8 Shopee Markets — Mexico, Indonesia, Malaysia, Thailand, Singapore, Philippines, Vietnam, Brazil
  • 📊 40+ Data Fields — Product details, pricing, sales analytics, ratings, reviews, and more
  • 🏪 Seller Intelligence — Shop verification status, response rates, follower counts, contact verification
  • ⚡ Fast Parallel Processing — Optimized for speed with concurrent data fetching
  • 🛡️ Anti-Bot Protection — Built-in Camoufox browser technology bypasses basic protections
  • 💰 No Monthly Fee — Pay only for the data you extract (pay-per-result pricing)
  • 🔐 Cookie Authentication — Use your logged-in session for higher rate limits and better results

💼 Use Cases

WhoFor What
E-commerce SellersTrack competitor prices, analyze best-sellers, monitor market trends
DropshippersFind high-demand products with verified sellers and fast response times
Market ResearchersAnalyze pricing strategies and sales patterns across 8 countries
Brand ManagersMonitor official stores, detect counterfeits, track unauthorized sellers
Data AnalystsBuild pricing databases, sales dashboards, and trend reports
Affiliate MarketersIdentify top-performing shops with verified contact information

🌍 Supported Shopee Marketplaces

This scraper works across 8 Shopee domains:

CountryDomainCurrencyLanguage
🇲🇽 Mexicoshopee.com.mxMXNSpanish
🇮🇩 Indonesiashopee.co.idIDRIndonesian
🇲🇾 Malaysiashopee.com.myMYREnglish
🇹🇭 Thailandshopee.co.thTHBThai
🇸🇬 Singaporeshopee.sgSGDEnglish
🇵🇭 Philippinesshopee.phPHPEnglish
🇻🇳 Vietnamshopee.vnVNDVietnamese
🇧🇷 Brazilshopee.com.brBRLPortuguese

🚀 How to Use

Search for products by keyword:

{
"searchKeywords": ["wireless earbuds"],
"domain": "com.mx",
"maxItems": 100
}

📊 Sort Options

GoalConfiguration
💰 Cheapest first"sortBy": "price", "sortOrder": "asc"
💎 Most expensive first"sortBy": "price", "sortOrder": "desc"
🔥 Best selling"sortBy": "sales", "sortOrder": "desc"
🆕 Newest listings"sortBy": "ctime", "sortOrder": "desc"
🎯 Most relevant"sortBy": "relevancy", "sortOrder": "desc"

🔗 Scrape from Direct Search URLs

Use direct Shopee search URLs with filters, facets, and custom sorting:

{
"startUrls": [
"https://shopee.com.mx/search?filters=9&keyword=laptop&noCorrection=true&page=0",
"https://shopee.com.mx/search?facet=11058769&filters=9&keyword=laptop&noCorrection=true&page=0&sortBy=ctime"
],
"domain": "com.mx",
"maxItems": 60
}

URL Parameters Supported:

ParameterDescription
keywordSearch term
filtersFilter ID (e.g., 9 for a common filter)
facetCategory/facet ID for filtering
sortBySort method: ctime, sales, price, relevancy
noCorrectionDisable auto-correction
pagePage number (0-indexed)

💡 Tip: When startUrls are provided, the searchKeywords and sort options are ignored. The scraper will use the exact URLs you provide.

📝 Multiple Keywords

Search multiple terms in one run:

{
"searchKeywords": ["laptop gaming", "laptop office", "macbook"],
"domain": "co.id",
"maxItems": 200
}

🏪 Seller Intelligence & Shop Analytics (NEW!)

Get detailed insights about sellers with our Shop Enrichment feature. Understand seller credibility, performance metrics, and verification status to make informed business decisions.

Enable Shop Enrichment

{
"searchKeywords": ["wireless earbuds"],
"domain": "com.mx",
"maxItems": 100,
"enrichWithShopInfo": true,
"maxShopsToEnrich": 50
}

📊 What Seller Data You Get

Data PointDescriptionBusiness Value
Follower CountShop's total followersGauge seller popularity & trust
Rating StarAverage shop rating (0-5)Assess seller quality
Item CountProducts listed by sellerUnderstand shop size
Response Rate% of customer inquiries answeredEvaluate customer service
Response TimeAverage reply time in secondsCheck seller responsiveness
Phone VerifiedPhone number confirmedSeller legitimacy indicator
Email VerifiedEmail address confirmedAccount authenticity
Shopee VerifiedOfficial verification badgePlatform-trusted seller
Official ShopBrand/official store statusAuthorized retailer check
Preferred SellerTop performer badgeHigh-volume trusted seller
Chat StatusChat enabled/disabledCustomer communication availability

💡 Why Seller Intelligence Matters

Use CaseBenefit
Supplier VettingVerify seller credibility before partnering
Competitor AnalysisBenchmark against top-rated competitors
Risk AssessmentIdentify unverified or low-response sellers
Quality ScoringRank products by seller trustworthiness
Dropshipping ResearchFind reliable suppliers with fast response times

🔐 Cookies (REQUIRED)

⚠️ IMPORTANT: Authentication cookies are REQUIRED for this scraper to work. Without valid cookies from a logged-in Shopee session, the scraper will not be able to extract data due to Shopee's anti-bot protection.

Using cookies from your logged-in Shopee session is mandatory and ensures reliable data extraction with higher rate limits.


📥 How to Get Cookies with EditThisCookie

Step 1: Install EditThisCookie Extension

  1. Go to Chrome Web Store
  2. Click "Add to Chrome"
  3. Confirm by clicking "Add extension"

Step 2: Log In to Your Target Shopee Domain

Visit the Shopee domain you want to scrape and log in:

⚠️ IMPORTANT: Complete any CAPTCHA verification if prompted during login.


Step 3: Export Cookies with EditThisCookie

  1. Click the 🍪 EditThisCookie icon in your Chrome toolbar
  2. Click the Export button
  3. Cookies are automatically copied to your clipboard

EditThisCookie Export


Step 4: Paste Into Scraper Configuration

  1. In your Apify actor input, find the Cookies field
  2. Paste the JSON array you copied
  3. Verify the domain in cookies matches your target domain

📦 Product Data Output

Each scraped product returns 40+ structured data fields including product details and optional seller analytics:

{
"id": 123456789,
"shopId": 987654321,
"name": "Wireless Bluetooth Earbuds Pro with Noise Cancellation",
"price": 299.00,
"priceMin": 249.00,
"priceMax": 349.00,
"originalPrice": 499.00,
"discount": "40%",
"rawDiscount": 40,
"currency": "MXN",
"stock": 500,
"sold": 15420,
"historicalSold": 89500,
"rating": 4.8,
"reviewCount": 3256,
"viewCount": 125000,
"likeCount": 8900,
"shopName": "TechStore Official",
"shopLocation": "Ciudad de Mexico",
"isOfficialShop": true,
"isPreferredSeller": true,
"isMallProduct": true,
"fulfillmentType": "Fulfilled by Shopee",
"freeShipping": true,
"voucherAvailable": true,
"isAd": false,
"categoryId": 100630,
"imageUrl": "https://cf.shopee.com.mx/file/...",
"images": ["https://cf.shopee.com.mx/file/..."],
"productUrl": "https://shopee.com.mx/product-i.987654321.123456789",
"ratingDistribution": {
"star5": 2800,
"star4": 300,
"star3": 100,
"star2": 30,
"star1": 26
},
"shopFollowerCount": 15500,
"shopRatingStar": 4.9,
"shopItemCount": 245,
"shopResponseRate": 95,
"shopResponseTime": 3600,
"shopIsVerified": true,
"shopIsOfficial": true,
"shopIsPreferred": true,
"shopPhoneVerified": true,
"shopEmailVerified": true,
"shopChatDisabled": false,
"scrapedAt": "2026-03-01T10:30:00.000Z"
}

⚙️ Input Parameters

ParameterTypeDefaultDescription
searchKeywordsarray["camiseta"]Product search terms
domainstringcom.mxShopee marketplace domain
maxItemsinteger60Maximum products to scrape (1-1000)
sortBystringrelevancySort method: relevancy, price, sales, ctime
sortOrderstringdescSort direction: asc or desc
startUrlsarray[]Direct Shopee search URLs with filters/facets
cookiesarray[]Authentication cookies for logged-in access
enrichWithShopInfobooleanfalseEnable seller intelligence - fetch detailed shop data
maxShopsToEnrichinteger50Maximum unique shops to enrich (when enabled)