@davidpunya/web-scraper

0.0.21 • Public • Published

@davidpunya/web-scraper

A powerful web scraper for various social media platforms including Instagram, TikTok, Facebook, and more. Easily fetch data and media content from these platforms with simple function calls.

Features

  • Scrape data and media from Instagram, TikTok, Facebook, and Pinterest.
  • Fetch video and image URLs, titles, thumbnails, and more.
  • Convert images to PDFBuffer.
  • Simple and easy-to-use API.

Installation

To install @davidpunya/web-scraper, you can use the npm package manager by running this command:

$ npm install @davidpunya/web-scraper
$ npm i @davidpunya/web-scraper

Uninstall

To uninstall @davidpunya/web-scraper, you can use the npm package manager by running this command:

$ npm uninstall @davidpunya/web-scraper

Usage

Below are examples of how to use @davidpunya/web-scraper to fetch data from various platforms.

const david = new (require("@davidpunya/web-scraper"));

(async () => {
  const result = await david.Scraper.Search.tiktokSearch("Sigma");
  console.log(result);
})()

Contact

If you have any questions or need further assistance, please feel free to contact us:

License This project is licensed under the MIT License. See the LICENSE file for details.

Developed with ❤️ by David XD

Package Sidebar

Install

npm i @davidpunya/web-scraper

Weekly Downloads

1

Version

0.0.21

License

MIT

Unpacked Size

401 kB

Total Files

12

Last publish

Collaborators

  • davidpunya