Skip to content

Script that extracts information from car ads from website and collects them in mysql database for later use.

Notifications You must be signed in to change notification settings

trsavi/Polovni-Automobili-Webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polovni Automobili Webscraper

Using BeautifulSoup python library to extract information about cars on website www.polovniautomobili.com from car ads and inserting them into mysql database.

Did not extract all data from car ads, only essential like mileage, power, type, engine volume etc.

With this data we can analyze various information, for example which car model of a certain brand has the best corelation betweeen price, age, engine volume, etc. Other than that, we can have statistical information about car performances in general and difference between prices.

In other file, analysis.py, there are functions that manages to extract certain type of data needed to analyze various parameters that already exists in given database. The goal is to visualize through graphs and charts, and explain usage of data in some database. There are several problems that was looked into that can be modified.