Shopee Api Scraper
14 days trial then $50.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsShopee Api Scraper
14 days trial then $50.00/month - No credit card required now
Query Shopee's unofficial API for product searches by keyword, category, or shop. Access detailed information including prices, orders, stock levels, and ratings. Also retrieve related entities like the category tree, shop listings, and keyword suggestions.
You can access the Shopee Api Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "requests": [
3 {
4 "url": "https://shopee.com.my/api/v4/search/search_items?keyword=hawaii%20shirt%20men"
5 }
6 ],
7 "proxy": {
8 "useApifyProxy": true,
9 "apifyProxyCountry": "MY",
10 "apifyProxyGroups": [
11 "RESIDENTIAL"
12 ]
13 }
14}' |
15apify call marc_plouhinec/shopee-api-scraper --silent --output-dataset
Shopee Api Scraper API through CLI
The Apify CLI is the official tool that allows you to use Shopee Api Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
27 monthly users
-
10 stars
90% runs succeeded
Created in Jan 2024
Modified 6 months ago