Skip to content

Instantly share code, notes, and snippets.

@evgv
Last active February 26, 2017 17:47
Show Gist options
  • Save evgv/6603e2b86704ba546ba6799cd1082305 to your computer and use it in GitHub Desktop.
Save evgv/6603e2b86704ba546ba6799cd1082305 to your computer and use it in GitHub Desktop.
RSS Feed API

RSS feed API

Previously, I used Google Feed API. But this API is officially deprecated and will stop working after December 15th, 2016. See deprecation policy in Google Terms of Service for details.

For example I try to retrieve Pinterest RSS feed of my pinned posts.

How to get Pinterest RSS link

https://pinterest.com/{usename}/feed.rss for my account link is https://pinterest.com/evgvzubkoff/feed.rss

RSS service

I'm chose a RSStoJSON

gif

Thereafter, You can retrieve pinterest pinned post (only last 20) in JSON format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment