FirecrawlProvider
Category: Web
Source: firecrawl_provider.dart
Classes
FirecrawlSearchProvider
Constructor
dart
FirecrawlSearchProvider({
required super.apiKey,
this.baseUrl = 'https://api.firecrawl.dev',
super.timeoutSeconds,
super.client,
})Properties
| Property | Type | Description |
|---|---|---|
baseUrl | String | |
name | String get | |
apiLabel | String get | |
notConfiguredMessage | String get | |
name | String get | |
apiLabel | String get | |
notConfiguredMessage | String get |
Methods
HttpSearchRequest buildRequest(String query, int maxResults)
`WebSearchResponse parseResponseBody(
Map<String, dynamic> json,
String query,
)`
`static WebSearchResponse parseResponse(
Map<String, dynamic> json,
String query,
)`