WeSearch

Steam Regional Price Data: fetch 60 regions in one run for $1.05/1K

·9 min read · 0 reactions · 0 comments · 8 views
#gaming#data#webscraping#economics
Steam Regional Price Data: fetch 60 regions in one run for $1.05/1K
⚡ TL;DR · AI summary

Steam has a public API that provides regional pricing data for games, but it requires multiple requests to gather comprehensive information. A new tool allows users to fetch data for 60 regions in one run for a low cost. This tool is particularly useful for developers and analysts interested in understanding regional price differences.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3960872) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Devil Scrapes Posted on Jun 3 Steam Regional Price Data: fetch 60 regions in one run for $1.05/1K #webscraping #python #apify #data Quick answer: Steam publishes regional prices on the public store.steampowered.com/api/appdetails endpoint — but it returns one currency at a time, tied to your request IP.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)