duckduckgo_search 0.2.0
duckduckgo_search: ^0.2.0 copied to clipboard
DuckDuckGo Search API for Dart
Changelog #
0.2.0 #
- Added news search support with filters:
- Added video search support with filters:
- Added image search support with filters for size, color, type, layout, and license
- Added sleep between requests to help prevent rate limiting
- Improved error handling:
- Better detection and reporting of rate limits (status codes 202, 301, 403, 400, 429, 418)
- Proper timeout error handling
- More descriptive error messages with URLs and status codes
- Added User-Agent header to better mimic browser requests
- Added pagination and caching to prevent duplicate results
- Added comprehensive test suites for news, video and image search
0.1.4 #
- Support both DuckDuckGo response formats for JSON extraction #6
0.1.3 #
- fix missing converter on properties
0.1.1 #
- Add model converters
- fix html to text conversion
0.1.0 #
- Initial version.
- Support for text search with multiple backends (JSON, HTML, Lite)
- Support for suggestions and answers