1.1.0 • Published 2 years ago

@povloper/pinterest-album-scrapper v1.1.0

Weekly downloads
-
License
GNU GPL 2.0
Repository
github
Last release
2 years ago

pinterest-album-scrapper

Library to list entire pinterest albums. \  

Install

First install through NPM:

npm install @povloper/pinterest-album-scrapper

Then import into your project:

const scrapper = require("@povloper/pinterest-album-scrapper")

\  

Warning

This library is still under development. If you find any errors you can freely make an issue or a pull request and I will be grateful

\  

Usage

You can pass the URL directly from the browser and it returns a list with the data of all the publications. You can also pass options to be able to filter the most interesting data (still developing). You do not need any type of API Token, the albums must be public.

\  

getAlbum

Info

scrapper.getAlbum(album_url, filtered = false)

ArgumentTypeDescription
album_urlString(www.)pinterest.(com/es/fr/...) link, for example: https://www.pinterest.es/{user_name}/{album_name}/ directly taken from the browser.
filteredBooleanFilter out some important parameters from each post if true. We are developing a more personalized filter

It will return an object with some important data of the album in addition to the list (filtering data or not) of the publications. No promise needed.

KeyTypeDescription
album_urlStringThe url received to list the posts.
album_idStringInternal identifier of the album defined by Pinterest.
board_idStringIdentifier of the board that we have used.
album_nameStringUser defined album name.
listObject[]List of all the publications found, whether filtering the data or not.

\  

Contributing

We heavily value contributions, if you would like to contribute please feel free to put in a pull request.

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago