function success(data) { var id = 1553534, obj; data.product.characteristics.some(function(el) { if (el.property_id == id) obj = el; return obj }) alert([obj.title, obj.permalink]) }