[feature request] Price Guide API from bricklink #160

Open
opened 2026-05-31 18:01:11 +02:00 by addict · 2 comments

Please integrate the BrickLink Price API (https://www.bricklink.com/v3/api.page?page=get-price-guide) to display the current value of a set and calculate the total value.

Please integrate the BrickLink Price API (https://www.bricklink.com/v3/api.page?page=get-price-guide) to display the current value of a set and calculate the total value.
FrederikBaerentsen added the Kind/Feature label 2026-05-31 18:03:23 +02:00
Owner

I've been wanting a way to pull bricklink+brickset values without forcing it into bricktracker. What i landed on is a separate little "sidecar" container that talks to brickset/bricklink, and bricktracker just asks it for data. The container queries Bricklink on-demand and can schedule data pulls from brickset. A handful of new env vars are added, but if you do not fill out the url for the secondary container, all brickset/bricklink info is hidden automatically. That way nobody is forced to use it.

I did a POC and it works well.

bricklink pricing.png

So for 1.5 the idea is: on a set you see the current value (new/used) and the change based on your purchase price and MSRP. There's a setting to auto fetch this when adding new sets or you can manually fetch it for a set, or fetch all from the admin page.

There also some new pricing info on the statistics page:

statistics.png

Does new+used cover what you wanted, or were you also after price history over time? The Bricklink API doesn't cover as much as i wanted. I wanted to also see pricing for complete/incomplete but that's not available.

I've been wanting a way to pull bricklink+brickset values without forcing it into bricktracker. What i landed on is a separate little "sidecar" container that talks to brickset/bricklink, and bricktracker just asks it for data. The container queries Bricklink on-demand and can schedule data pulls from brickset. A handful of new env vars are added, but if you do not fill out the url for the secondary container, all brickset/bricklink info is hidden automatically. That way nobody is forced to use it. I did a POC and it works well. ![bricklink pricing.png](/attachments/1e0c28a8-5a2b-4be6-8fdb-03ef98610b85) So for 1.5 the idea is: on a set you see the current value (new/used) and the change based on your purchase price and MSRP. There's a setting to auto fetch this when adding new sets or you can manually fetch it for a set, or fetch all from the admin page. There also some new pricing info on the statistics page: ![statistics.png](/attachments/bd3ac12e-968d-4d67-b5c5-d980fa221476) Does new+used cover what you wanted, or were you also after price history over time? The Bricklink API doesn't cover as much as i wanted. I wanted to also see pricing for complete/incomplete but that's not available.
FrederikBaerentsen added this to the Version 1.5 milestone 2026-06-15 21:15:50 +02:00
Author

That looks great!

That looks great!
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FrederikBaerentsen/BrickTracker#160