Skip to content

An async web scraper built in Rust using Tokio to efficiently extract structured data from websites.

Notifications You must be signed in to change notification settings

Nandgopal-R/RustRipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 IMDb Top Movies Scraper

This project is a Rust-based web scraper that fetches the top movies from IMDb and saves the data to a CSV file.

πŸš€ Features

βœ… Fetches movie rank, name, and rating
βœ… Runs async requests using tokio
βœ… Saves data to movies.csv
βœ… Uses asynchronous HTTP requests with reqwest
βœ… Parses HTML with scraper
βœ… Serializes data to CSV with csv and serde

About

An async web scraper built in Rust using Tokio to efficiently extract structured data from websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages