Prashant Jhaprashantjha14.hashnode.dev·Jul 10, 2024How I Created a Discord Bot for ICAI Batch NotificationsMy brother is studying for CA, and it is compulsory to take two study batches (Orientation and Information Technology) by ICAI. However, most of the time, the batches are full, and it can be tedious to check for availability continuously. So, I made ...1 like·26 readsTechForGood
Brian Kingsolodev.app·Apr 7, 20241 of 5: Building a JavaScript Scraping Tool.JavaScript Scraping | Scrapy | ScrapeGraphAI | Nomic | Embeddings & LLMs Originally published: Tuesday 19th March 2024. TL;DR. This post is a guide to running a Node.js script for scraping URLs. This piece covers the installation of LXD (LinuX Daemon...2 likes·44 readsThe AI SeriesWeb Scraping Tutorial
Oluwatobitobilyn77.hashnode.dev·Jan 20, 2024Web Scraping 101 – Introduction to Data Scraping using Cheerio with Node JSData, they say is Oxygen. Data plays a key role in the everyday living of an individual. A decision to go out based on the weather forecast is based on data collected over the years. More so, it's essential for small firms, large corporations, indust...22 likes·148 readsweb scraping
Bagus Budi Cahyonoblog.bagus.page·May 27, 2023Web Scraping With Node.js and Cheerio 🔥In this post, I will show you how to create a web scraper using Node.js, Axios, and Cheerio. I use Axios to make an HTTP Request to a website then I use Cheerio to parse the HTML, and extract the data I needed. Let's get to it. 🚀 Create a Web Scrape...web scraping
Usama JamilforApify Blogapify.hashnode.dev·Apr 21, 2023Web scraping with Cheerio in 2023If you're new to web scraping and need help figuring out where to start, this Cheerio web scraping tutorial is for you. We'll cover each step of web scraping from basics to advanced. Let's start our journey. Getting started with Cheerio and web scrap...80 readsJavaScript
Corey McCoycorey.hashnode.dev·Apr 6, 2023Web Scraping BasicsWeb scraping Web scraping has become a crucial skill for developers in the digital era, providing a means to extract valuable data from websites. In this article, we'll explore building a compact app using JavaScript, Node.js, and Express that extrac...100 readsJavaScript
Ukpeh Michaelmukpeh.hashnode.dev·Feb 27, 2023Web Scraping Using Node.js and Cheerio for Dummies .Introduction I woke up feeling the need to get large chunks of data to populate my database for a movie REST API I was building. I started copying and pasting the data manually and I guess it was a nice experience doing that besides I had all the tim...11 likes·118 readsNode.js