Skip to main content
Ingest content from the web by providing specific URLs or crawling entire sites.

Single URL

Ingest a specific web page by providing its URL.

Crawling

Crawl a website to ingest multiple pages automatically. Agentset follows links from a starting URL and processes each page it discovers.

Basic crawl

Provide a starting URL to crawl a website.

Crawl options

Control how the crawler navigates your site with the options parameter.

Limiting depth and pages

Set maxDepth and limit to control the scope of your crawl.

Filtering paths

Use includePaths to crawl only specific sections, or excludePaths to skip certain areas.

Authenticated crawling

Pass custom headers to crawl pages that require authentication.

With metadata

Attach metadata to ingested pages for filtering during search.
URL ingestion and crawls are processed asynchronously. Learn how to check upload status.

Next steps