Skip to content

Test

Status: PASS (SDK import, 2026-06-30)

Commands run

bash
pip install firecrawl-py

Already installed. Then:

bash
pip show firecrawl-py
bash
python -c "from firecrawl import FirecrawlApp; print('firecrawl-py imported OK, class:', FirecrawlApp)"

Actual output

Name: firecrawl-py
Version: 4.30.2
firecrawl-py imported OK, class: <class 'firecrawl.client.Firecrawl'>

Note

Two UserWarnings about Field name "json" shadowing in BaseModel were emitted during import. These are benign and not errors. Live API calls require a FIRECRAWL_API_KEY environment variable. The SDK is a thin HTTP client; scraping runs on Firecrawl's cloud infrastructure.