Docs / Guide

Choose a Workflow

Start With Your Input

Use the smallest workflow that returns the result you need.

You haveYou needUse
One URLPage contentScrape
One site or sectionContent from linked pagesCrawl
A queryRelevant sources or source contentSearch
One siteURLs onlyMap
One fileDocument contentParse
URLs or supplied contentSpecific fieldsExtract
A supported catalog or data sourceNormalized recordsData API

Common Combinations

FlowUse it when
Map → ScrapeDiscover URLs, select them, then retrieve content.
Search → ScrapeDiscover external sources and collect selected pages.
Crawl → ExtractCollect a bounded site section, then shape fields.
Data API → ScrapeFind 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.