http12Panduan Pengguna
Pertanyaan Umumhttp12
Panduan Penggunahttp12

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
Situs web ini menggunakan cookie untuk meningkatkan pengalaman pengguna. Untuk mempelajari lebih lanjut tentang kebijakan cookie kami atau menarik diri dari kebijakan tersebut, silakan periksa Kebijakan Privasi Dan Kebijakan Cookie.
http12
chat