Real Time Racing Scraper avatar

Real Time Racing Scraper

Try for free

Pay $1.50 for 1,000 results

Go to Store
Real Time Racing Scraper

Real Time Racing Scraper

websift/real-time-racing-scraper
Try for free

Pay $1.50 for 1,000 results

Fetch realtime or historical racing data from Palmerbet for horse, harness, and greyhound racing events. Perfect for betting analysts and racing enthusiasts. Eliminating manual gathering and offering structured racing statistics that integrate seamlessly with analysis workflows and betting systems.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • 1 bookmark

  • Created in Mar 2025

  • Modified a day ago

Racing Results Scraper

Retrieves real time or historical racing results from Palmerbet, providing detailed outcome data for horse racing, harness racing, and greyhound racing events.

Features

  • Multi-Racing Type Support: Access results for horse racing, harness racing, and greyhound racing events
  • Historical Data: Retrieve racing results for any specific date
  • Comprehensive Results: Get detailed information including:
    • Runner details and numbers
    • Opening, top, and current prices
    • Final positions (1st, 2nd, 3rd, 4th, or unplaced)
    • Race start times
    • Meeting and venue details
  • Results Limiting: Control the amount of data retrieved with customizable maximum results
  • Sorted Output: Results are automatically sorted by start time for chronological analysis

Example Usage

1{
2  "date": "2025-03-10",     // date for which to retrieve racing results in YYYY-MM-DD format
3  "maxResults": 5,          // Maximum number of races to retrieve (minimum 10)
4  "raceType": "HorseRacing" // Type of racing to retrieve results for (horseracing, harnessracing, or greyhoundracing)
5}

Example Output

1{
2  "track": "flemington",
3  "race_num": "3",
4  "start_time_utc": "2025-03-10T05:20:00Z",
5  "runner_number": 4,
6  "title": "Golden Slipper",
7  "win_price_type": "Fixed Win",
8  "win_opening_price": 8.5,
9  "win_top_price": 9.0,
10  "win_current_price": 7.5,
11  "place_price_type": "Fixed Place",
12  "place_opening_price": 2.8,
13  "place_top_price": 3.0,
14  "place_current_price": 2.4,
15  "position": "1st"
16}

Limitations

  • Only retrieves results for races that have been finalized
  • Minimum of 10 races will be retrieved even if a lower value is specified
  • Data is sourced from Palmerbet

Error Handling

The actor implements robust error handling for:

  • Invalid date formats (must be YYYY-MM-DD)
  • Unsupported race types (must be one of the three supported types)

Error details are logged for troubleshooting.

Support

For issues, feature requests, or questions about this actor, please create an issue.