ianheggie-oaf / banyule

Banyule City Council Development Applications


Banyule City Council Scraper

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

Enjoy

This is a scraper that runs on Morph. To get started see the documentation

Add any issues to https://github.com/planningalerts-scrapers/issues/issues

To run the scraper

bundle exec ruby scraper.rb

To run style and coding checks

bundle exec rubocop

Contributors mlandauer LoveMyData AndreM101 jamezpolley ianheggie-oaf

Last run failed with status code 1.

Console output of last run

Injecting configuration and compiling... Injecting scraper and running... Using Australian proxy... Saving record P316/2025 - 18-28 Irvine Road, Ivanhoe 3079 VIC Saving record P851/2025 - 201 Waiora Road, Heidelberg Heights 3081 VIC Saving record P382/2025 - 3 Carisbrook Crescent, Lower Plenty 3093 VIC Saving record P673/2025 - 6 The Panorama, Eaglemont 3084 VIC scraper.rb:43:in `block (2 levels) in <main>': undefined method `gsub' for nil:NilClass (NoMethodError) address = detail_page.search('p:contains("View Map")').inner_text.split("View Map")[0].gsub("\u00A0", ^^^^^ from /app/vendor/bundle/ruby/3.2.0/gems/nokogiri-1.15.7-x86_64-linux/lib/nokogiri/xml/node_set.rb:235:in `block in each' from /app/vendor/bundle/ruby/3.2.0/gems/nokogiri-1.15.7-x86_64-linux/lib/nokogiri/xml/node_set.rb:234:in `upto' from /app/vendor/bundle/ruby/3.2.0/gems/nokogiri-1.15.7-x86_64-linux/lib/nokogiri/xml/node_set.rb:234:in `each' from scraper.rb:28:in `block in <main>' from scraper.rb:20:in `loop' from scraper.rb:20:in `<main>'

Data

Downloaded 18643 times by ianheggie-oaf dcalde tkrikke

To download data sign in with GitHub

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

rows 10 / 192

council_reference address description info_url comment_url date_scraped on_notice_to
P157/2025
54 Alandale Road, Eaglemont 3084 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P926/2024 pt1
343-345 The Boulevard, Ivanhoe East 3079 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P1188/2024
25 Edward Street, Macleod 3085 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P1243/2024
19 Blackwood Parade, Heidelberg West 3081 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P1165/2024
582 Morwell Avenue, Bundoora 3083 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P175/2025
18 Harborne Street, Macleod 3085 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P961/2024
9 Waldemar Road, Eaglemont 3084 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-14
2025-04-18
P929/2024
182 Cape Street, Heidelberg 3084 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-19
2025-04-22
P111/2025
13 Marshall Street, Ivanhoe 3079 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-19
2025-04-22
P988/2024
25 Beauview Parade, Ivanhoe East 3079 VIC
mailto:enquiries@banyule.vic.gov.au
2025-05-19
2025-04-22

Statistics

Average successful run time: 2 minutes

Total run time: about 8 hours

Total cpu time used: 5 minutes

Total disk space used: 138 KB

History

  • Auto ran revision 06d80d3e and failed .
    4 records added, 4 records removed in the database
  • Auto ran revision 06d80d3e and failed .
    4 records added, 4 records removed in the database
  • Auto ran revision 06d80d3e and failed .
    4 records added, 4 records removed in the database
  • Auto ran revision 06d80d3e and failed .
    4 records added, 4 records removed in the database
  • Auto ran revision 06d80d3e and failed .
    4 records added, 3 records removed in the database
  • ...
  • Created on morph.io

Show complete history

Scraper code

Ruby

banyule / scraper.rb