RSS by platform

How to Get the RSS Feed for Blogger

Blogger publishes Atom and RSS feeds for every blog and label.

Quick answer

Does Blogger have RSS?

Does Blogger have RSS?
Yes. Blogger publishes Atom and RSS feeds for every blog and label.
Feed URL format
https://[blog].blogspot.com/feeds/posts/default
Key limitation
Blogger defaults to returning 25 items. Append ?max-results=[n] to request up to 500

Context

What this means for Blogger

Blogger (Google's legacy blogging platform) has exposed feeds via a specific API path since the Google Data era. The default feed is Atom. Appending ?alt=rss converts it to RSS 2.0. Blogger also exposes label-specific feeds for topical filtering. The pattern works on both blogspot.com subdomains and custom-domain Blogger blogs.

Feed URL format
https://[blog].blogspot.com/feeds/posts/default
Working example
https://googleblog.blogspot.com/feeds/posts/default

Supported patterns

  • Default Atom feed (/feeds/posts/default)
  • RSS alternative (/feeds/posts/default?alt=rss)
  • Label feeds (/feeds/posts/default/-/[Label])
  • Comments feed (/feeds/comments/default)

Limitations

  • Blogger defaults to returning 25 items. Append ?max-results=[n] to request up to 500
  • Label names are case-sensitive in the feed URL
  • Some old Blogger blogs use a legacy path that does not match modern conventions
  • Custom-domain Blogger sites still serve feeds from the blogspot CDN backend

RSS finder

Find and preview a Blogger feed

Test a Blogger URL here to get the same feed analysis, import verdict, and live Aggregator-style preview as the main Feed Finder.

Gotchas

Common mistakes

  • Watch for this: Forgetting ?alt=rss if the importer strictly requires RSS, Atom is the default
  • Watch for this: Using lowercase labels when the original label is capitalized
  • Watch for this: Expecting /feed/ or /rss/ to work, only /feeds/posts/default variants are valid

Examples

Try real Blogger feed patterns

Default Atom feed

Input URL

https://googleblog.blogspot.com/

Expected feed

https://googleblog.blogspot.com/feeds/posts/defaultTest in finder

RSS alternative

Input URL

https://googleblog.blogspot.com/

Expected feed

https://googleblog.blogspot.com/feeds/posts/default?alt=rssTest in finder

Label feed

Input URL

https://googleblog.blogspot.com/search/label/Updates

Expected feed

https://googleblog.blogspot.com/feeds/posts/default/-/UpdatesTest in finder

Get this into WordPress

Import Blogger feeds with Aggregator

Once you have a working Blogger feed URL, Aggregator handles the rest, importing as posts, rendering as a display, or filtering before it publishes.

  1. 1
    Copy the feed URL

    Grab the URL from the finder above or the examples list.

  2. 2
    Add it as a source in Aggregator

    Paste into Add New Feed Source inside WordPress.

  3. 3
    Choose display, import, and filter rules

    Render as a list, import as posts, or filter by keyword before anything goes live.

See how to import Blogger feeds with Aggregator

FAQ

Blogger RSS questions

Does Blogger have RSS feeds?

Yes. Blogger publishes Atom by default at /feeds/posts/default, and RSS 2.0 at the same path with ?alt=rss appended.

How do I get the RSS feed for a Blogger label?

Use https://[blog]/feeds/posts/default/-/[Label]. The label is case-sensitive and URL-encoded for spaces.

How many posts does a Blogger RSS feed include?

The default is 25. Append ?max-results=[n] to request up to 500 items in a single feed response.

Does Blogger RSS work on custom domains?

Yes. Custom-domain Blogger blogs expose the same /feeds/posts/default pattern. Google routes the request back to the Blogger backend transparently.

Can Blogger feeds be imported into WordPress?

Yes. Use the Blogger feed URL as a source in Aggregator. Labels map cleanly to WordPress categories through Aggregator's Feed to Post.