Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reddit RSS feed, more than just the 25 results?

Tags:

I'm trying to parse through the subreddits on http://reddit.com for the links, but so far I'm blocked by the limit of the 25 results given (say when visiting http://www.reddit.com/r/apple+programming.rss).

Does anyone know if there is either...

  • A URL parameter to display more results
  • There is another method to fetch more results? (looking at the reddit api wiki, I'm not seeing anything for fetching links from subreddit)
like image 401
Baehr Avatar asked Nov 28 '11 06:11

Baehr


People also ask

What is reddit mostly used for?

Reddit is a social news website and forum where content is socially curated and promoted by site members through voting. The site name is a play on the words "I read it." Reddit member registration is free, and it is required to use the website's basic features.

Does reddit use rss?

Reddit URL schemesrss to the end of any URL. Using that basic scheme, you can actually do quite a bit using Reddit's own built-in URLs.

Is the reddit API free?

All of the Reddit APIs listed are free to use, although the Socialgrep API — used for searching posts and comments dating back to 2010 — does come with features that are locked behind a pay wall.

How do I get my reddit rss link?

In most cases, you can create an RSS feed by adding ". rss" to the end of an existing reddit URL: Front page: http://www.reddit.com/.rss. A subreddit: http://www.reddit.com/r/news/.rss.


1 Answers

Taken from a prior revision of the question:


I had overlooked the simplest answer of them all. Matching the same parameters that the subreddits use themselves:

http://reddit.com/r/[subreddit].[rss/json]?limit=[limit]&after=[after] 
like image 120
2 revs Avatar answered Sep 17 '22 15:09

2 revs