Shopee Scraper avatar

Shopee Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Shopee Scraper

Shopee Scraper

Scrape Shopee products quickly and reliably. Just provide a keyword and cookie, and this Actor will collect rich product

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Perayap

Perayap

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Shopee Scraper is an Apify Actor for collecting product data from Shopee search pages.

It is designed for users who need reliable Shopee product intelligence for research, price monitoring, trend tracking, and e-commerce analysis.

What this Actor does

  • Scrapes Shopee search results by keyword
  • Paginates automatically (page=0, page=1, page=2, ...)
  • Handles retries and session rotation when anti-bot behavior is detected
  • Deduplicates products by shopid:itemid
  • Saves structured output to the default Apify dataset

Current target marketplace: shopee.co.id

Why use this Actor

  • Fast setup: provide keyword + cookie and run
  • Structured output ready for exports (JSON/CSV/Excel/HTML via Apify)
  • Built for cloud runs with proxy support and anti-bot-aware retries

Input

Required fields

  • keyword (string): Search keyword on Shopee
  • cookie (string): Raw Shopee cookie string from your browser

Optional fields

  • limit (integer, default 1000): Maximum number of items to collect
  • proxy (object): Apify/custom proxy configuration

Recommended: use Residential Proxy to reduce anti-bot detection risk.

Example input

{
"keyword": "merries",
"limit": 200,
"cookie": "SPC_F=...; SPC_T_ID=...; ...",
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output fields

Each dataset item contains:

  • itemid
  • name
  • image
  • price
  • discount
  • shop_location
  • shop_name
  • shop_verified
  • url
  • rating
  • rating_count
  • sold
  • liked
  • estimated_delivery_time
  • shipping_info
  1. Open Shopee in your browser and log in.
  2. Open browser developer tools.
  3. Go to Application/Storage -> Cookies -> shopee.co.id.
  4. Copy cookies as a single raw cookie string (name=value; name2=value2; ...).
  5. Paste into the Actor cookie input field.

If scraping starts failing after some time, refresh your cookie and run again.

How to run

On Apify Console

  1. Open the Actor
  2. Click Try Actor
  3. Fill in input fields
  4. Click Start
  5. Download results from the dataset

Notes

  • Shopee anti-bot behavior can vary by region, IP quality, and cookie freshness.
  • Residential proxies generally improve stability.
  • This Actor only extracts publicly available listing data.

Use responsibly and comply with Shopee terms and applicable laws in your jurisdiction.