Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 720 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 720 Bytes

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.