# Tour de France 2010 Results and Classifications

**Use case:** 

Access the complete stage and classification results from the 2010 Tour de France, including general, points, and team standings.

## Input

```json
{
  "year": 2010,
  "stage": "all",
  "classifications": [
    "stage",
    "general",
    "points",
    "mountains",
    "young",
    "team"
  ],
  "maxRank": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "raceName": {
    "label": "Race",
    "format": "string"
  },
  "editionYear": {
    "label": "Edition Year",
    "format": "integer"
  },
  "stageNumber": {
    "label": "Stage #",
    "format": "integer"
  },
  "stageName": {
    "label": "Stage",
    "format": "string"
  },
  "stageDate": {
    "label": "Stage Date",
    "format": "string"
  },
  "classificationType": {
    "label": "Classification",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "riderName": {
    "label": "Rider",
    "format": "string"
  },
  "riderNationality": {
    "label": "Nationality",
    "format": "string"
  },
  "teamName": {
    "label": "Team",
    "format": "string"
  },
  "time": {
    "label": "Time",
    "format": "string"
  },
  "timeBehind": {
    "label": "Gap",
    "format": "string"
  },
  "points": {
    "label": "Points",
    "format": "number"
  },
  "winner": {
    "label": "Winner / Leader",
    "format": "boolean"
  },
  "runId": {
    "label": "Run ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tour de France Stage & Classification Tables](https://apify.com/trovevault/tour-de-france-stage-classification-tables) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trovevault/tour-de-france-stage-classification-tables) to learn more, explore other use cases, and run it yourself.