YeeKal

Crawl4ai

YeeKal โ€ข โ€ข
"#"

Features

  1. extract data from web pages
from crawl4ai import WebCrawler

# Create an instance of WebCrawler
crawler = WebCrawler()

# Warm up the crawler (load necessary models)
crawler.warmup()

# Run the crawler on a URL
result = crawler.run(url="https://openai.com/api/pricing/")

# Print the extracted content
print(result.markdown)
  1. data structuring using llm