
Shopee Api Scraper
Under maintenance
Pricing
$50.00/month + usage

Shopee Api Scraper
Under maintenance
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.
0.0 (0)
Pricing
$50.00/month + usage
13
Total users
553
Monthly users
42
Runs succeeded
76%
Issues response
6.2 days
Last modified
a year ago
How to send a customised payload while requesting shop items API?( request type - "POST")
Closed
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":[]}}

Marc Plouhinec (marc_plouhinec)
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
resolute_vacuum
That solved my issue.
Thank you.

Marc Plouhinec (marc_plouhinec)
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).