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.
It seems like code is using a default payload with limit as 30 and offset as 0. I want to send a different payload with limit as 30 and offset as 30. API: https://shopee.sg/api/v4/shop/rcmd_items PAYLOAD SAMPLE: {"bundle":"shop_page_category_tab_main","shop_id":15235546,"limit":30,"offset":30,"upstream":"","sort_type":1,"user_behaviour":{"user_behaviour_list":[]}}
Hello,
Did you try this kind of URL?
https://shopee.sg/api/v4/shop/rcmd_items?shop_id=15235546&limit=30&offset=30
Check the doc: https://apify.com/marc_plouhinec/shopee-api-scraper#shop-products I convert URL parameters into POST request body automatically.
Does it solve your problem?
Best Regards,
Marc Plouhinec
That solved my issue.
Thank you.
Great! By the way, if you have quick questions you can also reach me on Whatsapp (+86 135 8870 8497), Discord (marcplouhinec) or WeChat (marcbusyhome).
Actor Metrics
31 monthly users
-
10 stars
90% runs succeeded
Created in Jan 2024
Modified 6 months ago