Appearance
Test
Status: PASS (SDK import, 2026-06-30)
Commands run
bash
pip install firecrawl-pyAlready installed. Then:
bash
pip show firecrawl-pybash
python -c "from firecrawl import FirecrawlApp; print('firecrawl-py imported OK, class:', FirecrawlApp)"Actual output
Name: firecrawl-py
Version: 4.30.2firecrawl-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.