- 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
getTaskResult
Developing
GET
/api/v1/data-tasks/getTaskResult/{{taskId}}
Last modified:2025-04-01 12:05:17
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
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 -g --request GET 'https://api.scrapeless.com/api/v1/data-tasks/getTaskResult/'
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-01 12:05:17