Prerequisites
- Django 4+ project
- A Firecrawl API key — get one free
Install the SDK
Create views
Add search, scrape, and interact views to your Django app. Inviews.py:
Wire up URLs
Inurls.py:
Test it
Management command
Use Firecrawl in a Django management command for scripts and data pipelines. Createmanagement/commands/scrape.py:
Next steps
Scrape docs
All scrape options including formats, actions, and proxies
Search docs
Search the web and get full page content
Interact docs
Click, fill forms, and extract dynamic content
Python SDK reference
Full SDK reference with crawl, map, async, and more

