Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

benbuckman/scrape-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI script to scrape links from a website

npm install -g scrape-links

Usage: scrape-links --url URL --out FILE --max-depth N
Scrapes all links, recursively loading each found link on the same domain.

Options:
  --url        initial URL to scrape                   [required]
  --out        file to write URLs
  --max-depth  Scrape only this number of pages deep.

About

Scrape links recursively from a URL [2011]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published