SteamAnalyst API
The #1 source of pricing for CS2 and CS:GO items. Our mission is to provide you with updated and accurate prices.
We are proud to have established ourselves as the leading source of pricing for CS2 items. Our paid API is the best source of pricing for CS2 and CS:GO items - we're looking forward to working with you!
Why Work With Us?
- Reliable Data: Steam's API is not a reliable source of pricing for CS2 projects; items are often missing and/or have wrong prices such as for rare knives.
- Price Manipulation Protection: Price manipulation on the Steam Market has become an issue. We have several protections in place to avoid this and provide you with the best pricing possible.
- Quality Guarantee: Don't fall for cheap alternatives. We guarantee you'll be satisfied with our data quality and reliability.
- High Availability: Our API is fast and has an uptime of 99.99%.
API Features
Real-Time Pricing
Get up-to-date prices with minimal latency. High-volume items updated every 5-15 minutes.
100K+ Items
Complete coverage of all CS2 and CS:GO items including knives, gloves, stickers, and more.
Multi-Market Data
Pricing from Steam Market, BUFF163, and other major marketplaces.
Manipulation Detection
Built-in flags for price manipulation and suspicious activity on items.
Code Examples
Integrating the SteamAnalyst API is straightforward. Here are examples in popular languages:
cURL
curl -X GET "https://api.steamanalyst.com/v2/prices?apikey=YOUR_API_KEY" \ -H "Accept: application/json"
JavaScript / Node.js
const response = await fetch(
"https://api.steamanalyst.com/v2/prices?apikey=YOUR_API_KEY"
);
const data = await response.json();
// Access individual item prices
for (const item of data) {
console.log(item.name, "$" + item.avg_price);
}Python
import requests
response = requests.get(
"https://api.steamanalyst.com/v2/prices",
params={"apikey": "YOUR_API_KEY"}
)
data = response.json()
# Access individual item prices
for item in data:
print(f"{item['name']}: {'$'}{item['avg_price']}")API Documentation
You can find the complete API documentation at steamanalyst.com/api-doc. The documentation includes:
- Endpoint reference and examples
- Response format and field descriptions
- Code samples for integration
- Handling of rare items and Doppler phases
“Powered by SteamAnalyst” Badge
If you use our API, add a “Powered by SteamAnalyst” badge to your site. Copy the HTML below:
Preview:
Pricing Plans
Hobby
Personal projects and small bots. Limited request volume.
Free
Up to 100 requests/day
Business
Trading sites, marketplaces, and commercial projects.
Custom
Unlimited requests, priority support
Enterprise
High-volume applications with SLA guarantees.
Custom
Dedicated infrastructure, SLA
Embeddable Price Widget
Display live CS2 skin prices on your website with our embeddable widget. Simply add an iframe to your page:
Replace ITEM_ID with the numeric ID of the item. The widget automatically updates with the latest price and links back to the full item page.
Get Started
Contact Us
Our team is ready to get you set up. Contact us for API access, pricing information, or any questions about integration.
Twitter/X: @SteamAnalyst
Email: [email protected]
Please include a short description of your project when reaching out. We typically respond within 24-48 hours.
