# Equibase Horse Racing   US Race Entries & Results — Full Exp

**Use case:** 

Scrape the full equibase horse racing - us race entries & results dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract equibase horse racing - us race entries & results for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "raceDate": "",
  "trackCodes": [],
  "dataMode": "both",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "race_id": {
    "label": "Race Id",
    "format": "string"
  },
  "race_date": {
    "label": "Race Date",
    "format": "string"
  },
  "track_name": {
    "label": "Track Name",
    "format": "string"
  },
  "race_number": {
    "label": "Race Number",
    "format": "number"
  },
  "race_name": {
    "label": "Race Name",
    "format": "string"
  },
  "race_type": {
    "label": "Race Type",
    "format": "string"
  },
  "distance": {
    "label": "Distance",
    "format": "string"
  },
  "surface": {
    "label": "Surface",
    "format": "string"
  },
  "purse_usd": {
    "label": "Purse Usd",
    "format": "number"
  },
  "entries_count": {
    "label": "Entries Count",
    "format": "number"
  },
  "winner_horse": {
    "label": "Winner Horse",
    "format": "string"
  },
  "winning_time": {
    "label": "Winning Time",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Equibase Horse Racing Scraper - US Race Entries & Results](https://apify.com/jungle_synthesizer/equibase-us-horse-racing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/equibase-us-horse-racing-scraper) to learn more, explore other use cases, and run it yourself.