Roborabbit uses AI to find the data you need for your business in just a few clicks
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}`
}
})
Learn how to use both simple and advanced Roborabbit features by following along our step by step videos