New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zanixongroup/pinterest-scraper

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zanixongroup/pinterest-scraper

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Build Status Codecov License

Pinterest-Scraper

Fetch information about a pin, board, user and many more, without any API KEY or ACCESS TOKEN.

Why to use?

  • Flexible
  • Exceedingly fast
  • Includes type definition
  • Lightweight

Features

  • ✅ │ Get specific pin
  • ✅ │ Search up to 80 + pins
  • ✅ │ Get information about a user.
  • ✅ │ Get board information

🔗 Prerequisites

  • NodeJS 16 +

❔Installation

$ npm install @zanixongroup/pinterest-scraper

Import

import * as Pinterest from "@zanixongroup/pinterest-scraper";

Example

import * as Pinterest from "@zanixongroup/pinterest-scraper";

(async () => {
  await get();
})(); // Anonymous arrow function
async function get() {
  const postId = "459156124515639652";
  const response = await Pinterest.getPins(postId);
  console.log(response);
}

Output

{
  tags: [
    'Feel Good Quotes',
    'Pretty Quotes',
    'Cute Quotes',
    'Good Qoutes',
    'Good News Quotes',
    'Simple Qoutes',
    'Cute Short Quotes',
    'Motivacional Quotes',
    'Words Quotes'
  ],
  post: 'https://i.pinimg.com/originals/68/a8/58/68a85891ccbac21aba585d1fc42a7ec8.jpg',
  username: 'SheBeKrafty-Kelen┃Mental Health, Chronic Illness, Anxiety',
  followers: '1k',
  image: 'https://i.pinimg.com/75x75_RS/63/f0/ca/63f0ca7bb609c35149679b682b95d2eb.jpg',
  url: 'https://www.pinterest.com/search/pins/?q=happiness'
}

License

ISC

Keywords

FAQs

Package last updated on 23 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc