NAME

Net::Async::WebSearch::Provider::DuckDuckGo - DuckDuckGo HTML endpoint provider (keyless)

VERSION

version 0.002

SYNOPSIS

my $ddg = Net::Async::WebSearch::Provider::DuckDuckGo->new;

DESCRIPTION

Keyless provider backed by DuckDuckGo's non-JS HTML endpoint (https://html.duckduckgo.com/html/). Parses the result list out of the HTML with HTML::TreeBuilder. This is inherently fragile — DuckDuckGo can change the markup at any time — but works without an API key.

endpoint

Override the endpoint URL. Default https://html.duckduckgo.com/html/.

See "search" in Net::Async::WebSearch::Provider. Honours limit, language, region (mapped to kl), and safesearch (mapped to kp).

SEE ALSO

Net::Async::WebSearch, https://duckduckgo.com/

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-net-async-websearch/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de> https://raudss.us/

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.