Paid Data API · from $29/mo

Every SMM panel price, in one feed.

~19,000 live services across every panel we track. Categorized deterministically. Refreshed daily. Authenticated CSV + JSON access — bring an API key, get the full dataset. Generate a free trial key.

Active services
~19,000
Refresh cadence
Daily
Starts at
$29/mo
curl
curl -H "Authorization: Bearer YOUR_KEY" \
  https://smm.supply/api/public/data/services.csv -o services.csv

Schema

CSV and JSON share the same field names. CSV is UTF-8, comma-delimited, RFC 4180 quoting.

FieldTypeDescription
panel_slugstringCanonical panel identifier on smm.supply (e.g. 'peakerr').
panel_namestringDisplay name of the panel.
panel_domainstringPublic root domain of the panel.
panel_trust_scoreinteger 0–100Composite trust score. >60 = credible. <40 = avoid.
platformenumIG, TT, YT, FB, TW, TG, SC, TH, LI, PI, RD, DC, TWITCH, SP, VK, WEB.
categorystringPanel-reported raw category.
category_slugstringOur normalized category (followers, likes, views, …). Deterministic.
subcategory_slugstring|nullOptional subcategory when meaningful.
quality_tierenum|nullcheap | standard | real | premium — derived from name heuristics + price band.
service_namestringPanel-reported service name.
price_per_1k_usdnumberPrice per 1,000 units in USD. The only field worth comparing across panels.
min_orderintegerSmallest order the panel accepts.
max_orderintegerLargest order the panel accepts.
refillenumnone | 7 | 30 | 60 | 90 | 365 | lifetime — refill window in days.
drip_feedbooleanTrue if delivery is throttled over time.
quality_scoreinteger 0–100|nullPanel-reported quality, when present. Not normalized.
last_seen_atISO timestampLast sync cycle that still saw this service listed.

Plans & license

Trial: free, 100 req/month. Starter $29/mo, Pro $99/mo, Firehose $299/mo. Manage keys at /dashboard/data-api. Paying subscribers may redistribute the data under CC-BY 4.0 with attribution to smm.supply. Firehose subscribers may waive attribution.

Data: SMM Supply (https://smm.supply/data), CC-BY 4.0

Caveats

  • Snapshot, not an order book. Panels can change prices between syncs.
  • Quality tier is derived; treat it as a useful hint, not a guarantee.
  • Flagged / scammy panels are included in the dataset. Filter on panel_trust_score >= 60 for a credible subset.
  • Panel-reported fields (quality_score, refill) are passed through as-is. We don't audit them.