A web scraper is a script that downloads the HTML from a website as though it was a normal user. It parses that HTML to extract information from it. With Deno, we can write your scraper in TypeScript with far fewer dependencies than what you'd need in order to write the same thing in Node.

β€’8m read timeβ€’From thisdot.co
Post cover image
Table of contents
πŸ”— Getting StartedπŸ”— Writing a Web ScraperπŸ”— Putting It All Together
2 Comments

Sort: