Socket
Book a DemoInstallSign in
Socket

scrapedata

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrapedata

scrapedata is a easy web scraper that has to arguments: url and a selector

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

#scrapedata

scrapedata is a easy web scraper that has to arguments: url and a selector

scrapedata is pretty simple so it doesn't do recaptcha or etc.

Get started:

1. npm i scrapedata & cd scrapedata

2. import {scrapedata} from 'scrapedata' // its a function not a class so no new constructor

3. const obj = await scrapedata(<url>, <selector>)

4. console.log(obj)

disclaimer: web scraping might break websites term and conditions.

have fun.

Keywords

web

FAQs

Package last updated on 18 May 2025

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