This actor is under maintenance and it may unreliable.

Mass Shopee Product Crawler
Mass Shopee products crawling. Enter URLs having the following formats: https://<shopee-domain>/product/<shopid>/<itemid> or https://<shopee-domain>/<product-name>-i.<shopid>.<itemid> Examples: https://shopee.vn/product/159804633/4638129333 or https://shopee.vn/kinh-mat-V-i.34266970.4949864081
Crawlee & Puppeteer & Chrome template
Example of a Puppeteer and headless Chrome web scraper. Headless browsers render JavaScript and are harder to block, but they're slower than plain HTTP.
Getting Started
Install Apify CLI
Using Homebrew
brew install apify/tap/apify-cli
Using NPM
npm -g install apify-cli
Create a new Actor using this template
apify create my-javascript-actor -t project_puppeteer_crawler_js
Run the Actor locally
cd my-javascript-actor apify run
Deploy on Apify
Log in to Apify
You will need to provide your Apify API Token to complete this action.
apify login
Deploy your Actor
This command will deploy and build the Actor on the Apify Platform. You can find your newly created Actor under Actors -> My Actors.
apify push
Documentation reference
To learn more about Apify and Actors, take a look at the following resources:
- 22 users
- 383 runs
- Modified 14 days ago