Free Forever

CS2 Price API.
Free forever. Seriously.

No credit card. No rate limits. No catch.
Build your Discord bot, price checker, or inventory tracker without spending a dime.

$0/month
No Credit Card
Early Access
100% free: 15-minute price freshness, unlimited requests, forever

By signing up, you agree to our Privacy Policy.

discord-bot.js
// Free tier: 15-minute freshness, unlimited requests
const response = await fetch(
    "https://api.priceforge.dev/api/v1/prices/AK-47%20%7C%20Redline%20(Field-Tested)",
    { headers: { "X-API-Key": "sk_live_your_key" } }
);
const { item } = await response.json();

// Perfect for Discord bots
message.reply(`Current price: $${item.prices.steam}`);

Start building with our free tier

Free Forever, No Catch
$0 Cost Forever
No Credit Card Required

What you get for free

Unlimited Requests

No daily limits, no monthly caps. Query our API as much as you need. We handle the scaling.

15-Minute Freshness

Prices updated every 15 minutes. Perfect for price checkers, Discord bots, and portfolio trackers.

Simple REST API

Clean REST endpoints. Get started in minutes with simple HTTP requests.

Community Support

Join our Discord community. Get help from other developers and share your projects.

Free vs Paid: What's the difference?

Feature Free Tier Pro ($29/mo) Ultra ($99/mo)
Price $0 forever $29/month $99/month
Requests Unlimited Unlimited Unlimited
Price Freshness 15 minutes 5 minutes 1 minute
Best For Discord bots, price checkers Inventory tools Trading bots
Credit Card Not required Required Required

Perfect for hobby projects

Our free tier is designed for developers who want to build cool stuff without worrying about costs.

Discord Price Bots

Build a bot that responds to !price commands. 15-minute freshness is perfect for casual price checks.

Portfolio Trackers

Track your CS2 inventory value over time. Daily updates don't need real-time data.

Price Comparison Sites

Show users current market prices. Free tier handles the traffic, you focus on the UX.

Ready to start building?

Get your free API key in 30 seconds. No credit card, no commitment, no catch.

Get Free API Key