Home > Data Scraping, Drupal, MySQL, PHP, RSS, RSS Feed > Rss Feed Scraper

Rss Feed Scraper

January 10th, 2012

I need a script that will process a list of RSS feeds. For each RSS feed, it would need to:
take the last 10 articles in each feed, get the actual address of all the articles (not the feedburner or other shortcut links), the article titles, the article summaries, and any images attached to the articles. It will then need to add this data to a mysql database table, but only if that article address is not already in the table and the title doen’t match (don’t want duplicate entries).

Needs to …


Rss Feed Scraper

Comments are closed.
Bear