Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 897 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 897 Bytes

akc_scraper

Ruby scripts that use Selenium to collect information on 280+ dog breeds from the American Kennel Club.

What does each script do?

breed_name_scraper.rb

This script collects the name of each breed listed on the American Kennel Club website.

breed_scraper.rb

This script uses the names collected in breed_name_scraper.rb to gather information from the American Kennel Club such as a description, energy_score, trainability_score, etc. This information is then output into a CSV file.

Data

You can view and download the data that was collected here.

Disclaimer

I do not own this data. The data collected belongs to the American Kennel Club. These scripts are for educational and informational purposes only.