curl --location '
https://scraper.aproxy.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" }' 返回样例: { "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" }
curl --location '
https://scraper.aproxy.com/v1/queries/s_1750993815034_084341' \ --header 'Authorization: XXXXXX' 返回样例: { "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": [ "
https://scraper.aproxy.com/v1/queries/s_1750993815034_084341/results/1/content?format=html" ] } ], "source": "uni-scraper", "status": "done" }