Skip to content

dxtstd/pinterest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinterest API Scrapper

Install

yarn add git:DentaCH/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

Watchers

Forks

Releases

No releases published

Packages

No packages published