Currently our three interfaces
1.
curl --location 'https://scraper.bestproxy.com/v1/task' \
--header 'Authorization: XXXXX' \
--header 'Content-Type: application/json' \
--data '{
"geo": "AE",
"locale": "af-ZA",
"js_render": true,
"format": ["html", "png"],
"context": {
"url": "https://www.youtube.com",
"screenshot_type": 1
},
"source": "uni-scraper"
}'
Return example:
{
"created_at": "2025-07-21 05:31:01",
"id": "s_1753075861716_534791",
"request": {
"callback": "",
"context": {
"screenshot_type": 1,
"url": "https://www.youtube.com"
},
"format": [
"html",
"png"
],
"geo": "AE",
"js_render": true,
"locale": "af-ZA",
"source": "uni-scraper"
},
"source": "uni-scraper",
"status": "pending"
}
2.
curl --location 'https://scraper.aproxy.com/v1/queries/s_1750993815034_084341' \ --header 'Authorization: XXXXXX'
Return example:
{
"created_at": "2025-06-27 03:10:15",
"id": "s_1750993815034_084341",
"request": {
"callback": "",
"context": {
"url": "https://www.baidu.com/"
},
"format": [
"png"
],
"geo": "US",
"js_render": false,
"locale": "en-US",
"source": "uni-scraper"
},
"results": [
{
"format": "html",
"url": [
]
}
],
"source": "uni-scraper",
"status": "done"
}
3.
curl --location 'https://scraper.911proxy.com/v1/queries/s_1750906517193_592853/results/1/content?format=json' \
--header 'Authorization: XXXXXX'