- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google flights chart
- 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
- Async Tasks
createTask
Developing
POST
/api/v1/data-tasks/createTask
Last modified:2025-04-03 01:55:05
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string
required
input
object
required
url
string
required
Example
{
"actor": "data-tasks.shopee",
"input": {
"url": "https://shopee.tw/api/v4/pdp/get_pc?item_id=24803858474&shop_id=10228173&tz_offset_minutes=480&detail_level=0&"
}
}
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/data-tasks/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor": "data-tasks.shopee",
"input": {
"url": "https://shopee.tw/api/v4/pdp/get_pc?item_id=24803858474&shop_id=10228173&tz_offset_minutes=480&detail_level=0&"
}
}'
Responses
🟢200OK
application/json
Body
bff_meta
null
required
error
integer
required
error_msg
null
required
data
null
required
Examples
{
"bff_meta": null,
"error": 266900002,
"error_msg": null,
"data": null
}
Modified at 2025-04-03 01:55:05