Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pinterest board list

Tags:

rss

api

pinterest

I am looking for a way to get the list of board names from a given username. I know pinterest already provides rss for all the pins from a given user and for all the pins from a given pinboard.

All Pins from a given user: pinterest.com/[user]/feed.rss

All pins from a given user and board: pinterest.com/[user]/[board-name]/rss

Now I need a way to get the list of boards from a given user, not the pins. I know there is a way to do it because -> pinreach.com does it.

Thank you in advance :)

like image 909
Fran Melo Avatar asked Nov 03 '22 17:11

Fran Melo


2 Answers

RSS feed only has 25 pins. To get boards or all the pins, you have to crawl the site. There is no way around it.

like image 196
user842563 Avatar answered Nov 15 '22 12:11

user842563


Here is another Unofficial API with Documentation for Pintrest http://pinterestapi.co.uk/

like image 39
TheGhost Avatar answered Nov 15 '22 11:11

TheGhost