I made a little html/php/javascript web form that has the following fields:
So I go down Google Trends, and grab some URL's of popular stories.
I write a title for the page.
I write a little description about the article.
My script automatically scrapes out the information and images from the URL's articles, then populates an html page with my navigation, my Title, my description, and the scraped information below my description in another div.
Here's a simple example of the prototype back when chick fila was in the news,

Obviously it should be polished up, some CSS added, etc, but I was just working on the functionality. If my description summarizes/discusses the article that was scraped, is that considered fair use? Would I benefit from search engines with all the "trending" keywords in the article?
Should I not scrape the entire article? Should I break it up and have a couple descriptive divs of my own "fair use" writing throughout the scraped article?
Is this illegal?
- URL to scrape
- Title for new webpage
- Summary Description (hand written summary of article)
So I go down Google Trends, and grab some URL's of popular stories.
I write a title for the page.
I write a little description about the article.
My script automatically scrapes out the information and images from the URL's articles, then populates an html page with my navigation, my Title, my description, and the scraped information below my description in another div.
Here's a simple example of the prototype back when chick fila was in the news,

Obviously it should be polished up, some CSS added, etc, but I was just working on the functionality. If my description summarizes/discusses the article that was scraped, is that considered fair use? Would I benefit from search engines with all the "trending" keywords in the article?
Should I not scrape the entire article? Should I break it up and have a couple descriptive divs of my own "fair use" writing throughout the scraped article?
Is this illegal?