robbrad / UKBinCollectionData

UK Council Bin Collection Data Parser Outputting Bin Data as a JSON
MIT License
119 stars 80 forks source link

Add St Albans City and District Council #596

Closed stuartmacd closed 7 months ago

stuartmacd commented 7 months ago

Name of Council

St Albans City and District Council

Example Address/Postcode

AL3 5NL

Additional Information

I will provide this scraper. This is the council-provided website to search for refuse collection dates:

https://gis.stalbans.gov.uk/NoticeBoard9/NoticeBoard.aspx

It ultimately calls a REST endpoint providing the URPN in the request body:

https://gis.stalbans.gov.uk/NoticeBoard9/VeoliaProxy.NoticeBoard.asmx/GetServicesByUprnAndNoticeBoard

Request body has JSON format:

{ "uprn": 100080848814, "noticeBoard": "default" }

Verification