5 Commits

Author SHA1 Message Date
Crawailer Developer
ad37776018 Update repository URLs to MCP organization
- Changed all repository references from github.com/anthropics/crawailer to git.supported.systems/MCP/crawailer
- Updated pyproject.toml URLs for PyPI package metadata
- Updated CHANGELOG.md commit history link
- Ready for PyPI publication with correct repository information
2025-09-18 14:51:10 -06:00
Crawailer Developer
d31395a166 Initial Crawailer implementation with comprehensive JavaScript API
- Complete browser automation with Playwright integration
- High-level API functions: get(), get_many(), discover()
- JavaScript execution support with script parameters
- Content extraction optimized for LLM workflows
- Comprehensive test suite with 18 test files (700+ scenarios)
- Local Caddy test server for reproducible testing
- Performance benchmarking vs Katana crawler
- Complete documentation including JavaScript API guide
- PyPI-ready packaging with professional metadata
- UNIX philosophy: do web scraping exceptionally well
2025-09-18 14:47:59 -06:00
Crawailer Developer
d35dcbb494 Complete Phase 3: High-level API JavaScript integration
- Enhanced get() function with script, script_before, script_after parameters
- Enhanced get_many() function with script parameter (str or List[str])
- Enhanced discover() function with script and content_script parameters
- Updated ContentExtractor to populate script fields from page_data
- Maintained 100% backward compatibility
- Added comprehensive parameter validation and error handling
- Implemented script parameter alias support (script -> script_before)
- Added smart script distribution for multi-URL operations
- Enabled two-stage JavaScript execution for discovery workflow

All API functions now support JavaScript execution while preserving
existing functionality. The enhancement provides intuitive, optional
JavaScript capabilities that integrate seamlessly with the browser
automation layer.
2025-09-14 21:47:56 -06:00
Crawailer Developer
e544086e6b Complete Phase 2: Browser JavaScript integration with script_before/script_after support 2025-09-14 21:37:13 -06:00
Crawailer Developer
7634f9fc32 Initial commit: JavaScript API enhancement preparation
- Comprehensive test suite (700+ lines) for JS execution in high-level API
- Test coverage analysis and validation infrastructure
- Enhancement proposal and implementation strategy
- Mock HTTP server with realistic JavaScript scenarios
- Parallel implementation strategy using expert agents and git worktrees

Ready for test-driven implementation of JavaScript enhancements.
2025-09-14 21:22:30 -06:00