Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This script is outdated, so it needs an update, W.I.P. just a minor update soon

Pinterest API Scrapper

Install

yarn add git:dxtstd/pinterest-api
cd node_modules/pinterest-api
npm build

Example

Search Keyword

Search for pinterest pins by keyword:

import { Pinterest } from 'pinterest-api';

const pinterest = new Pinterest();

(async () => {
    const result = await pinterest.search.keyword('cat')
    console.log(result)
})();

About

Pinterest API Scrapper (TypeScript)

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages