Skip to content

A small python script built to scrape prices for cars posted in Mercado Libre. The program takes the models as input and lists all publications available with details such as car age, mileage (in km) and location, saving the data in a .csv file.

colombimp/ML-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Mercado Libre Scraper

A basic Python script built to scrape prices for cars posted in Mercado Libre. The program takes the models as input and lists all publications for those models available with details such as car age, mileage (in km) and location, saving the data in a .csv file.

  • Python version: 3.8
  • Packages: urllib, BeautifulSoup, numpy, matplotlib

Data scraped:

  • Publication title
  • Mileage (in km)
  • Year
  • Price
  • Zone

Blog.

About

A small python script built to scrape prices for cars posted in Mercado Libre. The program takes the models as input and lists all publications available with details such as car age, mileage (in km) and location, saving the data in a .csv file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages