docs/md_v2/apps/crawl4ai-assistant/README.md
Visual extraction tools for Crawl4AI - Click to extract data and content from any webpage!
chrome://extensions/crawl4ai-assistant folderIf you want proper icons:
icons/generate_icons.html in your browsericon-16.pngicon-48.pngicon-128.pngThe downloaded Python file contains:
# 1. The HTML snippet of your selected container
HTML_SNIPPET = """..."""
# 2. The extraction query based on your selections
EXTRACTION_QUERY = """..."""
# 3. Functions to generate and test the schema
async def generate_schema():
# Generates the extraction schema using LLM
async def test_extraction():
# Tests the schema on the actual website
To use it:
pip install crawl4aipython crawl4ai_schema_*.pygenerated_schema.json fileThis extension is part of the Crawl4AI project. Contributions are welcome!
Same as Crawl4AI - see main project for details.