/Apple-Tech-Spec-Scrapers

Two Simple Web Image Scrapers for Apple Technical Specifications

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Apple-Tech-Spec-Scrapers

Two Simple Web Image Scrapers for Apple Technical Specifications

Fast Scraper - FirstImage.java

This scraper assumes the web structure for Apple Technical Specifications. It loops over the possible URLs for spec documents and saves the first image. This scraper has a much smaller range of possibilities to loops over and runs much quicker than the LargeRange.java scraper.

Slow Scraper - LargeRange.java

This scraper also assumes the web structure for Apple Technical Specifications, however it loops over possible URLs for images which has a much larger range on this site. Though this scraper takes MUCH longer to finish, it is able to find a significantly larger number of images.