This tool will harvest data from Northumberland County Council's online planning application database.
It uses the Weekly List search option to get all planning applications for a given week.
-
Clone the repo
git clone https://github.com/JamesTheHacker/northumberland-planning-application-scraper
-
Change into the application directory
cd northumberland-planning-application-scraper
-
Install the node dependencies
npm install
The application outputs csv to stdout. In order to save the results pipe the output into a file.
node scraper.js > data.csv
By default the application will get planning applications for the current week, but you can provide a custom date. Ensure the date is in D MM YYYY
format.
node scraper.js "19 May 2014" > data.csv