A NodeJS program created to scrape URLs from dynamically rendered web apps without the need of spawning headless browsers. It uses much less resources then headless browser alternatives and im currently using this to generate sitemaps for a production web app.
npm install
Move config.example.js to config.js
Change baseUrl to the websites base url
Change startUrl to the websites url you want to start scraping on
npm start
👤 Hayden
- Twitter: @itsheydoon
- Github: @haydencarlson
Give a ⭐️ if this project helped you!