Anyone can legally complain if you copy their content. So they send a C&D letter and you remove whatever offended them, no harm done. <p>If you want to prevent bots from scraping your content then take advantage of the fact that most bots don't do Javascript: in your server code render the content of each page with some simple encoding that makes text unreadable then add a piece of javascript to window.onload() thats decodes and displays the content.