- Previous: The Etsy API
- Up: The Etsy API
- Next:
Etsy RSS Feeds
In addition to our API, Etsy provides a number of RSS feeds which provide an alternative integration point for developers. This page will outline what RSS feeds are available and their format. Currently Etsy provides the following types of feeds:
Shop Feeds
Every Etsy shop has a feed, which displays items in a user's shop. The format of the feed is:
http://www.etsy.com/rss_shop.php?user_id=<user id>
To get an RSS for a user's shop, include the user ID as a parameter in the URL. You can lookup a user's ID from their username with the getUserByName method.
User Favorites Feed
Every Etsy member who has opted for their Favorites to be public has a Favorites feed, which displays the latest items from their favorite sellers. The format of the feed is:
http://www.etsy.com/favorite_listings_public.php?user_id=<user id>&type=rss
Again, to get an RSS feed for a user, include the user ID as a parameter in the URL. You can lookup a user's ID from their username with the getUserByName method.
Gift Guide Feeds
Every Etsy Gift Guide has a feed. The format of the feed is:
http://www.etsy.com/gift-guides/feed/<guide id>
Note you can find a list of guide IDs by calling the getGiftGuides method.
Alchemy Feed
There is a feed for Alchemy requests for custom items. The format of the feed is:
http://www.etsy.com/alchemy/rss.php
There are no name value pairs for this feed.
Etsy Blog Feeds
Etsy's blog offers several different feeds based on the type of content offered. To view the most current feeds, visit the blog to subscribe to the feeds.
- Previous: The Etsy API
- Up: The Etsy API
- Next:

Comments
New comments are not being accepted at this time.