
Crawl Modes
- Scrape (single page)
- Crawl (full site)
Extracts content from one specific URL. Use for standalone pages such as a FAQ, a pricing page, or a specific blog post.Faster — result available in seconds.
Indexing a Website
Configure limits (Crawl only)
Set the maximum number of pages (
limit) and the maximum navigation depth (max_depth).Configuration Parameters
| Parameter | Mode | Description |
|---|---|---|
url | Both | Entry URL for the crawl |
crawl_type | Both | scrape or crawl |
limit | Crawl | Maximum number of pages to process |
max_depth | Crawl | Maximum link depth to follow from the root |
The
crawl mode follows only internal links from the same domain. External links are not crawled, preserving the scope of the indexed content.Crawl Job Status
| Status | Description |
|---|---|
started | Job started, awaiting response from Firecrawl |
crawling | Actively traversing pages |
processing_embeddings | Generating vectors for extracted chunks |
completed | Indexing completed successfully |
failed | Error during crawling or processing |
pages crawled / total pages.
Viewing Indexed Pages
After completion, each crawled page appears as an individual item in the list. For each page you see:- URL and title
- Preview of extracted content
- Number of chunks generated
- Quality score (when available)
- Indexing date