Pinscrape

FREE
By Kurizu Taz | Updated 2 months ago | Video, Images
Popularity

6.1 / 10

Latency

1,675ms

Service Level

100%

Health Check

N/A

README

Pinterest API

Get Pinterest board images easily with our simple API, perfect for seamless integration into your projects

License
Issues
Stars

Table of Contents

Features

  • Retrieve board information such as title and total number of pins.
  • Extract URLs of images in a Pinterest board.
  • Save the extracted URLs to a JSON file.

API Endpoints

Params

Url takes two parameters

  • username : Pinterest username

  • boardName : Pinterest board name

Example

  • URLs

    • home : /
    • Info : /api/:username/:boardName/info
    • Pins : /api/:username/:boardName/pins
  • To get Info :

    • Go to /api/kurizu/pookie/info in your browser
  • Result

    {
      "title": "pookie",
      "totalPins": 233
    }
    
  • To get pins

    • Go to /api/kurizu/pookie/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"
            },
            {
    
            },
            ...
      ]
    }
    
    

License

Distributed under the MIT License. See LICENSE for more information.

Followers: 0
Resources:
Product Website
API Creator:
Rapid account: Kurizu Taz
Kurizu Taz
Kurizu
Log In to Rate API
Rating: 5 - Votes: 1