Search code examples
triggersrssfeedaggregation

Where can I find daily UK newspaper headlines online in a computer-readable format?


I'd like to keep up with current affairs by scanning the newspaper headlines, and I'm not always able to walk past a newspaper stand.

Where can I find this same information online? I'm happy to do the programming work to collate them myself, but it's not clear from newspapers websites which stories are on the front page of the physical paper. Also the website headlines change during the day.

I want to keep abreast of the UK front page stories and be sure I've not missed anything. I'm imagining some kind of API, or something like IFTTT. It must be robust enough not to break when the website HTML changes.


Solution

  • BBC News has an RSS headlines feed for the UK: http://feeds.bbci.co.uk/news/uk/rss.xml.

    The Guardian and the BBC both have numerous other feeds; see: http://www.theguardian.com/help/feeds and http://www.bbc.com/news/10628494.

    This may help as well: http://www.currybet.net/cbet_blog/2007/11/top-100-british-newspaper-feed.php

    As far as what's in the physical newspaper, I don't think you'll find exactly that. If you check the feed every morning, anything that happens later in the day would be in tomorrow's paper.

    You could convert the feeds to JSON (or the like) using Yahoo Pipes, and then process it how you like, or view the RSS feeds in a feedreader.