Someone please correct me if I'm wrong. The extension: > (3) not scraping or collecting Yale’s data Yet in the code[0], there's a function called getRatingsForCourse() that makes an ajax call to url: " https://ybb.yale.edu/courses/" + id. How is this not scraping? Am I missing something here? [0]: https://github.com/seanhaufler/banned-bluebook/blob/master/e...
Scraping involves storing somethjng on a server. I am not sure a user agent can be cited for copyright infringement. Perhaps caching in violation of a server's policy can be considered that, I am not sure. Is there any precdent for caching to be considered scraping and storing by the developer of the client software? If not, I have an interesting idea for an offline travel app :)
Precedent suggests it's OK to make thumbnails (highly transformative, and not competition), and that it's also OK to hotlink.
From wikipedia:
> conduct was excused because the value to the public of the otherwise unavailable, useful function outweighed the impact on Perfect 10 of Google's possibly superseding use.
> Moreover, in Perfect 10, the court laid down a far-reaching precedent in favor of linking and framing, which the court gave a complete pass under copyright. It concluded that "in-line linking and framing may cause some computer users to believe they are viewing a single Google webpage, [but] the Copyright Act . . . does not protect a copyright holder against acts that cause consumer confusion."
There might be some cases where ajax calls cross the line into infringement.
Caching is easier. Once again, Google smacked down a plaintiff:
http://en.wikipedia.org/wiki/Field_v._Google
> Courts usually do not require a copyright holder to affirmatively take steps to prevent infringement. In this case, however, the court found that the plaintiff had granted Google an implied, nonexclusive license to display the work because of Field’s failure in using meta tags to prevent his site from being cached by Google. This could reasonably be interpreted as a grant of a license for that use and so the courts held that a license for Google to cache the site was implied because Field failed to take the necessary steps when setting up his website.
If the server allows caching (see meta tags), it seems OK to cache it. But it depends (Google had to rely on meta, because they were caching everything ... if you specifically cache a website, you might want to see if hey have a TOS).
I'd just be a little careful in how you transform the data. Also, there's API rules.
Really, you'd need to see a lawyer.