Jack Shep Posted November 26, 2018 Share Posted November 26, 2018 I've looked over and have tried to use multiple peoples snippets on how to get the G.E/OSBuddy prices for items but nothing will work. I don't know if I'm doing something wrong or if the code I'm using is just out of date. Any help would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
PantiesDown Posted November 26, 2018 Share Posted November 26, 2018 Any code would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Protoprize Posted November 26, 2018 Share Posted November 26, 2018 https://storage.googleapis.com/osbuddy-exchange/summary.json This gets updated every 5 mins with the OSBuddy prices. All you will need to do is create a parse for it to scrape for specific data. (This is a json file so a bit of google won't hurt ) https://codeshack.io/json-sorter/ This website will show you exactly what you're actually looking at, after being formatted properly. From this onwards, I'd look into how to work with JSON files and how to extract only specific content from it Quote Link to comment Share on other sites More sharing options...