Reputation: 269
I was wondering if there is any efficient way to get the prices of an item on steam. I found :
You get JSON with only "lowest_price". How I can get JSON with 3 lowest prices ?
Upvotes: 6
Views: 19715
Reputation: 269
I use
render?start=0&count=10¤cy=3&language=english&format=json
currency: 1 for USD, 2 for GBP, 3 for EUR, 5 for RUB
Upvotes: 9