# Monitor Racenet Flemington race meeting form guide

**Use case:** 

Scrape Flemington race meeting form guide on Racenet with fields, barriers, jockeys, odds, and runner comments.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.racenet.com.au/horse-racing/flemington"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "horse.name": {
    "label": "Horse Name",
    "format": "text"
  },
  "horse.age": {
    "label": "Age",
    "format": "number"
  },
  "horse.country": {
    "label": "Country",
    "format": "text"
  },
  "horse.imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "connections.trainer.name": {
    "label": "Trainer",
    "format": "text"
  },
  "stats.totalRuns": {
    "label": "Total Runs",
    "format": "number"
  },
  "stats.totalWins": {
    "label": "Total Wins",
    "format": "number"
  },
  "stats.winPercentage": {
    "label": "Win %",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Racenet.com.au Scraper](https://apify.com/lexis-solutions/racenet-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/racenet-au-scraper) to learn more, explore other use cases, and run it yourself.