Need thousands of business/technology/media/etc feeds

Status
Not open for further replies.

CLKeenan

Banned
Jun 24, 2006
2,506
14
0
Boston, MA
Does anyone have a database of 1000+ RSS datafeeds? They have to all be reputable, i.e. no playboy, maxim, etc. They need to be appropriate for a corporate environment.

If you have a good way of compiling this list, please let me know!

Thanks
-Chris
 


Here ya go:
http://www.bluehatseo.com/wp-content/uploads/2007/04/rss_feeds.zip

30385 records. Organized by category. All high quality and popular blogs. All URLS are to the direct xml or atom feeds. There are also categories for "Business","finance", and "news" which should fit nicely for whatever the hell it is that you are trying to do.

Here's the sql structure:
CREATE TABLE `rss` (
`id` int(11) NOT NULL auto_increment,
`category` varchar(64) NOT NULL default '',
`catnumber` int(3) NOT NULL default '0',
`subcategory` varchar(64) NOT NULL default '',
`subcatnumber` char(3) NOT NULL default '',
`url` varchar(255) NOT NULL default '',
`description` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=30386;
 
  • Like
Reactions: $5 Submissions
Status
Not open for further replies.