Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 975 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 975 Bytes

scraping-examples

Different examples of scraping techniques. Cheerio is used in all the examples to extract the desired content.

Synopsis

Show a few examples of screen scraping.

  1. Scrape static content with request.
  2. Scrape dynamic content (Angular/Ember) using Nightmare.
  3. Take screen shots of page and programmatically interact with the page using Nightmare.
  4. Open Google and interact with page (WIP).

Installation

  • npm install

Additional Information about packages

Debugging

  • node-debug --nodejs --harmony index.js

Running

  • node --harmony index.js