Web scraping on cars
TASK-1 Web Scraping
In this project, I completed my first task using a Python script with BeautifulSoup to perform web scraping.The goal was to extract structured data from a car listing website. The script successfully extracted important details including:
Car name
Price
Fuel type
Transmission type
Model category (SUV, Sedan, Hatchback, etc.)
73 Views

