Skip to content

🔴 Web Scraper Application for Pinterest, Made Using TypeScript-Based Selenium Web Driver, Allows You to Extract a Specified or Unlimited Amount of Data via the Pinterest URL You Specify.

License

Notifications You must be signed in to change notification settings

BeUnMerreHuman/Pinterest-Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinterest-Scraper

Web Scraper Application for Pinterest, Made Using TypeScript-Based Selenium Web Driver, Allows You to Extract a Specified or Unlimited Amount of Data via the Pinterest URL You Specify.

Example

Installation

  • 1 Download requirements
git clone https://github.com/Bes-js/Pinterest-Scraper
cd Pinterest-Scraper
npm install
  • 2 Download ChromeDriver Or Google Chrome

ChromeDriver via Driver, Chrome Browser You can also install Chrome Browser from here, skip this step if it is already available.

Usage

Example .env File

websiteURL=https://pinterest.com/search/pins/?q=anime&rs=typed /* Pinterest URL to Scrape */
email=test@gmail.com /* Pinterest Email */
password=test123 /* Pinterest Password */
scrollCount=1 /* Page Scrool Count */

Console to compile and run with JavaScript;

npm run build:start

Or to the Console to Run Directly with ts-node;

npm run start

Donation & Support

Buy Me A Coffee
Buy Me A Coffee

Discord Banner

About

🔴 Web Scraper Application for Pinterest, Made Using TypeScript-Based Selenium Web Driver, Allows You to Extract a Specified or Unlimited Amount of Data via the Pinterest URL You Specify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%