Casper - Hello, do you know what is the scrape ...
Hello, do you know what is the scrape endpoint for open source local firecrawl?
6 Replies
Hi @Casper the endpoints will remain same, just that it will include the localhost - http://localhost:3002/v2/scrape
note: the port is configurable.
example:
I finally figured out the endpoint was /v1/scrape - this should be better documented for sure
Also an official docker image would be appreciated
v1 is legacy, we recommend using v2 endpoints.
i understand that but there is no offical docker image for v2 yet
would you consider adding that or instruction how to do that?
We can, we will update you if we add an official firecrawl image. For now, we prefer to use
docker-compose.yaml, which will support v2 endpoints as well - https://docs.firecrawl.dev/contributing/self-hostFirecrawl Docs
Self-hosting | Firecrawl
Learn how to self-host Firecrawl to run on your own and contribute to the project.
Thanks