Skip to content

jpzhangvincent/Dealership-Scraping

 
 

Repository files navigation

Web Scraping &Visualization for the Vehicle Sales Market in the U.S

This project aims to apply web scraping to collect vehicle information from local dealerships websites in the U.S. RShiny Dashboard integrates interactive visualization to show the vehicle sales market in U.S from the local dealerships perspective. This project was started at May,2015, and supervised by Dr.Gustavo Collantes at the UC Davis Policy Institute. This project provides scientific evidence-based supports for the Zero Emission Market Acceleration Partnerships Initiative led by UC Davis.

Strategies

  1. We collect local dealership information from the manufacturers' websites to collect all nationwide dealerships information about dealer name, address, website link and even inventory links(if they exist)
  2. We use Google Place API to further integrate the information of geo-locations(Latitude,Longitude) and inventory links(if NA from the last step).
  3. Through our experiments and test case, we break down and categorize web-scraping cases based on their common url patterns in inventory links.
  4. After we tackled each case study of web scraping, we can integrate them to a scraper.
  5. We design our visualization and Shiny dashboard to delpoy on the RShiny server.

Credits

Further Work

  • Real-time Data Collection
  • Database Management

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 98.1%
  • Python 1.3%
  • CSS 0.6%