Widget Library
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.
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.
A horizontal scrolling ticker strip showing live jackpot values, like a stock market ticker. Compact at 40px height, ideal for headers or banners.
<iframe src="https://jackpotscout.net/embed/ticker?count=5&theme=dark"
width="100%" height="40" frameborder="0"></iframe>| Param | Default | Options |
|---|---|---|
| count | 10 | 1-50 |
| theme | dark | dark, light |
| speed | normal | slow, normal, fast |
| provider | all | microgaming, netent, playtech, igt, ... |
A compact card showing a single jackpot with its current value, heat badge, provider, and growth rate. Links to the full detail page.
<iframe src="https://jackpotscout.net/embed/card?slug=mega-moolah-mega&theme=dark"
width="350" height="200" frameborder="0"></iframe>| Param | Default | Options |
|---|---|---|
| slug | mega-moolah-mega | Any jackpot slug |
| theme | dark | dark, light |
A gauge showing the overall jackpot market sentiment based on heat scores and value ratios. Higher scores indicate more jackpots are overdue.
<iframe src="https://jackpotscout.net/embed/fear-greed?theme=dark"
width="300" height="310" frameborder="0"></iframe>| Param | Default | Options |
|---|---|---|
| theme | dark | dark, light |
A sortable table of top jackpots with value, heat status, provider, and 24h growth. Rows link to detail pages.
<iframe src="https://jackpotscout.net/embed/table?count=10&theme=dark"
width="600" height="500" frameborder="0"></iframe>| Param | Default | Options |
|---|---|---|
| count | 10 | 1-50 |
| sort | value | value, heat |
| theme | dark | dark, light |
| provider | all | microgaming, netent, playtech, igt, ... |
For developers who want to build custom integrations, we also expose JSON APIs with CORS enabled.
/api/widgets/tickerReturns top N jackpots as JSON. Params: count, provider, sort
/api/widgets/fear-greedReturns the current fear/greed score and label as JSON.