Use Cases
We provide the infrastructure and tooling so you can ship vertical solutions fast. We’ve seen it used for:- Enabling AI agents to operate enterprise tools. (eg: create purchase orders directly in systems without APIs)
- Real‑time monitoring and sync: watch consulting/job boards, procurement portals, or partner dashboards for new items and push them into your internal tools or CRM.
- Data aggregation for products and marketplaces: pull live availability, pricing, and metadata from airline, retail, property, or transit sites to power search, ranking, and comparison engines.
- Back‑office automation: download invoices and statements from vendor or banking portals, extract the data, and post it into accounting, BI, or reconciliation workflows.
- Workflow actions on third‑party sites: submit forms, upload documents, schedule appointments, or place orders as part of an automated process.
- Long‑tail integrations: connect to niche SaaS or client‑specific portals without building and maintaining one‑off scrapers.
Getting started
1
Create a task
Call the create task endpoint, or use the dashboard. You’ll need to provide:
- the task you want to perform
- the website to perform the task on
- the inputs to your task, for example authentication credentials, or how many paginated results to retrieve
- the output structure and the elements of data you wish to capture
2
Wait for the task to be ready
For the first time only, it may take a few minutes before your task is ready to run.
3
Run it
Call the run endpoint to run the task, or use the dashboard by navigating to the task and clicking the Run button.
You can call this endpoint repeatedly, including to poll for updated information, or to retrieve information for a different set of input parameters.