Read pages and capture screenshots
Use fetch first for lightweight page extraction, switch to render for client-side pages, and request screenshots when visual evidence matters.
This deployment hosts a quick entry for the installed AnyCrawler Codex skills: webpage reading, markdown extraction, screenshots, and public search.
$env:ANYCRAWLER_API_KEY = "sk-your-key"
python skills/anycrawler-read/scripts/anycrawler_crawl_api.py page --url https://example.com
python skills/anycrawler-search/scripts/anycrawler_search_api.py page --query "site reliability engineering"
Use fetch first for lightweight page extraction, switch to render for client-side pages, and request screenshots when visual evidence matters.
Discover current sources before reading specific pages. The skill supports locale hints, pagination, and result count controls.