# Today's tennis matches on Flashscore, all tours

**Use case:** 

Today's tennis matches on Flashscore in UTC: scheduled, live and finished, with round, set scores, and for live matches the set in play, the server and the current game points.

## Input

```json
{
  "days": [
    "today"
  ],
  "utcOffsetHours": 0,
  "tours": [],
  "matchTypes": [],
  "matchStatuses": [],
  "players": [],
  "tournaments": [],
  "includeRound": true,
  "maxMatches": 400,
  "monitoringMode": false,
  "changeDetail": "games",
  "resetMonitoringState": false,
  "useProxy": true
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "startTime": {
    "label": "Start Time",
    "format": "string"
  },
  "tour": {
    "label": "Tour",
    "format": "string"
  },
  "tournament": {
    "label": "Tournament",
    "format": "string"
  },
  "round": {
    "label": "Round",
    "format": "string"
  },
  "player1Name": {
    "label": "Player1 Name",
    "format": "string"
  },
  "player2Name": {
    "label": "Player2 Name",
    "format": "string"
  },
  "matchStatus": {
    "label": "Match Status",
    "format": "string"
  },
  "statusText": {
    "label": "Status Text",
    "format": "string"
  },
  "scoreText": {
    "label": "Score Text",
    "format": "string"
  },
  "winnerName": {
    "label": "Winner Name",
    "format": "string"
  },
  "servingPlayerName": {
    "label": "Serving Player Name",
    "format": "string"
  },
  "currentGamePlayer1Points": {
    "label": "Current Game Player1 Points",
    "format": "string"
  },
  "currentGamePlayer2Points": {
    "label": "Current Game Player2 Points",
    "format": "string"
  },
  "change": {
    "label": "Change",
    "format": "string"
  },
  "matchUrl": {
    "label": "Match Url",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "matchId": {
    "label": "Match Id",
    "format": "string"
  },
  "utcOffsetHours": {
    "label": "Utc Offset Hours",
    "format": "string"
  },
  "tournamentHeader": {
    "label": "Tournament Header",
    "format": "string"
  },
  "tournamentId": {
    "label": "Tournament Id",
    "format": "string"
  },
  "tournamentUrl": {
    "label": "Tournament Url",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "matchType": {
    "label": "Match Type",
    "format": "string"
  },
  "surface": {
    "label": "Surface",
    "format": "string"
  },
  "isQualification": {
    "label": "Is Qualification",
    "format": "string"
  },
  "statusCode": {
    "label": "Status Code",
    "format": "string"
  },
  "isLive": {
    "label": "Is Live",
    "format": "string"
  },
  "isCompleted": {
    "label": "Is Completed",
    "format": "string"
  },
  "currentSet": {
    "label": "Current Set",
    "format": "string"
  },
  "isTiebreak": {
    "label": "Is Tiebreak",
    "format": "string"
  },
  "playerOrder": {
    "label": "Player Order",
    "format": "string"
  },
  "player1Slug": {
    "label": "Player1 Slug",
    "format": "string"
  },
  "player1Id": {
    "label": "Player1 Id",
    "format": "string"
  },
  "player1Country": {
    "label": "Player1 Country",
    "format": "string"
  },
  "player1Players": {
    "label": "Player1 Players",
    "format": "string"
  },
  "player2Slug": {
    "label": "Player2 Slug",
    "format": "string"
  },
  "player2Id": {
    "label": "Player2 Id",
    "format": "string"
  },
  "player2Country": {
    "label": "Player2 Country",
    "format": "string"
  },
  "player2Players": {
    "label": "Player2 Players",
    "format": "string"
  },
  "winner": {
    "label": "Winner",
    "format": "string"
  },
  "scoreUnit": {
    "label": "Score Unit",
    "format": "string"
  },
  "player1Score": {
    "label": "Player1 Score",
    "format": "string"
  },
  "player2Score": {
    "label": "Player2 Score",
    "format": "string"
  },
  "player1SetsWon": {
    "label": "Player1 Sets Won",
    "format": "string"
  },
  "player2SetsWon": {
    "label": "Player2 Sets Won",
    "format": "string"
  },
  "sets": {
    "label": "Sets",
    "format": "string"
  },
  "servingPlayer": {
    "label": "Serving Player",
    "format": "string"
  },
  "info": {
    "label": "Info",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "liveUpdatesApplied": {
    "label": "Live Updates Applied",
    "format": "string"
  },
  "previousMatchStatus": {
    "label": "Previous Match Status",
    "format": "string"
  },
  "previousScoreText": {
    "label": "Previous Score Text",
    "format": "string"
  },
  "previousPlayer1Score": {
    "label": "Previous Player1 Score",
    "format": "string"
  },
  "previousPlayer2Score": {
    "label": "Previous Player2 Score",
    "format": "string"
  },
  "previousReturnedAt": {
    "label": "Previous Returned At",
    "format": "string"
  },
  "roundStatus": {
    "label": "Round Status",
    "format": "string"
  },
  "requestUrl": {
    "label": "Request Url",
    "format": "string"
  },
  "feedAgeSeconds": {
    "label": "Feed Age Seconds",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Flashscore Tennis Scraper - Live Scores, Results & Set Scores](https://apify.com/neverempty/flashscore-tennis-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/flashscore-tennis-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/flashscore-tennis-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
