Open Taimin opened 1 day ago
UP! same here, but iam using the cloud api, I have the files locally, dont want to upload them publicly, want to send file from local to firecrawl server from my laptop
You can do this by hosting the file locally, with python for example:
python3 -m http.server
After that, you can point your crawl at http://localhost:8000/<file path relative to the directory you started the server in>
UP! same here, but iam using the cloud api, I have the files locally, dont want to upload them publicly, want to send file from local to firecrawl server from my laptop
We do not support this.
@mogery yes I am aware of this, just wanted to find a trick helping me avoid uplading my private files publicly, at the same time using your cloud API
You can do this by hosting the file locally, with python for example:
python3 -m http.server
After that, you can point your crawl at
http://localhost:8000/<file path relative to the directory you started the server in>
Thanks, this is super helpful, with NGROk could expose my file publicly but for limited time until it get parsed not very bad solution
Describe the Issue I have already downloaded multiple html files. When I try to use a local firecrawl to transform these files into markdown, I got an empty dictionary in 'data'.
To Reproduce
Expected Behavior The whole html file should be converted to a markdown file.
Screenshots The data is empty.