Horse Racing Pulse avatar

Horse Racing Pulse

Pricing

$2.00 / 1,000 results

Go to Apify Store
Horse Racing Pulse

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

0xGollum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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:
SignalMeaning
steamerA horse's implied probability jumped between runs — money coming in fast, price shortening
drifterA 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)

FieldDefaultDescription
max_races20How many soonest-starting active races to scan per run
movement_threshold_pct5Minimum implied-probability change (percentage points) between runs to fire a signal
only_signalsfalseSkip 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_pct for more sensitivity (more signals, more noise) or raise it to only catch big moves.
  • Races close to post time move fastest — max_races is 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.