https://github.com/chrismuir/psa-scrape
PSA Cards Web Scraper
https://github.com/chrismuir/psa-scrape
Last synced: over 1 year ago
JSON representation
PSA Cards Web Scraper
- Host: GitHub
- URL: https://github.com/chrismuir/psa-scrape
- Owner: ChrisMuir
- Created: 2019-06-30T01:03:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T22:29:26.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:05:45.726Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 39
- Watchers: 7
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSA Cards Web Scrapers
Collection of web scrapers for collecting data from [PSA Cards](https://www.psacard.com/). They are written using Python 3.
There is a web scraper for PSA [pop report](https://www.psacard.com/pop/) data, and PSA [auction prices realized](https://www.psacard.com/auctionprices/)
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.