top of page

EVOASTRA VENTURES

Public·1432 members

Task1 - Web Scraping

🛠Task:

- Web Scraping Tata Cars Data from AckoDrive (https://ackodrive.com/)


🎯 Data Points to Scrape:

  1. Car Make – Brand or manufacturer of the car.

  2. Car Model – Specific model name.

  3. Body Type - Type of car body

  4. Model Seat - Number of seats

  5. Model variant - Specific version of the model

  6. Price – Listed selling price of the car.

  7. Fuel Type – Petrol, Diesel, Electric, etc.

  8. Transmission Type – Automatic or Manual.

  9. Color Variants – Number of available color options for that model.

  10. Location Details – Location of the listed car.


🧰 Tools & Libraries Used:

  1. requests – For sending HTTP requests and retrieving webpage HTML.

  2. BeautifulSoup (from bs4) – To parse and extract elements from HTML.

  3. pandas – To store the extracted data in a DataFrame and export it to CSV.

  4. urllib.parse – For parsing and validating URLs


🔗 Code Link: https://github.com/PratikDavidson/evoastra-internship/tree/main/Day-1


97 Views
bottom of page