Prerequisites#
- Django 4+ project
- A Firecrawl API key — get one free
Install the SDK#
Add your API key to your Django settings or environment:
Create views#
Add search, scrape, and interact views to your Django app. In views.py:
Wire up URLs#
In urls.py:
Test it#
Management command#
Use Firecrawl in a Django management command for scripts and data pipelines. Create management/commands/scrape.py:

