New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sitescrapr

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

sitescrapr

Simple website crawler and scraper

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

sitescrapr

Simple website crawler and content scraper.

Author

Steve Veerman

About

The purpose of sitescrapr is to provide a framework to scrape content from a particular website.

Most sitescrapr projects will follow this pattern:

  • Get "search results/listings"
  • Parse "search results/listings" and save "item links"
  • Get all "items" from "item links"
  • Parse all "items"
  • Save all "items"

Usage

Please see sitescrapr-example for more documentation and working example.

$ npm install sitescrapr

History

0.0.1

  • Initial sitescrapr implementation.

License

(The MIT License)

Keywords

sitescapr

FAQs

Package last updated on 14 Jan 2016

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