- User
- Scraping Browser
- Scraping API
- shopee
- br sites
- amazon
- google search
- google trends
- google flights
- google flights chart
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- Scraper RequestPOST
- Scraper GetResultGET
- Universal Scraping API
- Crawler
- Public
Shopee Rcmd
POST
/api/v1/scraper/request
Last modified:2024-11-26 09:13:33
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string
required
input
object
required
action
string
required
url
string
required
Example
{
"actor": "scraper.shopee",
"input": {
"action": "shopee.rcmd",
"url": "https://shopee.co.th/api/v4/shop/rcmd_items?bundle=shop_page_category_tab_main&item_card_use_scene=category_product_list_topsales&limit=30&offset=0&shop_id=1195212398&sort_type=13&upstream="
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"actor": "scraper.shopee",
"input": {
"action": "shopee.rcmd",
"url": "https://shopee.co.th/api/v4/shop/rcmd_items?bundle=shop_page_category_tab_main&item_card_use_scene=category_product_list_topsales&limit=30&offset=0&shop_id=1195212398&sort_type=13&upstream="
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{ "count": 10307333, "data": { "error": 0, "error_msg": "", "data": { "total": 211, "no_more": false, "items": [ { "itemid": 26511909812, "shopid": 1195212398, "name": "ไล่นกพิราบ ที่ไล่นก ก้อนไล่นก ยาไล่นก 40g กลิ่นขับไล่นก สารสกัดจากพืชปลอดภัย ไม่เป็นอันตราย ผลที่ยาวนาน", "label_ids": [ 844931086908638, 844931064601283, 822059879271430, 822120593886220, 700610210, 700610229 ], "image": "sg-11134201-7rdwi-m0e6d5yyh8sp59", "images": [ "sg-11134201-7rdwi-m0e6d5yyh8sp59", "sg-11134201-7rdxe-m0dwlnpug2b422", "sg-11134201-7rdwb-m0dwlwwl02bt29", "sg-11134201-7rdwe-m0dwlzlp665s98", "sg-11134201-7rdwt-m0dwm1v9ql1a13", "sg-11134201-7rdx5-m0dwm3tgvujpc2", "sg-11134201-7rdw4-m0dwm609ojne04", "sg-11134201-7rdwl-m0dwm8u3jitgbd", "sg-11134201-7rdyr-m0dwmavmjxhqa8" ], "currency": "THB", "stock": 202, "status": 1, "ctime": 1726816465, "sold": 140, "historical_sold": 221, "liked": false, "liked_count": 9, "catid": 100636, "brand": "", "cmt_count": 58, "flag": 196608, "cb_option": 0, "item_status": "normal", "price": 1900000, "price_min": 1900000, "price_max": 8900000, "price_min_before_discount": 19900000, "price_max_before_discount": 19900000, "price_before_discount": 19900000, "has_lowest_price_guarantee": false, "show_discount": 90, "raw_discount": 90, "discount": "90%", "video_info_list": [ { "video_id": "api/v4/11110106/mms/sg-11110106-6khxa-m0e6d9bnm0zo28.16000081726816471.mp4", "thumb_url": "sg-11110106-7rdyl-m0e6db68visncd", "duration": 18, "version": 2, "vid": "sg-11110106-6khxa-m0e6d9bnm0zo28", "formats": [ { "format": 1600008, "defn": "V720P", "profile": "MP4", "path": "api/v4/11110106/mms/sg-11110106-6khxa-m0e6d9bnm0zo28.16000081726816471.mp4", "url": "https://down-tx-sg.vod.susercontent.com/api/v4/11110106/mms/sg-11110106-6khxa-m0e6d9bnm0zo28.16000081726816471.mp4", "width": 720, "height": 960 } ], "default_format": { "format": 1600323, "defn": "V540P", "profile": "MP4", "path": "", "url": "https://mms.vod.susercontent.com/api/v4/11110106/mms/sg-11110106-6khxa-m0e6d9bnm0zo28.default.mp4", "width": 540, "height": 720 } } ], "tier_variations": [ { "name": "Color", "options": [ "1 piece green", "2 piece green", "Insect Repellent", "1 piece", "2 piece" ], "images": [ "sg-11134201-7rdw3-m0dvi9vhbsjyaf", "sg-11134201-7rdvn-m0dviaj2bvim9a", "sg-11134201-7rdy9-m0dvi9ipt22x8b", "sg-11134201-7rdvg-m0dvhqxr009x2a", "sg-11134201-7rdyu-m0dvi954ed1gf3" ], "type": 0 } ], "item_rating": { "ra
🟢201Task In Progress
🟠400Bad Request
Modified at 2024-11-26 09:13:33