firecrawl
firecrawl copied to clipboard
Python SDK cannot work with local install
The Python SDK cannot work with local installs because the API URL hostname is hard coded to : https://api.firecrawl.dev.
I have added an optional parameter which defaults to https://api.firecrawl.dev/, but will will detect FIRECRAWL_API_URL and use that if present. Works for me.
https://github.com/mendableai/firecrawl/pull/166
Just merged! Thank you Matt!