str = '{"success":true,"currency":"RUB","data":[{"market_hash_name":"Cloak of Malice","price":80,"class":1506957128,"instance":0,"count":108},{"market_hash_name":"Cloak of Malice","price":1400,"class":1506957128,"instance":2688251777,"count":1},{"market_hash_name":"Cloak of Malice","price":3000,"class":1506957128,"instance":1506971032,"count":1}]}';
name = 'Cloak of Malice';
var j = JSON.parse(str);
pricename = (j.data[name].price); //80