CS2 Skin Pulse avatar

CS2 Skin Pulse

Pricing

$2.00 / 1,000 results

Go to Apify Store
CS2 Skin Pulse

CS2 Skin Pulse

Track CS2 (Counter-Strike 2) skin prices on the Steam Community Market and catch momentum — price spikes, drops, and listing-volume surges — as they happen.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

0xGollum

0xGollum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

CS2 Skin Pulse 🔪

Catch CS2 (Counter-Strike 2) skin price momentum — spikes, drops, and volume surges — before you check the market manually.

The Steam Community Market moves fast: skins pump on patch news, tournament hype, or a sudden supply squeeze. This actor tracks your watchlist and flags the moment prices or trading volume shift since the last check — no need to babysit the market page.

What you get

Two row types per run:

  • Snapshot — current price + volume for every tracked item
  • Signal — a named, fired condition:
SignalMeaning
price_spikePrice up since the previous run (threshold configurable)
price_dropPrice down since the previous run
volume_spikeListed volume surged vs the previous run

Signals compare against the previous run, persisted in a key-value store — so the more often you schedule it, the sharper the signal.

Source

Steam Community Market (public, no API key, no login). Covers any tradable CS2 item: rifles, knives, gloves, cases, stickers.

Use cases

  • Skin traders — get alerted the moment something you're watching moves
  • Flippers — spot volume surges (a sign of incoming price action) early
  • Bots & automations — feed clean signals into your own trading/alerting flow

Input (all optional)

FieldDefaultDescription
items8-item default watchlistExact Steam market names to track
auto_discover_top0Also track the top N items by listing volume
max_concurrency4Parallel Steam requests (keep low to avoid rate limits)
price_spike_threshold_pct5.0% price rise to fire price_spike
price_drop_threshold_pct-5.0% price fall to fire price_drop
volume_spike_ratio1.5Volume vs last run to fire volume_spike
min_price_usd1.0Ignore items priced below this

Example

{
"items": ["AK-47 | Redline (Field-Tested)", "AWP | Asiimov (Field-Tested)"],
"price_spike_threshold_pct": 3
}

⚠️ Use the exact Steam market name, e.g. AK-47 | Redline (Field-Tested) (find it in the item's Steam Market URL or page title).

Output

{
"type": "signal",
"name": "AK-47 | Redline (Field-Tested)",
"signal": "price_spike",
"direction": "bullish",
"strength": "high",
"message": "Price up +10.0% since last run."
}

Pricing

Pay per result: $0.002 per row (snapshots + signals). Tracking 8 items costs a fraction of a cent per run.

Tips

  • Schedule it every 30–60 min — signals only fire by comparing to a previous run, so the first run just builds the baseline.
  • The Steam Market throttles anonymous requests; keep max_concurrency low (default 4) and your watchlist reasonably sized.

⚠️ Not financial advice. Skin trading carries real financial risk. This actor surfaces market data — it does not tell you what to buy or sell. All data from Valve's public Steam Community Market.