# SoccerPunter Football Match Prediction — Full Export

**Use case:** 

Scrape the full soccerpunter football match prediction dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract soccerpunter football match prediction for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "matchDay": "today",
  "includeH2h": false
}
```

## Output

```json
{
  "matchId": {
    "label": "Matchid",
    "format": "string"
  },
  "league": {
    "label": "League",
    "format": "string"
  },
  "homeTeam": {
    "label": "Hometeam",
    "format": "string"
  },
  "awayTeam": {
    "label": "Awayteam",
    "format": "string"
  },
  "kickoffDatetime": {
    "label": "Kickoffdatetime",
    "format": "string"
  },
  "tip": {
    "label": "Tip",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "string"
  },
  "h2hUrl": {
    "label": "H2hurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SoccerPunter Football Match Prediction Scraper](https://apify.com/jungle_synthesizer/soccerpunter-football-match-prediction-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/soccerpunter-football-match-prediction-scraper) to learn more, explore other use cases, and run it yourself.