pintrest-scrapper-express

1.0.3 • Public • Published

Pinterest Board Scrapper

Usage

Quick Start

  • Download or Clone this repo

  • cd in to the folder

  • Run npm install or yarn install command to install dependencies

  • Run npm start to start the server

  • Open localhost:3000 in browser

Params

Url takes two parameters

  • username : Pinterest username

  • boardName : Pinterest board name

Example

  • URLs

  • To get Info :

    • Go to http://localhost:3000/api/sai123456789000000/weird-words/info in your browser
  • Result

    {
      "title": "Weird Words",
      "totalPins": 341
    }
  • To get pins

    • Go to http://localhost:3000/api/sai123456789000000/weird-words/pins in your browser
  • Result

    {
      "images": [
            {
                "src": "https://i.pinimg.com/280x280_RS/2e/2d/50/2e2d505f82e118adf0ac6e742e503d82.jpg",
                "alt": "Words"
            },
            {
                "src": "https://i.pinimg.com/564x/2f/8e/1e/2f8e1e44ebac2f3536c991524bfa114f.jpg",
                "alt": "  The Words, Cool Words, Favorite Quotes, Best Quotes, Love Quotes, Inspirational Quotes, Daily Quotes, Motivational, Pretty Words"
            },
            {
    
          ...
      ]
    }
    

To Develope

  • Run npm run tsc to compile .TS to .JS
  • Run npm run jsc to run index.js

Package Sidebar

Install

npm i pintrest-scrapper-express

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

18.7 kB

Total Files

7

Last publish

Collaborators

  • shadow-prince