firecrawl icon indicating copy to clipboard operation
firecrawl copied to clipboard

Python SDK cannot work with local install

Open mattjoyce opened this issue 1 year ago • 2 comments

The Python SDK cannot work with local installs because the API URL hostname is hard coded to : https://api.firecrawl.dev.

mattjoyce avatar May 20 '24 07:05 mattjoyce

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.

mattjoyce avatar May 20 '24 07:05 mattjoyce

https://github.com/mendableai/firecrawl/pull/166

mattjoyce avatar May 20 '24 08:05 mattjoyce

Just merged! Thank you Matt!

nickscamara avatar May 20 '24 16:05 nickscamara