Browser Requests
Making web automation requests has never been so simple.
How It Works
Example Request
{
"url": "https://demo.gaffa.dev/simulate/table?loadTime=3&rowCount=20",
"proxy_location": null,
"async": false,
"max_cache_age": 0,
"settings": {
"record_request": false,
"max_media_bandwidth": null,
"actions": [
{
"type": "wait",
"selector": "table"
},
{
"type": "print",
"size": "A4",
"margin": 20,
"orientation": "portrait"
}
]
}
}Stealth
Learn More
Examples
API Endpoints
Last updated