Not my area I'm afraid, but try one of these https://www.promptcloud.com/blog/best-web-scraping-software-tools-extract-data PM me if you need a hand.
Cheers Tobes, you are a lot more use than that clown, Dev Not being funny though, will I be able to work those things? Maybe easier getting some Asian person to do it for me?
Guess so, never tried it myself. Can't be that hard, I googled 'data scraping software with no script' so it should be quite straightforward. Give it a go and PM me if you need a hand. Got the woman over tonight but should be free towards 10pm.
What's the story with AirBnB?Haven't some cities started a clampdown on them,think Amsterdam and Berlin,Dublin is getting bad as well,can't get a rental because of it though some cheeky **** rented a house then put it on AirBnB
If the data is publicly available on the AirBnB website you can legally scrape it. If the data is only available after you create an account and log in then the legality gets a little more grey. You can still scrape it. They won't know you're scraping it after you log in. It looks to them like you're loading web pages or calling ajax services your login entitles you to call. However, encryption might get in your way, for example, if the data is delivered via an ajax service encrypted and is unencrypted via javascript in your browser. In such a case you will need a DOM scraper. DISCLAIMER: THIS POST DOES NOT NECESSARILY REFELECT THE VIEWS OF THE POSTER OR OF NOT606. IT DOES ABSILUTELY THINK MONICA IS A PRICK.