rent-scraper
v1.0.32
Published
Scrape data from rental listings from the command line
Readme
rent-scraper
CLI entry point. Wires together config setup, region ID generation, and scraping into a single command.
Usage
# Run (production build)
pnpm run rent-scraper
# Run (dev, no build)
pnpm run rent-scraper:dev
# Or via npx (no install required)
npx rent-scraperWhat It Does
- Checks for an existing config file — runs the
create-configwizard if none is found - Validates the config and generates Zillow region IDs for any zip codes that don't have them yet
- Starts the scrape via
@rent-scraper/scrape-listings
See the root README for full CLI flags and config options.
