A command line tool for scraping data from Places.je.
fetch-listings <type> <output> [--format] [--page-size]
- Fetches all property listings<type>
Must berent
for lettings andbuy
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
)