
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
website-scraper-phantom
Advanced tools
Plugin for website-scraper which receives html for dynamic websites using PhantomJS
Plugin for website-scraper which returns html for dynamic websites using PhantomJS
if you need plugin for website-scraper version < 4, you can find it here (version 0.1.0)
npm install website-scraper website-scraper-phantom
const scrape = require('website-scraper');
const PhantomPlugin = require('website-scraper-phantom');
scrape({
urls: ['https://www.instagram.com/gopro/'],
directory: '/path/to/save',
plugins: [ new PhantomPlugin() ]
});
It starts PhantomJS which just opens page and waits when page is loaded. It is far from ideal because probably you need to wait until some resource is loaded or click some button or log in. Currently this module doesn't support such functionality.
FAQs
Plugin for website-scraper which receives html for dynamic websites using PhantomJS
We found that website-scraper-phantom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.