Search every public listing, watch competitors, and find opportunities before they go mainstream. Know what to build before you build it — without scrolling Discord.
Every score and estimate is explainable. No black boxes — argue with the inputs, not the answer. Every snapshot makes the historical record harder to replicate.
Search and filter every public listing across Cfx Marketplace and top Tebex storefronts. 90 days of history queryable by day.
Daily snapshots, never lost.Price history, framework tags, and a transparent quality score with a 0-100 breakdown — hover any axis to see why.
Explainable, end to end.Watch a seller, listing, category, or saved search. Get notified the moment anything changes.
Email, Discord, or webhook.Find the (category × framework) clusters where demand outruns supply. Six transparent sub-scores you can argue with.
Pro feature.Audit your title, description, framework tags, and pricing against the top 10 in your cluster. Heuristic-first; LLM only fills the gaps.
Pro feature.Pipe Stagecraft into your own tools. Read JSON over HTTPS or subscribe a URL to get HMAC-signed events the moment listings change.
Agency feature.OAuth into the same Discord you already use. No extra password, no new identity.
Search every Cfx Marketplace listing and our growing set of top Tebex stores. Filter by framework, category, source, price band.
Pick the sellers, listings, or categories you actually care about. Daily digest at the time you choose.
Opportunity Finder picks what to build next; Optimizer audits your listing against the top 10 in your cluster. Both unlock on Pro.
Names anonymized at request. Quotes lightly edited for length.
“I'd been guessing about what to build next for two years. Opportunity Finder showed me an underserved RedM cluster on day one. Shipped a script there in 3 weeks — first month outsold all my QBCore work combined.”
“We were screenshotting competitor listings into a Discord channel and calling it research. Stagecraft pings us in Slack the moment any of our watched listings change price. Our team finally agrees on what's hot.”
“We piped the webhooks into our internal pricing tool. When a competitor drops their price, ours recalculates inside of a minute. That used to be a person's whole job.”
The same data the dashboard shows is also a feed your tools can pull from. Use it in a spreadsheet, a Slack channel, your own pricing tool — anywhere you already work. Webhooks tell your tools the moment something changes, so you don't have to keep checking.
Get a Slack message the moment any QBCore inventory script in your price band drops below your threshold.
Auto-populate a Google Sheet with every new RedM map released this week and its quality score. Your team reads the sheet they already use.
When a competitor changes price, your own pricing tool recalculates automatically. Stagecraft pushes; you don't poll.
Two ways in: pull or push.
Read API. Every listing, price, seller, category, and ranked opportunity, available as JSON over HTTPS. Bearer-token auth, rate limits per plan, full reference at stagecraft.gg/docs/api.
Webhooks. Subscribe a URL and receive signed events on price changes, new listings, removals, and sales — verified with HMAC so you know we sent it. Works with Slack, Discord, Zapier, or any HTTP listener.
Available on the Agency plan. Generate keys from /settings/api-keys.
# Pull the top opportunities into your tools
curl https://stagecraft.gg/api/v1/opportunities \
-H "Authorization: Bearer sk_live_xxxxxxxxxxxx"
# Or subscribe to changes (webhooks)
curl -X POST https://stagecraft.gg/api/v1/webhooks \
-H "Authorization: Bearer sk_live_xxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"url": "https://your-app.example.com/hooks/stagecraft",
"event_types": ["price.changed", "listing.created"]
}'Free tier always available. Cancel any time. Annual prepay funds the next 12 months of proxy infrastructure — and saves you 16%.