# kreuzcrawl v0.1.0-rc.7 - Table of Contents

High-performance web crawling engine

## Modules

- [Kreuzcrawl](Kreuzcrawl.md): High-level API for kreuzcrawl.
- [Kreuzcrawl.ActionResult](Kreuzcrawl.ActionResult.md): Result from a single page action execution.
- [Kreuzcrawl.ArticleMetadata](Kreuzcrawl.ArticleMetadata.md): Article metadata extracted from `article:*` Open Graph tags.
- [Kreuzcrawl.BatchCrawlResult](Kreuzcrawl.BatchCrawlResult.md): Result from a single URL in a batch crawl operation.
- [Kreuzcrawl.BatchScrapeResult](Kreuzcrawl.BatchScrapeResult.md): Result from a single URL in a batch scrape operation.
- [Kreuzcrawl.BrowserConfig](Kreuzcrawl.BrowserConfig.md): Browser fallback configuration.
- [Kreuzcrawl.CachedPage](Kreuzcrawl.CachedPage.md): Cached page data for HTTP response caching.
- [Kreuzcrawl.CitationResult](Kreuzcrawl.CitationResult.md): Result of citation conversion.
- [Kreuzcrawl.CookieInfo](Kreuzcrawl.CookieInfo.md): Information about an HTTP cookie received from a response.
- [Kreuzcrawl.CrawlConfig](Kreuzcrawl.CrawlConfig.md): Configuration for crawl, scrape, and map operations.
- [Kreuzcrawl.CrawlPageResult](Kreuzcrawl.CrawlPageResult.md): The result of crawling a single page during a crawl operation.
- [Kreuzcrawl.CrawlResult](Kreuzcrawl.CrawlResult.md): The result of a multi-page crawl operation.
- [Kreuzcrawl.DownloadedAsset](Kreuzcrawl.DownloadedAsset.md): A downloaded asset from a page.
- [Kreuzcrawl.DownloadedDocument](Kreuzcrawl.DownloadedDocument.md): A downloaded non-HTML document (PDF, DOCX, image, code file, etc.).
- [Kreuzcrawl.ExtractionMeta](Kreuzcrawl.ExtractionMeta.md): Metadata about an LLM extraction pass.
- [Kreuzcrawl.FaviconInfo](Kreuzcrawl.FaviconInfo.md): Information about a favicon or icon link.
- [Kreuzcrawl.FeedInfo](Kreuzcrawl.FeedInfo.md): Information about a feed link found on a page.
- [Kreuzcrawl.HeadingInfo](Kreuzcrawl.HeadingInfo.md): A heading element extracted from the page.
- [Kreuzcrawl.HreflangEntry](Kreuzcrawl.HreflangEntry.md): An hreflang alternate link entry.
- [Kreuzcrawl.ImageInfo](Kreuzcrawl.ImageInfo.md): Information about an image found on a page.
- [Kreuzcrawl.InteractionResult](Kreuzcrawl.InteractionResult.md): Result of executing a sequence of page interaction actions.
- [Kreuzcrawl.JsonLdEntry](Kreuzcrawl.JsonLdEntry.md): A JSON-LD structured data entry found on a page.
- [Kreuzcrawl.LinkInfo](Kreuzcrawl.LinkInfo.md): Information about a link found on a page.
- [Kreuzcrawl.MapResult](Kreuzcrawl.MapResult.md): The result of a map operation, containing discovered URLs.
- [Kreuzcrawl.MarkdownResult](Kreuzcrawl.MarkdownResult.md): Rich markdown conversion result from HTML processing.
- [Kreuzcrawl.PageMetadata](Kreuzcrawl.PageMetadata.md): Metadata extracted from an HTML page's `<meta>` tags and `<title>` element.
- [Kreuzcrawl.ProxyConfig](Kreuzcrawl.ProxyConfig.md): Proxy configuration for HTTP requests.
- [Kreuzcrawl.ResponseMeta](Kreuzcrawl.ResponseMeta.md): Response metadata extracted from HTTP headers.
- [Kreuzcrawl.ScrapeResult](Kreuzcrawl.ScrapeResult.md): The result of a single-page scrape operation.
- [Kreuzcrawl.SitemapUrl](Kreuzcrawl.SitemapUrl.md): A URL entry from a sitemap.

