Horse Racing Pulse
Pricing
$2.00 / 1,000 results
Horse Racing Pulse
Tracks live PMU (France) horse-racing odds for races still open to betting, and flags implied-probability steamers and drifters between runs.
Pricing
$2.00 / 1,000 results
Rating
0.0
(0)
Developer
0xGollum
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Horse Racing Pulse 🐎
A shortening price is one of the oldest tells in racing. Catch it before the off.
Pari-mutuel odds aren't fixed by a bookmaker — they float with the betting pool right up to post time. When real money (often smart money) lands on a horse, its price shortens fast. This actor watches that movement across every PMU race still open for betting, continuously.
What you get
Two row types:
- Snapshot — current odds + implied probability for every horse in every tracked race
- Signal — a named, fired condition:
| Signal | Meaning |
|---|---|
steamer | A horse's implied probability jumped between runs — money coming in fast, price shortening |
drifter | A horse's implied probability faded between runs — confidence draining, price lengthening |
Sources (public, no API key, no proxy)
PMU (Pari Mutuel Urbain) — France's official pari-mutuel operator, exposes a fully public, key-less JSON API used by its own web and app clients. Covers French tracks (flat, trot, jump) plus a handful of foreign tracks PMU takes bets on. No account, no login, no proxy needed.
Only races still open for betting are scanned (PROGRAMMEE, ROUGE_AUX_PARTANTS, DEPART_DANS_TROIS_MINUTES status) — finished races are skipped automatically, so every run's actionable.
Use cases
- Punters — spot steamers before the crowd, avoid drifters
- Value bettors — price movement is a core tell for market confidence shifts
- Content & tipster sites — power previews with live movement data
- Bots & automations — feed clean signals into your own alerting pipeline
Input (all optional)
| Field | Default | Description |
|---|---|---|
max_races | 20 | How many soonest-starting active races to scan per run |
movement_threshold_pct | 5 | Minimum implied-probability change (percentage points) between runs to fire a signal |
only_signals | false | Skip snapshots, only push steamer/drifter rows |
Output
{"type": "signal","signal": "steamer","hippodrome": "CHANTILLY","num_reunion": 1,"num_course": 8,"race_name": "LE ROI SOLEIL","horse_num": 4,"horse_name": "INGEBORG","prob_change_pct": 6.8,"current_cote": 5.2,"current_prob_pct": 19.2,"previous_prob_pct": 12.4,"message": "INGEBORG (#4) at CHANTILLY R1C8: odds shortened to 5.2 (12.4% -> 19.2% implied) — money coming in fast."}
Pricing
Pay per result: $0.002 per row (snapshots + signals).
Tips
- Schedule it every 10–15 min during racing hours to catch steam as it builds toward post time; movement between two runs is what triggers a signal, so it needs a persistent schedule (not one-off runs) to be useful.
- Lower
movement_threshold_pctfor more sensitivity (more signals, more noise) or raise it to only catch big moves. - Races close to post time move fastest —
max_racesis sorted soonest-first by default.
⚠️ Not betting advice. Odds movement reflects market activity, not a guaranteed outcome. This actor surfaces public odds data — it does not place bets or guarantee profit.