Is your feature request related to a problem? Please describe.
In #2859 we added the initial Firecrawl crawler integration, which enables crawling known URLs. However, for many use cases we need to start from a user search query rather than a predefined URL list.
Describe the solution you'd like
Add a component that supports WebSearch queries in the Firecrawl integration. Users should be able to provide search phrases, and the component should return search results as documents.
Describe alternatives you've considered
User can already use websearch functionality using SearchApiWebSearch or SerperDevWebSearch components.
Is your feature request related to a problem? Please describe.
In #2859 we added the initial Firecrawl crawler integration, which enables crawling known URLs. However, for many use cases we need to start from a user search query rather than a predefined URL list.
Describe the solution you'd like
Add a component that supports WebSearch queries in the Firecrawl integration. Users should be able to provide search phrases, and the component should return search results as documents.
Describe alternatives you've considered
User can already use websearch functionality using
SearchApiWebSearchorSerperDevWebSearchcomponents.