- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google search
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
Shopee Live
POST
/api/v1/scraper/request
Last modified:2024-11-26 09:13:30
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.live",
"url": "https://live.shopee.co.th/api/v1/session/{sessionId}"
}
}
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' \
--data-raw '{
"actor": "scraper.shopee",
"input": {
"action": "shopee.live",
"url": "https://live.shopee.co.th/api/v1/session/{sessionId}"
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"count": 1739079,
"data": {
"err_code": 0,
"err_msg": "สำเร็จ",
"data": {
"play_urls": [
""
],
"session": {
"session_id": 0,
"uid": 0,
"username": "",
"room_id": 0,
"shop_id": 0,
"avatar": "",
"nickname": "",
"title": "",
"cover_pic": "",
"description": "",
"status": 1,
"member_cnt": 716,
"like_cnt": 324,
"start_time": 1730616184446,
"end_time": 0,
"max_member_cnt": 11,
"push_url": "",
"play_url": "",
"chatroom_id": "-",
"is_terminate": false,
"items_cnt": 200,
"create_time": 1730602409105,
"device_id": "",
"flag": 38986,
"subtitle": "",
"is_dynamic_play_url": true,
"support_atc_shortcut": false,
"origin_title": "",
"viewer_count": 1,
"live_type": 0,
"has_draw": false,
"is_test": false,
"is_low_quality_cover": false,
"is_boost_views": false,
"share_cnt": 2,
"is_seller": false
}
}
}
}
🟢201Task In Progress
🟠400Bad Request
Modified at 2024-11-26 09:13:30