sir, can u help me. i want get all item from this: http://steamcommunity.com/market/search?appid=730 i have tried a few API, but have not been successful. first i'm using this API: http://api.steampowered.com/ISteamEconomy/GetAssetPrices/v0001/?key={API_KEY}&language=en&appid=730from here i get a $id.an i combine it with http://api.steampowered.com/ISteamEconomy/GetAssetClassInfo/v0001?key={API_KEY}&format=json&language=en&appid=730&class_count=3&classid0=".$id but still not successful. thank you.