Browserbear helps you easily automate any browser task like testing websites, capturing data and more
Drag and drop to create powerful browser automations that can be scheduled or triggered by events
Use our REST API to trigger tasks to run in the cloud and receive data from completed tasks
var data = {
"text": "apple inc"
}
fetch(TASK_URL, {
method: 'POST',
body: JSON.stringify(data),
headers: {
'Content-Type' : 'application/json',
'Authorization' : `Bearer ${API_KEY}`
}
})
Start a free trial with 5 mins of cloud runtime, no credit card required