pinterest-mini-api

A hacked api for extracting last pins URLs of any board or page in Pinterest.com

Usage no npm install needed!

<script type="module">
  import pinterestMiniApi from 'https://cdn.skypack.dev/pinterest-mini-api';
</script>

README

pinterest-mini-api

A hacked api for extracting last pins URLs of any board or page in Pinterest.com

Usage

This mini api hosts a HTTP server that you can send get requests to. First you need to start it like this:

git clone https://github.com/ImanMh/pinterest-mini-api.git
cd pinterest-mini-api
node main.js

This will start the server. The next step is to make get requests to this server. Use Postman(chrome extension) or a simple Javascript xhr request. Here is the parameters you need to make the request:

description
base url /pins The path server is listening on requests (http://localhost:30000/pins)
parameter target specify the url of the page you want to get it's pins