Shopee Api Scraper avatar
Shopee Api Scraper
Under maintenance
Try for free

14 days trial then $50.00/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Shopee Api Scraper

Shopee Api Scraper

marc_plouhinec/shopee-api-scraper
Try for free

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.

API requests

requestsarrayRequired

One or more URLs of the Shopee APIs to invoke. Look at the README document for detailed explanations and examples.

Proxy configuration

proxyobjectRequired

Select proxies to be used to scrape data. Use RESIDENTIAL proxies in the same country as your target.

Enrich URLs

enrichUrlQuerybooleanOptional

Automatically generate missing URL parameters. For example add result limits and session IDs.

Default value of this property is true

Generate referrers

generateReferrerbooleanOptional

Automatically generate the referrer HTTP header before sending API requests, to make them look more "authentic".

Default value of this property is true

Verbose logs

verboseLogsbooleanOptional

Enable this option to activate detailed logging within the scraper's operation. This feature is particularly useful for troubleshooting errors.

Default value of this property is true

Minimum concurrency

minConcurrencyintegerOptional

Minimum concurrency (parallelism) for the crawl.

Default value of this property is 1

Maximum concurrency

maxConcurrencyintegerOptional

Maximum concurrency (parallelism) for the crawl.

Default value of this property is 1

Maximum requests per crawl

maxRequestsPerCrawlintegerOptional

Maximum number of requests that the crawler will execute. The crawl will stop when this limit is reached.

Default value of this property is 999999999

Abort after too many consecutive blockages

maxConsecutiveBlockagesInTotalintegerOptional

Stop scraping when too many requests get blocked consecutively. This can happen with poor quality proxies or if this scraper is not compatible anymore with an upgraded anti-bot technology.

Default value of this property is 200

Security SDK Load Timeout

securitySdkLoadTimeoutMsintegerOptional

Sets the maximum time, in milliseconds, to wait for the Security SDK report from Shopee's anti-bot measures during website load.

Default value of this property is 20000

Max Page Reloads Per Proxy

maxPageReloadsPerProxyintegerOptional

Defines the limit for reloading a page using the same proxy when faced with blockages. Exceeding this limit triggers the use of a new proxy for the next attempt.

Default value of this property is 2

Website load failure screenshot

websiteLoadFailureScreenshotbooleanOptional

Enables capturing and saving a screenshot in the key-value store if the website fails to load, aiding in troubleshooting issues.

Default value of this property is false

Page size (product search)

productSearch_enrichUrlQuery_pageSizeintegerOptional

Maximum number of results per request to crawl when searching products.

Default value of this property is 60

Crawl next pages (product search)

productSearch_crawlNextPagesbooleanOptional

Automatically crawl next pages when scraping search results.

Default value of this property is false

Maximum number of pages (product search)

productSearch_crawlNextPages_maxPagesintegerOptional

Maximum number of pages to crawl when searching products.

Default value of this property is 50

Maximum number of results (product search)

productSearch_crawlNextPages_maxResultsintegerOptional

Maximum number of results to crawl when searching products.

Default value of this property is 3000

Minimum sales threshold for page crawling (product search)

productSearch_crawlNextPages_minSalesintegerOptional

Minimum sales threshold to halt automatic page navigation in shop product listings. Crawling stops when a product with sales equal to or less than this value appears, assuming products are sorted by sales in descending order. Useful for scraping all selling products of a shop or a category and avoiding scraping products with no sales.

Crawl product details (product search)

productSearch_crawlProductDetailsbooleanOptional

Automatically crawl product details from the search results.

Default value of this property is false

Crawl product ratings (product detail)

productDetail_crawlProductRatingsarrayOptional

Automatically crawl product ratings after querying a product detail. Also indicate what filter to apply. If multiple filters are provided, requests for each filter are executed.

Page size (product ratings)

productRatings_enrichUrlQuery_pageSizeintegerOptional

Maximum number of results per request when crawling product ratings.

Default value of this property is 6

Crawl next pages (product ratings)

productRatings_crawlNextPagesbooleanOptional

Automatically crawl next pages when scraping product ratings.

Default value of this property is false

Maximum number of pages (product ratings)

productRatings_crawlNextPages_maxPagesintegerOptional

Maximum number of pages to crawl when visiting product ratings.

Default value of this property is 500

Maximum number of results (product ratings)

productRatings_crawlNextPages_maxResultsintegerOptional

Maximum number of results to crawl when visiting product ratings.

Default value of this property is 3000

Automatically fix the error 10002 (product ratings)

productRatings_autofixError10002booleanOptional

Sometimes the product ratings API returns the error 10002. Enabling this option allows this scraper to fix this issue by splitting problematic requests into multiple smaller ones.

Default value of this property is true

Page size (shop search)

shopSearch_enrichUrlQuery_pageSizeintegerOptional

Maximum number of results per request to crawl when searching shops.

Default value of this property is 6

Crawl next pages (shop search)

shopSearch_crawlNextPagesbooleanOptional

Automatically crawl next pages when scraping search results.

Default value of this property is false

Maximum number of pages (shop search)

shopSearch_crawlNextPages_maxPagesintegerOptional

Maximum number of pages to crawl when searching shops.

Default value of this property is 500

Maximum number of results (shop search)

shopSearch_crawlNextPages_maxResultsintegerOptional

Maximum number of results to crawl when searching shops.

Default value of this property is 3000

Crawl shop details (shop search)

shopSearch_crawlShopDetailsbooleanOptional

Automatically crawl shop details from the search results.

Default value of this property is false

Crawl shop products (shop detail)

shopDetail_crawlShopProductsbooleanOptional

Automatically crawl products after querying a shop detail.

Default value of this property is false

Page size (shop products)

shopProducts_enrichUrlQuery_pageSizeintegerOptional

Maximum number of results per request when crawling shop products.

Default value of this property is 30

Crawl next pages (shop products)

shopProducts_crawlNextPagesbooleanOptional

Automatically crawl next pages when scraping shop products.

Default value of this property is false

Maximum number of pages (shop products)

shopProducts_crawlNextPages_maxPagesintegerOptional

Maximum number of pages to crawl when visiting shop products.

Default value of this property is 100

Maximum number of results (shop products)

shopProducts_crawlNextPages_maxResultsintegerOptional

Maximum number of results to crawl when visiting shop products.

Default value of this property is 3000

Minimum sales threshold for page crawling (shop products)

shopProducts_crawlNextPages_minSalesintegerOptional

Minimum sales threshold to halt automatic page navigation in shop product listings. Crawling stops when a product with sales equal to or less than this value appears, assuming products are sorted by sales in descending order. Useful for scraping all selling products of a shop and avoiding scraping products with no sales.

Crawl product details (shop products)

shopProducts_crawlProductDetailsbooleanOptional

Automatically crawl product details from the shop products listing.

Default value of this property is false

Page size (keyword suggestions)

keywordSuggestions_enrichUrlQuery_pageSizeintegerOptional

Maximum number of results per request when crawling keyword suggestions.

Default value of this property is 8

Crawl next pages (keyword suggestions)

keywordSuggestions_crawlNextPagesbooleanOptional

Automatically crawl next pages when scraping keyword suggestions.

Default value of this property is false

Maximum number of pages (keyword suggestions)

keywordSuggestions_crawlNextPages_maxPagesintegerOptional

Maximum number of pages to crawl when visiting keyword suggestions.

Default value of this property is 55

Maximum number of results (keyword suggestions)

keywordSuggestions_crawlNextPages_maxResultsintegerOptional

Maximum number of results to crawl when visiting keyword suggestions.

Default value of this property is 440

Developer
Maintained by Community
Actor metrics
  • 75 monthly users
  • 4 stars
  • 99.6% runs succeeded
  • 5.4 hours response time
  • Created in Jan 2024
  • Modified 17 days ago
Categories