FirecrawlProvider
Category: Web
Source: firecrawl_provider.dart
Classes
FirecrawlSearchProvider
Constructor
dart
FirecrawlSearchProvider({
required this.apiKey,
this.baseUrl = 'https://api.firecrawl.dev',
this.timeoutSeconds = 15,
http.Client? client,
})Properties
| Property | Type | Description |
|---|---|---|
apiKey | String? | |
baseUrl | String | |
timeoutSeconds | int | |
name | String get | |
isConfigured | bool get | |
name | String get | |
isConfigured | bool get |
Methods
Future<WebSearchResponse> search(String query, {int maxResults = 5})
`static WebSearchResponse parseResponse(
Map<String, dynamic> json,
String query,
)`