Introduction


🎯 Goal of the project

  1. Scrape data about stores where PPG Paints are sold from the PPG paints website
  2. Extrapolate coordinates of the stores based on the store addresses
  3. Create simple geospatial visualizations of the data to draw some conclusions

Quick Links To:

🛠️ Tools used:

Researching The Website


The link to the website is: https://www.ppgpaints.com/

As I navigated to the “Store Locator” on the website I noticed that the locater was only showing the nearest 10 stores to where I was located.

However after navigating to the URL of a particular store we notice that the url format is the following:

https://www.ppgpaints.com/store-locator/us/{state}/{city}/{store-name}

Therefore we can navigate to the /us webpage and most likely find links to all of the available states - which was true.

Screen Shot 2024-07-25 at 5.24.08 PM.png

Within every state there was a similar page with links to every city within the state.