Skip to content

Commit 928a255

Browse files
committed
README updated
1 parent 0bff66b commit 928a255

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# web-scraping-with-node
22

3-
A collection of web scraping projects using Node.js, Cheerio, Unirest, Node-Fetch, Puppeteer, PDFKit (to convert scraped data into a usable, readable PDF file) & json2csv (to convert scraped data into a usable, readable CSV file).
3+
A collection of web scraping projects using Node.js.
4+
5+
List of the projects & their corresponding technology libraries:
6+
7+
- Formula One Scraper (Node.js, Cheerio, Node-Fetch, PDFKit)
8+
- Scrapes the Formula One website for the latest news, results, and standings.
9+
- Book Scraper (Node.js, Cheerio, Axios, Json2Csv, CsvToJson)
10+
- Scrapes the website for the latest books and converts the scraped data into a CSV file.
11+
- Hacker News Scraper (Node.js, Cheerio, Got-Scraping, Playwright, Puppeteer, Crawlee, Docker)
12+
- Scrapes the website for the latest news.
13+
- Yelp Scraper (Node.js, Cheerio, Unirest)
14+
- Scrapes Yelp for the latest restaurants & their corresponding information.
15+
- Google Search Scraper (Node.js, Cheerio, Unirest)
16+
- Scrapes Google for the latest search results.
17+
- Google Jobs Scraper (Node.js, Cheerio, Unirest, PDFKit)
18+
- Scrapes Google for the latest jobs in an area, and converts the scraped data into a PDF file.
19+
- Google Images Scraper (Node.js, Cheerio, Unirest)
20+
- Scrapes Google for the latest images in an area.
21+
- Scrapes Google for the latest images in an area, and downloads them to a local folder.
22+
- Website Image Scraper (Node.js, Puppeteer)
23+
- Scrapes a website for all of its images, and downloads them to a local folder.

0 commit comments

Comments
 (0)