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.
2 Comments
Sort: