Choose a Workflow
Start With Your Input
Use the smallest workflow that returns the result you need.
Common Combinations
| Flow | Use it when |
|---|---|
Map → Scrape | Discover URLs, select them, then retrieve content. |
Search → Scrape | Discover external sources and collect selected pages. |
Crawl → Extract | Collect a bounded site section, then shape fields. |
Data API → Scrape | Find structured records, then enrich their source pages. |
Selection Rules
- Request only outputs you will use.
- Set page, depth, path, and result limits.
- Use asynchronous jobs for multi-page work.
- Use a Data API only when its source matches your task.
