Support for "Firecrawl Simple" as a data source #17625
zolgear
started this conversation in
Suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I'm trying to crawl intranet websites using Dify + Firecrawl in a self-hosted setup. However, due to issues on both the Dify and Firecrawl sides (e.g., no way to adjust timeouts), crawling is effectively not working.
In contrast, a fork called [Firecrawl Simple](https://github.com/devflowinc/firecrawl-simple) performs fast and reliably, even in self-hosted environments.
Currently, Firecrawl Simple cannot be used out-of-the-box with Dify, because the
FirecrawlAuth
class does not support some required JSON parameters when adding a provider. Code changes are needed to make it work.dify/api/services/auth/firecrawl/firecrawl.py
Lines 20 to 28 in 5a6219c
Would there be interest in supporting Firecrawl Simple for self-hosted use?
2. Additional context or comments
No response
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions