Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 416 Bytes

File metadata and controls

12 lines (9 loc) · 416 Bytes

🎬 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