Compatible with Python, Node.js, Go, and any language that supports HTTP requests. We handle the rotation, headers, and retries.
import requests
response = requests.post(
"https://api.proxyflow.net/v1/request",
headers={"Authorization": "Bearer YOUR_KEY"},
json={
"url": "https://example.com",
"method": "GET",
"render_js": true
}
)
print(response.json())