JT
JackpotScout
DashboardJackpotsHotScreenerProvidersNews
Live
JT
JackpotTracker

Real-time progressive jackpot intelligence. Data refreshed every 6 hours.

Jackpots

  • All Jackpots
  • Hot
  • Screener
  • Wins

Providers

  • Microgaming
  • NetEnt
  • Playtech
  • All Providers →

Tools

  • Compare
  • Portfolio
  • Predictions
  • Guide

© 2026 JackpotScout. Data for informational purposes only.

18+ only. Please gamble responsibly.

Widget Library

Embeddable Jackpot Widgets

Add live progressive jackpot data to any website. Copy the embed code and paste it into your HTML. All widgets are free, lightweight, and update automatically.

Quick Start

Each widget is a simple <iframe> tag. Paste the embed code into your page and customize with query parameters. Data refreshes every 5 minutes. All widgets support ?theme=dark and ?theme=light.

Jackpot Ticker

A horizontal scrolling ticker strip showing live jackpot values, like a stock market ticker. Compact at 40px height, ideal for headers or banners.

Live Preview
Embed Code
<iframe src="https://jackpotscout.net/embed/ticker?count=5&theme=dark"
        width="100%" height="40" frameborder="0"></iframe>
Parameters
ParamDefaultOptions
count101-50
themedarkdark, light
speednormalslow, normal, fast
providerallmicrogaming, netent, playtech, igt, ...

Single Jackpot Card

A compact card showing a single jackpot with its current value, heat badge, provider, and growth rate. Links to the full detail page.

Live Preview
Embed Code
<iframe src="https://jackpotscout.net/embed/card?slug=mega-moolah-mega&theme=dark"
        width="350" height="200" frameborder="0"></iframe>
Parameters
ParamDefaultOptions
slugmega-moolah-megaAny jackpot slug
themedarkdark, light

Fear & Greed Index

A gauge showing the overall jackpot market sentiment based on heat scores and value ratios. Higher scores indicate more jackpots are overdue.

Live Preview
Embed Code
<iframe src="https://jackpotscout.net/embed/fear-greed?theme=dark"
        width="300" height="310" frameborder="0"></iframe>
Parameters
ParamDefaultOptions
themedarkdark, light

Top Jackpots Table

A sortable table of top jackpots with value, heat status, provider, and 24h growth. Rows link to detail pages.

Live Preview
Embed Code
<iframe src="https://jackpotscout.net/embed/table?count=10&theme=dark"
        width="600" height="500" frameborder="0"></iframe>
Parameters
ParamDefaultOptions
count101-50
sortvaluevalue, heat
themedarkdark, light
providerallmicrogaming, netent, playtech, igt, ...

JSON API Endpoints

For developers who want to build custom integrations, we also expose JSON APIs with CORS enabled.

GET/api/widgets/ticker

Returns top N jackpots as JSON. Params: count, provider, sort

GET/api/widgets/fear-greed

Returns the current fear/greed score and label as JSON.