Dispatch a SmartBrowse run
SmartBrowse
Dispatch run
Returns immediately with a run_id. Poll GET /v1/smartbrowse/runs/{id}
for progress and final result.
Cost: 2 credits per page extracted (initial load + each pagination hop). Charged on completion only. Failed and cancelled runs cost 0.
POST
Dispatch a SmartBrowse run
Dispatch a SmartBrowse recipe run. Comes back right away with a
Poll
For recipe authoring, drift score interpretation, and scheduling, see the SmartBrowse feature page.
run_id; poll GET /v1/smartbrowse/runs/{id} for progress and the final result.
Recipes are authored visually in the dashboard studio — click, type, and paginate against a real page. The API only dispatches and polls.
Cost: 2 credits per page extracted (initial load + each pagination hop). Billed on completion. Cancelled or timed-out runs cost 0.
Example
Example response (queued)
Example response (queued)
GET /v1/smartbrowse/runs/{id} until data.run_status is completed or failed.Tips
- We require 2 credits (one page’s worth) up front. If you can’t cover it, dispatch fails with
error.code: insufficient_credits. - Actual cost is 2 credits per page extracted, charged on completion. Failed runs cost 0.
- Pair with the Schedules dashboard for cron-driven runs that fire webhooks on completion.
Each run has a hard 15-minute timeout. For very long crawls, split the work into multiple recipes you dispatch in parallel rather than one giant recipe.
Authorizations
Path Parameters
Opaque recipe ID (~11 base62 chars).
Example:
"m3Yc2tFvN8q"