Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 705 Bytes

File metadata and controls

11 lines (8 loc) · 705 Bytes

PSA Cards Web Scrapers

Collection of web scrapers for collecting data from PSA Cards. They are written using Python 3.

There is a web scraper for PSA pop report data, and PSA auction prices realized data. Each subdirectory contains a README file with instructions on how to use, and what the data looks like. Each scraper writes its data to local file as CSV.

NOTE: Neither of the scrapers are using Selenium. The Pop Report scraper was using Selenium for about a year, but that's no longer needed, so to keep it as user-friendly and simple as possible, it's just using the Requests library.