Changelog

[1.2.0] - 2026-02-07

πŸ”„ Major Changes

  • Project Renamed β€” web-scraper β†’ playwright-scraper-skill
  • Updated all documentation and links
  • Updated GitHub repo name
  • Bilingual Documentation β€” All docs now in English (with Chinese README available)

[1.1.0] - 2026-02-07

βœ… Added

  • LICENSE β€” MIT License
  • CONTRIBUTING.md β€” Contribution guidelines
  • examples/README.md β€” Detailed usage examples
  • test.sh β€” Automated test script
  • README.md β€” Redesigned with badges

πŸ”§ Improvements

  • Clearer file structure
  • More detailed documentation
  • More practical examples

[1.0.0] - 2026-02-07

βœ… Initial Release

Tools Created:

  • βœ… playwright-simple.js β€” Fast simple scraper
  • βœ… playwright-stealth.js β€” Anti-bot protected version (primary) ⭐

Test Results:

  • βœ… Discuss.com.hk success (200 OK, 19.6s)
  • βœ… Example.com success (3.4s)
  • βœ… Auto fallback to deep-scraper’s Playwright

Documentation:

  • βœ… SKILL.md (full documentation)
  • βœ… README.md (quick reference)
  • βœ… Example scripts (discuss-hk.sh)
  • βœ… package.json

Key Findings:

  1. Playwright Stealth is the best solution (100% success on Discuss.com.hk)
  2. Don’t use Crawlee (easily detected)
  3. Chaser (Rust) doesn’t work currently (blocked by Cloudflare)
  4. Hiding navigator.webdriver is key

Future Plans

  • Add proxy IP rotation
  • CAPTCHA handling integration
  • Cookie management (maintain login state)
  • Batch scraping (parallel processing)
  • Integration with OpenClaw browser tool