Simple extraction (most common)
Get the page title.
Array extraction with count
Get the top 5 stories.
top 5, 3 methods, first ten). Over-extraction is truncated; under-extraction
triggers a retry with the stronger fallback model.
Navigation + extraction
Click into a category, then extract.
Form fill + submit
Submit a contact form.
input are matched against visible form labels + name
attributes. Missing fields are left blank rather than filled with
fabricated data.
Login + scrape
Log in, then extract from the post-login page.
profile + saveProfile fields so you can persist
the logged-in session and skip the login step on subsequent tasks.
See the session-profiles plan for status.
Search, click first result, extract
Search Wikipedia, extract from the result page.
Action-only (no data extraction)
Just submit a form; no response data needed.
output unset; you get back status: SUCCESS and no data.
CAPTCHA handling
CAPTCHAs are auto-solved when visible — reCAPTCHA v2 and Cloudflare Turnstile are supported via CapSolver. If a solve fails, the task returnsstatus: CAPTCHA_FAILED and your code can retry on a fresh
sandbox.

