planningalerts-scrapers / KingboroughCouncil

Kingborough Council Development Applications


Kingborough Council Scraper

  • Server - Unknown
  • Cookie tracking - No
  • Pagnation - No
  • Javascript - No
  • Clearly defined data within a row - Yes

Local Development

Prerequisites

  • Node 16 - BEWARE the old version, this is what's supported on morph.io. See nvm if you need to be able to switch between versions.
    • OPTIONAL: The ./devcontainer directory contains config for running a Node 16 Dev Container. See https://code.visualstudio.com/docs/devcontainers/containers
  • Visual Studio Code - Highly recommended as your editor for build in type checking.

Getting Started

In a terminal, run the following commands: npm install npm run dev This will run the scraper whenever you save a change to a file.

Edit the .ts files in the src directory to make changes. These are TypeScript files that are "compiled" to JavaScript files in the build directory.

Commiting

Ensure you have run npm run dev or npm run tsc before commiting and include the contents of ./build.

morph.io runs the built javascript, not typescript files.

Contributors 43South henare LoveMyData mlandauer jamezpolley markdon ianheggie-oaf benrfairless

Last run completed successfully .

Console output of last run

Injecting configuration and compiling... Injecting scraper and running... createQuery: CREATE TABLE IF NOT EXISTS data (council_reference TEXT PRIMARY KEY, address TEXT, description TEXT, info_url TEXT, comment_url TEXT, date_scraped TEXT, on_notice_from TEXT, on_notice_to TEXT, documents TEXT) (node:17) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. (Use `node --trace-warnings ...` to show where the warning was created) [ { council_reference: 'DA-2025-119', address: '1680, 1704, 1708 and 1712 Channel Highway, Margate, Tasmania', description: 'Change of use to restaurant (food services) and associated signage', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-15', on_notice_to: '2026-04-28', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2025-119-1680-1701-1708-and-1712-Channel-Highway-Margate.pdf"]' }, { council_reference: 'DA-2026-38', address: '11 Birch Street, Kingston, Tasmania', description: 'Shipping container', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-15', on_notice_to: '2026-04-28', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-38-11-Birch-Street-Kingston.pdf"]' }, { council_reference: 'DA-2024-259', address: '26 Clear Creek Road, Woodbridge, Tasmania', description: 'Alterations to bridge and associated works (landfill and vegetation removal) (retrospective)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-15', on_notice_to: '2026-04-28', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-259-00-26-Clear-Creek-Road-Woodbridge.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-259-01-Environmental-Values-Assessment.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-259-02-Engineering-Structural-Certificate.pdf"]' }, { council_reference: 'DA-2026-75', address: '40 Jacaranda Drive, Margate, Tasmania', description: 'Outbuilding (shed)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-11', on_notice_to: '2026-04-24', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-75-40-Jacaranda-Drive-Margate.pdf"]' }, { council_reference: 'DA-2026-14', address: '85 Woodbridge Hill Road, Woodbridge, Tasmania', description: 'Demolition, new dwelling, outbuilding and associated works', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-11', on_notice_to: '2026-04-24', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-14-00-85-Woodbridge-Hill-Road-Woodbridge.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-14-01-Bushfire-Hazard-Assessment.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-14-02-Geo-Environmental-Assessment-Report.pdf"]' }, { council_reference: 'DA-2025-82', address: '4101 Channel Highway, Flowerpot and adjacent Crown coastal reserve, Tasmania', description: 'Construction of jetty, boat shed and associated walkway', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-11', on_notice_to: '2026-04-24', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2025-82-00-4101-Channel-Highway-Flowerpot-and-adjacent-Crown-coastal-reserve-1.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2025-82-01-Cover-Letter.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2025-82-02-Coastal-Hazard-Report.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2025-82-03-Marine-Natural-Values-Assessment.pdf"]' }, { council_reference: 'DA-2026-53', address: '12 Waterworth Drive, Margate, Tasmania', description: 'Shed for Channel Marine', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-11', on_notice_to: '2026-04-24', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-53-00-12-Waterworth-Drive-Margate.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2026-53-01-Photographic-evidence-supporting-tree-locations.pdf"]' }, { council_reference: 'DA-2024-81', address: '213, 215 and 218 Talbots Road, Sandfly and adjoining Crown Reserve, Tasmania', description: 'Dwelling and associated works', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-11', on_notice_to: '2026-04-24', documents: '["https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-00-213-215-and-218-Talbots-Road-Sandfly-and-adjoining-Crown-Reserve.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-01-Envrionmental-Values-Report.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-02-Arboricultural-Impact-Assessment.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-03-Natural-Values-Assessment.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-04-Bushfire-Hazard-Assessment.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-05-Landslide-Risk-Assessment.pdf","https://assets.kingborough.tas.gov.au/uploads/2026/04/DA-2024-81-06-Geo-Environmental-Assessment.pdf"]' }, { council_reference: 'DA-2026-88', address: '5 Rada Road, Kettering, Tasmania', description: 'Outbuilding', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-04', on_notice_to: '2026-04-21', documents: '["https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-88-5-Rada-Road-Kettering.pdf"]' }, { council_reference: 'DA-2026-26', address: '231 Cripps Road, Woodbridge, Tasmania', description: 'Extension to dwelling, demolition of outbuilding and new outbuilding', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-04', on_notice_to: '2026-04-21', documents: '["https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-26-00-231-Cripps-Road-Woodbridge.pdf","https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-26-01-Bushfire-Hazard-Report.pdf","https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-26-02-Survey-of-BMZ-Areas.pdf","https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-26-03-Natural-Values-Report.pdf"]' }, { council_reference: 'DA-2026-99', address: "'Antarctic Division Headquarters', 203 Channel Highway, Kingston, Tasmania", description: 'Internal access way upgrade and culvert crossing of waterway', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-01', on_notice_to: '2026-04-17', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/04/DA-2026-99-00-Antarctic-Division-Headquarters-203-Channel-Highway-Kingston.pdf","https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-99-01-Arboricultural-Impact-Assessment-2.pdf","https://kingborough-tas-gov-au.assets.ionatahosting.net/uploads/2026/04/DA-2026-99-02-Application-Package.pdf"]' }, { council_reference: 'DAS-2025-23', address: '23 Cherrywood Road, Lower Snug and the adjacent Council road reserve (CT 47345/3), Tasmania', description: 'Subdivision creating two (2) lots', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-01', on_notice_to: '2026-04-17', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DAS-2025-23-00-23-Cherrywood-Road-Lower-Snug-and-the-adjacent-Council-road-reserve-CT-47345_3.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DAS-2025-23-01-Geotechnical-Report.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DAS-2025-23-02-Land-Surveyors-Cover-Letter.pdf"]' }, { council_reference: 'DA-2026-11', address: '35 Osborne Esplanade, Kingston Beach, Tasmania', description: 'Ancillary dwelling and outbuilding (garage)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-01', on_notice_to: '2026-04-17', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2026-11-35-Osborne-Esplanade-Kingston-Beach.pdf"]' }, { council_reference: 'DA-2026-1', address: '275 Redwood Road, Kingston, Tasmania', description: 'Outbuilding (garage)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-01', on_notice_to: '2026-04-17', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2026-1-00-275-Redwood-Road-Kingston.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2026-1-01-Tree-Protection-Plan.pdf"]' }, { council_reference: 'DA-2025-204', address: '61 Wingara Road, Howden, Tasmania', description: 'Outbuilding (garage with lean-to carport)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-01', on_notice_to: '2026-04-17', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-204-61-Wingara-Road-Howden.pdf"]' }, { council_reference: 'DA-2025-70', address: '40 Paraweena Road, Alonnah, Tasmania', description: 'Dwelling and two (2) visitor accommodations', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-04-01', on_notice_to: '2026-04-17', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-00-40-Paraweena-Road-Alonnah.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-01-Arboricultural-Impact-Assessment-and-Addendum.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-02-Natural-Values-Survey.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-03-Natural-Values-Letter.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-04-Visual-Impact-Study.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-05-Bushfire-Hazard-Assessment.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-06-Geo-Environmental-Assessment-and-Landslide-Risk-Assessment.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-70-07-Geo-Environmental-Report-house.pdf"]' }, { council_reference: 'DA-2026-19', address: '37 School Road, Alonnah, Tasmania', description: 'Ancillary dwelling', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-03-28', on_notice_to: '2026-04-15', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2026-19-00-37-School-Road-Alonnah_v2.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2026-19-01-Onsite-Wastewater-Assessment-System-Design.pdf"]' }, { council_reference: 'DA-2025-441', address: '48 McKenzies Road, Leslie Vale, Tasmania', description: 'Dwelling', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-03-28', on_notice_to: '2026-04-15', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-441-48-McKenzies-Road-Leslie-Vale_v2.pdf"]' }, { council_reference: 'DA-2025-439', address: '157 Matthew Flinders Drive, Alonnah, Tasmania', description: 'Ancillary dwelling, two (2) outbuildings and garden structure (retrospective)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-03-28', on_notice_to: '2026-04-15', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-439-00-157-Matthew-Flinders-Drive-Alonnah_v2-1.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-439-01-Natural-Values-Report.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-439-02-Environmental-Management-Plan.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-439-03-Bushfire-Hazard-Report.pdf"]' }, { council_reference: 'DA-2025-293', address: '4 Albert Road, Coningham, Tasmania', description: 'Extension and alteration to dwelling including retrospective deck, retaining walls and outbuildings (water tanks)', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-03-28', on_notice_to: '2026-04-15', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-293-00-4-Albert-Road-Coningham_v2.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-293-01-Bushfire-Hazard-Report-1.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-293-02-Site-and-Soil-Evaluation-Report-Onsite-Wastewater-Assessment-1.pdf"]' }, { council_reference: 'DA-2025-292', address: 'Unit 2/9 Heath Court, Kingston Beach, Tasmania', description: 'Extension and alterations to multiple dwelling', info_url: 'https://www.kingborough.tas.gov.au/development/planning-notices/', comment_url: 'mailto:kc@kingborough.tas.gov.au', date_scraped: '2026-04-15', on_notice_from: '2026-03-28', on_notice_to: '2026-04-15', documents: '["https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-292-00-Unit-2_9-Heath-Court-Kingston-Beach_v2.pdf","https://www.kingborough.tas.gov.au/wp-content/uploads/2026/03/DA-2025-292-01-Bushfire-Hazard-Assessment-Letter.pdf"]' } ] insertQuery: INSERT OR REPLACE INTO data (council_reference, address, description, info_url, comment_url, date_scraped, on_notice_from, on_notice_to, documents) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) Inserted/updated 21 records

Data

Downloaded 6286 times by openaustralia dcalde mlandauer LoveMyData jesse-a-reilly tkrikke repose-lecture markdon TheZepto jamezpolley Manasaanand MikeRalphson odnagroup henare duncanjohngillespie-droid dgillesp Jedwards157 mbantick BrendanHalley vnapitup

To download data sign in with GitHub

Download table (as CSV) Download SQLite database (652 KB) Use the API

rows 10 / 1498

id council_reference address description info_url comment_url date_scraped on_notice_from on_notice_to documents
54
DA-2020-300
27 Corlacus Drive, Kingston, Tasmania
Dwelling addition/ancillary dwelling
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
55
DA-2020-280
2 Henwood Drive, Kingston, Tasmania
Dwelling
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
56
DA-2020-291
52 Redwood Road, Kingston, Tasmania
Extension and alterations to dwelling and roofed deck
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
57
DA-2020-297
8 Turquoise Way, Kingston, Tasmania
Extension to dwelling (awning)
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
58
DA-2020-155
89 Tingira Road, Blackmans Bay, Tasmania
Dwelling and retaining wall
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
59
DA-2019-480
41 Roslyn Avenue, Kingston Beach, Tasmania
Demolition of existing building, new dwelling and ancillary
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
60
DA-2020-309
27 Rodway Court, Kingston, Tasmania
Dwelling
mailto:kc@kingborough.tas.gov.au
2020-07-28
2020-07-15
2020-07-28
110
DA-2020-305
15 Henwood Drive, Kingston, Tasmania
Dwelling
mailto:kc@kingborough.tas.gov.au
2020-07-31
2020-07-18
2020-07-31
111
DA-2020-67
149 Saddle Road, Kettering, Tasmania
Deck - Retrospective
mailto:kc@kingborough.tas.gov.au
2020-07-31
2020-07-18
2020-07-31
186
DA-2020-282
27 Churchill Road, Taroona, Tasmania
Dwelling
mailto:kc@kingborough.tas.gov.au
2020-08-04
2020-07-22
2020-08-04

Statistics

Average successful run time: half a minute

Total run time: about 20 hours

Total cpu time used: 24 minutes

Total disk space used: 950 KB

History

  • Auto ran revision dca7f15c and completed successfully .
    21 records added, 18 records removed, 1 record updated in the database
  • Auto ran revision dca7f15c and completed successfully .
    18 records added, 18 records removed, 1 record updated in the database
  • Auto ran revision dca7f15c and completed successfully .
    18 records added, 18 records removed, 1 record updated in the database
  • Auto ran revision dca7f15c and completed successfully .
    18 records added, 18 records removed, 1 record updated in the database
  • Auto ran revision dca7f15c and completed successfully .
    18 records added, 13 records removed, 1 record updated in the database
  • ...
  • Created on morph.io

Show complete history

Scraper code

Node.js

KingboroughCouncil / scraper.js