Skip to content

A command line tool for scraping data from places.je.

License

Notifications You must be signed in to change notification settings

glitchjsy/places-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

places-cli

A command line tool for scraping data from Places.je.

Commands

  • fetch-listings <type> <output> [--format] [--page-size] - Fetches all property listings
    • <type> Must be rent for lettings and buy for sales
    • <output> Specify the output file
    • --format <json|csv> Specify the format to output the data in (default: json)
    • --page-size <number> Specify the amount of listings per page (default: 200)
  • fetch-sold <output> [--format] [--page-size] - Fetches all sold property
    • <output> Specify the output file
    • --format <json|csv> Specify the format to output the data in (default: json)
    • --page-size <number> Specify the amount of listings per page (default: 200)
  • fetch-agencies <output> [--format] - Fetches all estate agent information
    • <output> Specify the output file
    • --format <json|csv> Specify the format to output the data in (default: json)