Skip to content

This project is used to extract car listings from a website. It uses requests and BeautifulSoup to parse data, saving it as a CSV.

Notifications You must be signed in to change notification settings

manjuq/Car_scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Car Listings Web Scraper Project

Project Overview

This project automates the process of scraping car listing data from a web page. It is designed to extract key details about cars, such as their names and mileage, and then compile this data into a CSV file. The project demonstrates basic web scraping techniques using Python.

Features

  • Fetches webpage content using the requests library.
  • Parses HTML content with BeautifulSoup to extract relevant data.
  • Organizes scraped data into a structured format using pandas.
  • Exports the data to a CSV file for further analysis or usage.

Dependencies

  • Python 3.x
  • requests
  • BeautifulSoup4
  • pandas

About

This project is used to extract car listings from a website. It uses requests and BeautifulSoup to parse data, saving it as a CSV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages