Add Bazoš.cz scraper + project docs #7
Reference in New Issue
Block a user
Delete Branch "feature/bazos-scraper"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
scrape_bazos.py— new scraper for reality.bazos.cz (HTML parsing with regex, pagination, GPS from detail pages)merge_and_map.py(deduplication),scrape_and_map.py(purple markers), andrun_all.sh(pipeline step 6/7)CLAUDE.mdproject documentation for automatic context in new sessionsFilters applied
Test plan
python3 scrape_bazos.py --max-pages 1 --max-properties 5— listings parsed, details fetched, GPS resolvedpython3 scrape_bazos.py --max-pages 3 --max-properties 15— pagination works (60 unique from 3 pages)python3 merge_and_map.py— Bazoš listings merged, map generated🤖 Generated with Claude Code