# European Tour Schedule | DP World Tour Events Data Latest

**Use case:** 

Latest Results of European Tour Schedule | DP World Tour Events Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 25,
  "tourId": 1
}
```

## Output

```json
{
  "eventId": {
    "label": "eventId",
    "format": "text"
  },
  "eventName": {
    "label": "eventName",
    "format": "text"
  },
  "currentRound": {
    "label": "currentRound",
    "format": "text"
  },
  "startDate": {
    "label": "startDate",
    "format": "text"
  },
  "endDate": {
    "label": "endDate",
    "format": "text"
  },
  "venue": {
    "label": "venue",
    "format": "text"
  },
  "country": {
    "label": "country",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [European Tour Schedule Scraper | DP World Tour Events Data](https://apify.com/parseforge/european-tour-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/european-tour-stats-scraper) to learn more, explore other use cases, and run it yourself.