Diecast Hunter is a personal-use desktop application for managing one user's diecast collection and the listings they personally choose to track.
Data collected
The application stores, locally on the user's own machine, the following:
- The user's own eBay authorization tokens (refresh and access tokens), used solely to query the user's own eBay account.
- Listing data the user explicitly chooses to track (item identifiers, titles, prices, seller usernames, images).
- Personal collection data imported from diecastregistry.com using the user's own account credentials.
No data is transmitted to or stored on servers operated by Diecast Hunter or its author beyond what the user's local installation retrieves directly from these third-party services on the user's behalf.
Data sharing
The application does not share user data with third parties. It connects only to:
- eBay's APIs, authenticated with the user's own credentials.
- diecastregistry.com, authenticated with the user's own credentials.
- A Cloudflare Worker that the user themself deploys, to receive eBay's marketplace-account-deletion notifications on behalf of the user's installation.
Data deletion
The application honors eBay's marketplace-account-deletion notification process. When eBay notifies the configured Worker endpoint that an eBay user has deleted their account, the desktop application removes any local rows referencing that user on the next sync.
To delete all locally stored data, the user can uninstall the
application and remove the SQLite database at
%APPDATA%\DiecastHunter\ on Windows.
Contact
Diecast Hunter is a single-user personal application without a support team. Inquiries about this privacy policy can be directed via the Thistle Grow Software contact page.