Skip to main content

Recipe

This recipe shows how to crawl websites and extract content as markdown using Crawl4AI with Intuned’s browser infrastructure.

Project structure

Setup

pyproject.toml

hooks/setup_context.py

Store the CDP URL so Crawl4AI can connect to Intuned’s browser:

utils/config.py

Create the browser configuration for Crawl4AI using the CDP URL:

Crawl a single page

Crawl a single page and extract its content as markdown:

Cookbook

Complete Crawl4AI example in the Intuned Cookbook