- 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
Web Unlocker
POST
/api/v1/unlocker/request
Last modified:2024-12-03 04:05:55
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
type
string
required
redirect
boolean
required
method
string
required
request_id
string
required
extractor
string
required
proxy
object
optional
country
string
required
Example
{
"actor": "unlocker.webunlocker",
"input": {
"url": "https://httpbin.io/get",
"proxy_country": "US",
"type": "",
"redirect": false,
"method": "GET",
"request_id": "",
"extractor": ""
}
}
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/unlocker/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor": "unlocker.webunlocker",
"input": {
"url": "https://httpbin.io/get",
"proxy_country": "US",
"type": "",
"redirect": false,
"method": "GET",
"request_id": "",
"extractor": ""
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-03 04:05:55