[Rails 7 Series] - Rapid API
What You'll Learn
In this "Rapid API" project, you will learn how to build your own scraping tool (in a quick and easy way).
Course Details
In this "Rapid API" project, you will learn how to build your own scraping tool (in a quick and easy way).
Course Curriculum
Module 1 — Starter
Inspiration
3:39
Demo
Install Ruby & Rails (for macOS)
Module 2 — Simple scrapping
Scrapping a website
07:34
Scrapping the first page
04:42
Export to CSV
03:14
Export to JSON
03:43
Module 3 — Scrapping pages
Multiple pages
09:20
Dynamic pages - Method 1
07:43
Dynamic pages - Method 2
09:10
Module 4 — Scrapping infinity
Setting up Selenium
03:15
Get started with Selenium
06:37
Infinity loading with button
13:01
Infinity loading with scrolling
10:14
Module 5 — Sinatra
Setting up Sinatra
03:48
Endpoint - listing
02:59
Endpoint - searching
05:13
Module 6 — Deploy API
Setting up Replit
05:27
Setting up Rapid API
08:40
Download Source Code