# Default 9-country turf scan

**Use case:** 

Ready-to-run example: tracks live horse-racing odds across 9 countries and flags implied-probability steamers and drifters.

## Input

```json
{
  "markets": [
    "JP",
    "FR",
    "UK",
    "IE",
    "US",
    "AU",
    "DE",
    "ZA",
    "NZ"
  ],
  "max_races": 15,
  "movement_threshold_pct": 5,
  "only_signals": false
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "country": {
    "label": "Country"
  },
  "venue": {
    "label": "Venue"
  },
  "race_name": {
    "label": "Race"
  },
  "horse_name": {
    "label": "Horse"
  },
  "signal": {
    "label": "Signal"
  },
  "prob_change_pct": {
    "label": "Change (pp)"
  },
  "current_prob_pct": {
    "label": "Now %"
  },
  "implied_prob_pct": {
    "label": "Implied %"
  },
  "cote": {
    "label": "Odds"
  },
  "message": {
    "label": "Message"
  }
}
```

## About this Actor

This example demonstrates how to use [World Turf Pulse](https://apify.com/0xgollum/world-turf-pulse) with a specific input configuration. Visit the [Actor detail page](https://apify.com/0xgollum/world-turf-pulse) to learn more, explore other use cases, and run it yourself.