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

scraper-request

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

scraper-request

Makes a http request and stores metadata

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

scraper-request

only dependency is the request module

scrape class - methods and properties to scrape a single page

var scraper-class = require('scraper-request/src/listingClass.js')

** set url for the page we want to scrape the html body ** var url = 'http://www.google.com'

var location = 'uk'

var googleScrape = new scraper-class(url, location)

make request

googleScrape.makeRequest().then((result) => {

print html response console.log(listingScrape.html)

**print date + time of scrape ** console.log(googlescrape.scrapedate) })

Keywords

scrape

FAQs

Package last updated on 16 Mar 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