curl -s -H 'Accept-Language: fr' 'http://steamcommunity.com/market/search?q=M4A4+|+Espace+d%C3%A9sol%C3%A9' |
sed -nr 's@.*<span class="normal_price">([^<>]*)</span>.*@\1@p'
Le -H 'Accept-Language: fr' sert à se faire passer pour un navigateur configuré en français, vu que visiblement la recherche en dépend (on obtient aucun résultat sinon).