http12Hướng dẫn sử dụng
Câu hỏi thường gặphttp12
Hướng dẫn sử dụnghttp12

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 10 month ago
Introduction http12
Trang web này sử dụng cookie để cải thiện trải nghiệm người dùng. Để tìm hiểu thêm về chính sách cookie của chúng tôi hoặc rút khỏi chính sách đó, vui lòng kiểm tra Chính sách bảo mậtChính sách cookie.
http12
chat