When to use the crawler vs a direct integration
What the crawler does
- Kicks off a crawl against the URL you provide.
- Follows links within the domain up to
page_limitpages (default 100, max 5000). - Extracts main content as Markdown, skipping navigation chrome and binary assets.
- Tracks a content hash per page — re-crawls only re-index pages whose content changed.
- Re-runs on a schedule you pick (
crawl_interval_hours, default 168 hours / 7 days). - Exposes every discovered page so you can exclude individual URLs, re-include ones you excluded, or force-resync one page.
Related Documentation
Connect a website
URL, limits, include/exclude paths, crawl interval.
Troubleshooting
Stuck crawls, locale scoping, pages not indexing.
Crawl API
Programmatic control of datasources, crawls, and pages.
Connect a knowledge source
Decision matrix for all sources.