I'm trying to build an iPhone application that gathers content from real estate websites to display it in a mashed-up and structured manner (mapping, price averages...etc)
I've stumbled upon many sites whose "Terms and Conditions" only allow downloading/re-using the data for personal purposes but not commercial ones. My intent is to have the iPhone application do all the work (when a user initiates a search query) of scraping the data and re-displaying it, of course with direct links to the original site page. In other words, I'm not crawling the website and storing it in my database and then re-aggregating its content to the user through some custom web service.
My question is: since a user of my application is initiating the search request and re-displaying the results from screen scraped sites (through my app) for their personal use, would this still be OK? or is this still considered commercial re-use of data?
