You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Pinterest scraper takes a link to a Pinterest board and gets all the pins associated with the given board. After getting the pins, the program will create a folder for the given keyword and scrape the the individual pins. The scrape will consist of collecting the image, title, source, and partial caption and storing them to a .csv file. Lik…