I am trying to work out how to load a url that has ID=1234 at the end of the URL and then scrape the html title from the returned page, store that title and then loop but next time load a URL with the next ID , e.g 1235 and then 1236 etc
I can't work out how to increase the ID by 1 each time it loops. Any help would be appreciated. Thanks.