# Liga MX Table, Fixtures, Results and Form Guide

**Use case:** 

Mexico's Liga MX as it stands: the full table, the form guide ranked by points per match, recent results with scores and venues, and the fixtures coming up with kick-off times, plus goals per match and the home, draw and away split. Every match also comes back as a row.

## Input

```json
{
  "competitions": [
    "mex.1"
  ],
  "monthsOfMatches": 2,
  "listSize": 10,
  "playersRanked": 100,
  "includeMatches": true
}
```

## Output

```json
{
  "competition": {
    "label": "Competition"
  },
  "sport": {
    "label": "Sport"
  },
  "teams": {
    "label": "Teams"
  },
  "leader": {
    "label": "Leader"
  },
  "leaderPoints": {
    "label": "Points"
  },
  "leadMargin": {
    "label": "Lead"
  },
  "matchesPlayed": {
    "label": "Matches played"
  },
  "nextFixture": {
    "label": "Next fixture"
  },
  "matchesRead": {
    "label": "Matches read"
  },
  "espnUrl": {
    "label": "On ESPN"
  },
  "checkedAt": {
    "label": "Checked"
  }
}
```

## About this Actor

This example demonstrates how to use [Sports Standings, Fixtures, Form & Tennis Rankings](https://apify.com/precious_bathmat/sports-standings-and-fixtures.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precious_bathmat/sports-standings-and-fixtures.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/precious_bathmat/sports-standings-and-fixtures.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`).
