NAME
www-crawl4ai-test-url - run the full WWW::Crawl4AI strategy chain against one URL
VERSION
version 0.001
SYNOPSIS
www-crawl4ai-test-url https://example.com
www-crawl4ai-test-url --cloakbrowser-url http://localhost:9222 --json https://example.com
DESCRIPTION
Runs the full WWW::Crawl4AI strategy chain against a single URL and prints the winning backend plus the complete attempt history, so you can see exactly where a site started cooperating (or why it never did). With --json it dumps the WWW::Crawl4AI::Result — attempts included — as JSON. Exit code: 0 on success, 2 if every strategy failed.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-crawl4ai/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.