# NOOB, help getting info from site

**URL:** https://discourse.nodered.org/t/noob-help-getting-info-from-site/36028
**Category:** General
**Created:** [16 November 2020 21:39 UTC](https://discourse.nodered.org/t/noob-help-getting-info-from-site/36028 "2020-11-16T21:39:00Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [16 November 2020 22:44 UTC](https://discourse.nodered.org/t/noob-help-getting-info-from-site/36028/2 "2020-11-16T22:44:57Z")

</div>

> [@Millsy79](#):
>
> Is it possible to use nodered to get my bin schedule from my councils website.

Possibly,

check out [this similar help](https://discourse.nodered.org/t/http-buffer-length/35235/2) I gave someone recently

NOTE: watching the various responses in the devtools network tab (as I enter the postcode and pick an address) - this URL (i copied from the network tab) gives you something like you want  
[https://adt.oldham.gov.uk/Forms/EnvironmentalHealth/GetBinView?uprn=422000009568](https://adt.oldham.gov.uk/Forms/EnvironmentalHealth/GetBinView?uprn=422000009568)

you would put that URL in a HTTP request then feed the result through a HTML node to pick out the parts of interest.

Note however, that `uprn` number likely changes on a weeky basis - so you may have to automate the whole process of requesting the first URL, capturing the values, generating a 2nd URL and so on.

---

_[View the full topic](https://discourse.nodered.org/t/noob-help-getting-info-from-site/36028)._
