Provides screenshot, HTML to PDF and content extraction APIs
Restpack offers APIs for capturing webpage screenshots, converting HTML to PDF, and generating browser mockups for developers and businesses.
import requests
url = "https://api.restpack.io/v2/screenshot"
headers = {"Content-Type": "application/json"}
payload = {
"url": "https://www.example.com",
"api_key": "YOUR_API_KEY"
}
response = requests.post(url, headers=headers, json=payload)
print(response.json())Last 50 checks (10 min intervals)