Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A generic website scraper made with Strapi, Puppeteer and Cheerio running on a cron with an example set

License

NotificationsYou must be signed in to change notification settings

InCuca/generic-website-scraper

Repository files navigation

A quick scraper application with a functioning example.

Start

Install dependencies and runyarn develop.

Create your admin credentials on Strapi and create the first Scraper:

name: Jamstack.orgenabled: truefrequency: * * * * *

The cron tries to run the scraping code every minute, and:

  • check if the Scraper isenabled before running;
  • respects thefrequency set;

The scraping is done with puppeteer and cherio and is at/scripts/scrapers. The content is saved to theSite generators model.

From here...

You can turn it into a generic website scraper or just modify the index.js file to your needs. Possibilities are endless...

About

A generic website scraper made with Strapi, Puppeteer and Cheerio running on a cron with an example set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp