This project is a Rust-based web scraper that fetches the top movies from IMDb and saves the data to a CSV file.
β
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