Categories: Social Media

How to get your Twitter RSS feed using this simple hack

Twitter has eradicated RSS feeds from its web interface once and for all, following an update to the site’s search page today.

When Twitter launched its redesign late last year it subtly removed RSS feeds for users’ tweets. And while RSS feeds are still available, you have to be willing to jump through some extra hoops to access them.

Of course, there was some suggestion that their removal was accidental, but some 10 months  later this seems not to be the case.

Credit: Twitter

When Twitter redesigned users’ profiles it left its search page, http://search.twitter.com, untouched. This page contained the last surviving link for users to access native Twitter RSS feeds. With today’s redesign of the search page this link has now been removed.

So, how do you access a Twitter search RSS feed?

There are two ways to access Twitter search RSS feeds.  The easy way is to use a third party site such as Topsy.com to access an RSS feeds for tweets (click the link on the top right).

The other option is to use Twitter’s native, but painfully difficult method below.

For more information about finding Twitter RSS/Atom links;

Since the redesign Twitter has left RSS/Atom links created using the previous search system active. These RSS/Atom feeds can still be found here http://search.twitter.com/search.atom?q=thesociable and http://search.twitter.com/search.rss?q=thesociable

To create a custom RSS/Atom feed all you have to do is change the last word in the above address (in this case thesociable) for the term you are searching for.

As an example, if you want to see the latest tweets about Ireland, simply replace thesociable with the word ireland, http://search.twitter.com/search.rss?q=ireland

But if you have a more complicated search you may need to “URL encode” your search terms. What this means is, if you are looking for any tweets with a specific #tag or tweets from a specific @user you will first need to change the # and @ signs into something Twitter can understand. This page over at Albion Research will do this automatically for you, all you have to do is copy in the search term and press “Encode” then copy the code it gives you into the address.

For example, if you want to search for a specific #tag (e.g. #epicwin) this URL will return a blank page
http://search.twitter.com/search.rss?q=#epicwin but this URL encoded address will return the latest #epciwins http://search.twitter.com/search.rss?q=%23epicwin

Twitter’s search API provides these links as examples for creating advanced search RSS/Atom feeds.  You can change the search terms to customise your search.

Now, this is where it gets complicated, say you want to search for tweets from a specific location containing a hastag. To do this you will have find the geocode for the location.  As a starter the basic address will look something like this, http://search.twitter.com/search.atom?geocode=40.757929%2C-73.985506%2C25km.

Imagine you want to see all the #technology tweets coming from within 25km of Dublin, Ireland. First visit this page and input Dublin, Ireland as search term. This will give you two numbers – 53.344104 and -6.2674937 – this is the Latitude and Longitude for Dublin.

To turn this into a search RSS/Atom feed simply include these numbers in the above address, like this, http://search.twitter.com/search.atom?geocode:53.344104%2C-6.2674937%2C25km.  The %2C25km in the address limits the search to users within 25km of Dublin, for miles change km to mi.

To search for any tweets using the #tag #technology within 25km of Dublin add %2C%23technology (“%2C” is a URL encoded comma and %23 is a URL encoded #). http://search.twitter.com/search.atom?geocode=40.757929%2C-73.985506%2C25km%2C%23technology

[Update: 2011/10/08 – How to combine a keyword and a geolocation]

In the comments below 123deportesaqui asked how to combine search terms and geolocation parameters without a hashtag, so we did some research.

To search for tweets from a specific location without a hashtag you have to combine the geocode parameter (e.g. geocode:40.757929%2C-73.985506%2C25km) with the standard search parameter and a space (or a %20).

So searches for the term “election” near Washington DC would look like this
http://search.twitter.com/search.rss?q=election%20geocode:38.895112,-77.036366,25km

For the same search near in Dublin you just have to change the geocode
http://search.twitter.com/search.rss?q=election%20geocode:53.344104,-6.2674937,25km

You can then combine these with boolean operators (AND / NOT) to refine your search. For example if you want to search for tweets from Washington DC above election but without the word “presidential” you can use the same search link as above but add %20-presidential%20 after the search term;
http://search.twitter.com/search.rss?q=election%20-presidential%20geocode:38.895112,-77.036366,25km

So, that’s it, the overly complicated way to hack a Twitter search RSS/Atom feed together.  Let us know if you find an easier way.

Ajit Jain

Ajit Jain is marketing and sales head at Octal Info Solution, a leading iPhone app development company and offering platform to hire Android app developers for your own app development project. He is available to connect on Google Plus, Twitter, Facebook, and LinkedIn.

View Comments

  • Fantastic article, but what if you want to search excluding something?

    An example search: thesociable follow -RT -"

    This should give a feed of tweets asking @thesocialable to follow back but excludes almost all retweets. However I can't get it to work.

  • Fantastic article, but what if you want to search excluding something?

    An example search: thesociable follow -RT -"

    This should give a feed of tweets asking @thesocialable to follow back but excludes almost all retweets. However I can't get it to work.

  • Fantastic article, but what if you want to search excluding something?

    An example search: thesociable follow -RT -"

    This should give a feed of tweets asking @thesocialable to follow back but excludes almost all retweets. However I can't get it to work.

  • @ianonline@thequote Nice, you can also change the .atom with xml, rss, json depending on where you want to use the feed.

    Pity we now have to go to this length just to get an RSS feed

  • Thank you for that triggering article! Please could you advise?

    I tried to get an RSS for special tags within 25km rang of my city. I tried to use geocodes but got this only running with hashtags not with search terms.How would you formulate the URL to get an appropriate RSS Feed?

  • Thank you for that triggering article! Please could you advise?

    I tried to get an RSS for special tags within 25km rang of my city. I tried to use geocodes but got this only running with hashtags not with search terms.How would you formulate the URL to get an appropriate RSS Feed?

    • @consument So you're looking for an RSS which includes a search term, a #tag, from within 25km of a city?Let us know if this works - this searches for any tweets from within 25km of Dublin with the #tag #technology that also mention 'laptops' [ie %23technology = #technology and %2Claptop searches for laptops]http://search.twitter.com/search.atom?geocode=40.757929%2C-73.985506%2C25km%2C%23technology%2Claptop

      Let us know if this works

  • @consument So you're looking for an RSS which includes a search term, a #tag, from within 25km of a city?Let us know if this works - this searches for any tweets from within 25km of Dublin with the #tag #technology that also mention 'laptops' [ie %23technology = #technology and %2Claptop searches for laptops]http://search.twitter.com/search.atom?geocode=40.757929%2C-73.985506%2C25km%2C%23technology%2Claptop

    Let us know if this works

Recent Posts

Ethical Imperatives: Should We Embrace AI?

Five years ago, Frank Chen posed a question that has stuck with me every day…

2 days ago

The Tech Company Brief by HackerNoon: A Clash with the Mainstream Media

What happens when the world's richest man gets caught in the crosshairs of one of…

2 days ago

New Synop app provides Managed Access Charging functionality to EV fleets

As companies that operate large vehicle fleets make the switch to electric vehicles (EVs), a…

4 days ago

‘Predictive government’ is key to ‘govtech utopia’: Saudi official to IMF

A predictive government utopia would be a dystopian nightmare for constitutional republics: perspective Predictive government…

5 days ago

Nilekani, Carstens propose digital ID, CBDC-powered ‘Finternet’ to be ‘the future financial system’: BIS report

The finternet will merge into digital public infrastructure where anonymity is abolished, money is programmable…

1 week ago

Upwork’s Mystery Suspensions: Why Are High-Earning Clients Affected?

After more than ten years on Elance / oDesk / Upwork, I dare to say…

2 weeks ago