How It Works
- Describe what you want in plain language, with or without a starting URL
- The agent reads your prompt, breaks it into steps, and navigates the site
- Data is extracted into your schema and delivered to your destination

Writing good prompts
Good prompts are specific and sequential: tell the agent where to go, what to interact with, what to extract, and how far to continue. The examples below show the pattern.Example Prompts
E-commerce product catalog
Procurement portal behind login
Financial document extraction
Job board with detail pages
Variables
Use@variableName to reference reusable values in your prompt. Variables are replaced at runtime.
- Type
@in the prompt editor to see available variables - Secret variables are encrypted and never sent to LLMs
- Store entire prompts as variables to reuse them across workflows
Using in Code
Pass your prompt viauserPrompt: