planningalerts-scrapers / joondalup

City of Joondalup Open Development Applications


City of Joondalup - Open Development Applications Scraper

  • Cookie tracking - No
  • Pagnation - yes, via a flag in the HTML returned in the JSON data
  • JavaScript - Yes, but we don't need to execute it, instead call the api directly
  • Clearly defined data within a row - No, data is in HTML in a JSON record, and reference in the details page
  • System - custom

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

Expected output

Getting initial page
  Pausing 1.023s
Getting page 1
/home/ianh/.local/share/mise/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/mechanize-2.8.5/lib/mechanize/pluggable_parsers.rb:107:in `new': MIME::Type.MIME::Type.new when called with a String is deprecated.
  Fetching detail page: https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/31b-strathyre-drive,-duncraig-–-single-house-(additions)
  Extracted DA25/0869 from detail page
Saving record DA25/0869 - 31B Strathyre Drive, Duncraig, WA
...
  Fetching detail page: https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/51a-conidae-drive,-heathridge-–-grouped-dwelling-(new-dwelling)
  Extracted DA25/0774 from detail page
Saving record DA25/0774 - 51A Conidae Drive, Heathridge, WA
Deleting 0 applications scraped between  and 2025-12-28
  Running VACUUM to reclaim space...
Finished! Added 12 applications, and skipped 0 unprocessable applications from 1 pages.

Execution time: ~ 11 seconds

To run style and coding checks

bundle exec rubocop

To check for security updates

gem install bundler-audit
bundle-audit

Contributors ianheggie-oaf

Last run failed with status code 999.

Console output of last run

The repository planningalerts-scrapers/joondalup needs to be made public

Data

Downloaded 302 times by dcalde mlandauer Manasaanand qs4v8thvrq-boop 538digital AthleticoPrawn ianheggie-oaf

To download data sign in with GitHub

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

rows 10 / 35

council_reference address description info_url date_scraped on_notice_from on_notice_to
DA26/0262
27A Baxter Way, Padbury, WA
Grouped dwelling (new two storey dwelling)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/27a-baxter-way,-padbury-–-grouped-dwelling-(new-two-storey-dwelling)
2026-05-17
2026-05-04
2026-05-18
DA26/0021
27 Mykonos View, Iluka, WA
Unhosted short term rental accommodation (change of use – retrospective)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/27-mykonos-view,-iluka-unhosted-short-term-rental-accommodation-(change-of-use-–-retrospective)
2026-05-18
2026-05-04
2026-05-18
DA26/0013
16 Cambria Street, Kallaroo, WA
Grouped dwelling (three new two storey dwellings)
2026-05-18
2026-05-04
2026-05-18
DA26/0088
20A Vigilant Terrace, Ocean Reef, WA
Unhosted Short Term Rental Accommodation (Change of Use)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/20a-vigilant-terrace,-ocean-reef-–-unhosted-short-term-rental-accommodation-(change-of-use)
2026-05-20
2026-05-07
2026-05-21
DA26/0198
64 Chadstone Road, Craigie, WA
Single house (Outbuilding addition)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/64-chadstone-road,-craigie-–-single-house-(outbuilding-addition)
2026-05-21
2026-05-07
2026-05-21
DA26/0215
11 Craignish Loop, Kinross, WA
Unhosted short term rental accommodation (Change of use – extension of time for previous approved DA25/0523)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/11-craignish-loop,-kinross-–-unhosted-short-term-rental-accommodation-(change-of-use-–-extension-of
2026-05-21
2026-05-07
2026-05-21
DA26/0248
58 Dampier Avenue, Mullaloo, WA
Unhosted short term rental accommodation (Change of use)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/58-dampier-avenue,-mullaloo-–-unhosted-short-term-rental-accommodation-(change-of-use)
2026-05-22
2026-05-08
2026-05-22
DA26/0063
35A Barradine Way, Craigie, WA
Grouped dwelling (New single storey dwelling)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/35a-barradine-way,-craigie-–-grouped-dwelling-(new-single-storey-dwelling)
2026-05-22
2026-05-08
2026-05-22
DA25/1002
32 Fitzpatrick Way, Padbury, WA
Grouped Dwelling (New Two Storey Dwelling)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/32-fitzpatrick-way,-padbury-–-grouped-dwelling-(new-two-storey-dwelling)
2026-05-26
2026-05-18
2026-06-01
DA26/0188
7B Gloriana View, Ocean Reef, WA
Single House (New Two Storey Dwelling)
https://www.joondalup.wa.gov.au/community-and-spaces/community-consultation/7b-gloriana-view,-ocean-reef-–-single-house-(new-two-storey-dwelling)-b78ed12477e5b260645a1aa1dac28554
2026-05-28
2026-05-18
2026-06-01

Statistics

Average successful run time: less than 20 seconds

Total run time: 22 minutes

Total cpu time used: 2 minutes

Total disk space used: 63.8 KB

History

  • Manually ran and failed .
  • Auto ran revision de14a479 and completed successfully .
    10 records added, 9 records removed in the database
  • Auto ran revision de14a479 and completed successfully .
    9 records added, 12 records removed in the database
  • Auto ran revision de14a479 and completed successfully .
    9 records added, 9 records removed in the database
  • Auto ran revision de14a479 and completed successfully .
    9 records added, 7 records removed in the database
  • ...
  • Created on morph.io

Show complete history

Scraper code

Ruby

joondalup / scraper.rb