http12User Guide
FAQhttp12
User Guidehttp12

API request construction

Currently we have three interfaces

1.

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" }' Return to 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 to 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": [ "https://scraper.aproxy.com/v1/queries/s_1750993815034_084341/results/1/content?format=html" ] } ], "source": "uni-scraper", "status": "done" }
 

3.

http12 Updated 1 year ago
Introduction http12
This website uses cookies to improve the user experience. To learn more about our cookie policy or withdraw from it, please check our Privacy Policy and Cookie Policy.
http12
Chat