Messages
Topics
Lists
Groups
Marketplace
Jobs
Louis Jones
3 years ago
Deno is v8 runtime for typescript and puppeteer is an awesome library for scraping dynamic data from websites. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.
#puppeteer #deno #node
In this Deno tutorial, we'll scrape data in two different ways. First we'll use Cheerio which shines when the page is server-rendered. Then we'll do the same pa