# OneFootball Scraper - News, Fixtures, Results & Standings

**Use case:** 

Scrape OneFootball news, fixtures, match results and league standings in clean structured data.

## Input

```json
{
  "mode": "search",
  "competitions": [
    "premier-league-9"
  ],
  "includeGlobalNews": false,
  "urls": [
    "https://onefootball.com/en/competition/premier-league-9"
  ],
  "language": "en",
  "includeNews": true,
  "includeFixtures": true,
  "includeResults": true,
  "includeTable": true,
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Kind"
  },
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title / team"
  },
  "url": {
    "label": "Link"
  },
  "publisher": {
    "label": "Publisher"
  },
  "publisherImageUrl": {
    "label": "Publisher image"
  },
  "publisherIsVerified": {
    "label": "Publisher verified"
  },
  "providerName": {
    "label": "Provider"
  },
  "providerImageUrl": {
    "label": "Provider image"
  },
  "publishedAt": {
    "label": "Published"
  },
  "publishTime": {
    "label": "Published display"
  },
  "preview": {
    "label": "Preview"
  },
  "imageUrl": {
    "label": "Image"
  },
  "isVideo": {
    "label": "Video"
  },
  "articleText": {
    "label": "Article text"
  },
  "articleChars": {
    "label": "Article chars"
  },
  "competitionName": {
    "label": "Competition"
  },
  "competitionUrl": {
    "label": "Competition link"
  },
  "competitionLogoUrl": {
    "label": "Competition logo"
  },
  "competitionSlug": {
    "label": "Competition slug"
  },
  "homeTeam": {
    "label": "Home"
  },
  "homeTeamUrl": {
    "label": "Home link"
  },
  "homeTeamBadgeUrl": {
    "label": "Home badge"
  },
  "homeScore": {
    "label": "Home score"
  },
  "awayTeam": {
    "label": "Away"
  },
  "awayTeamUrl": {
    "label": "Away link"
  },
  "awayTeamBadgeUrl": {
    "label": "Away badge"
  },
  "awayScore": {
    "label": "Away score"
  },
  "kickoff": {
    "label": "Kickoff"
  },
  "kickoffFormatted": {
    "label": "Kickoff date"
  },
  "kickoffTimeFormatted": {
    "label": "Kickoff time"
  },
  "status": {
    "label": "Status"
  },
  "statusLabel": {
    "label": "Status label"
  },
  "events": {
    "label": "Events"
  },
  "lineups": {
    "label": "Lineups"
  },
  "statistics": {
    "label": "Statistics"
  },
  "formGuide": {
    "label": "Form guide"
  },
  "position": {
    "label": "Position"
  },
  "positionChange": {
    "label": "Position change"
  },
  "teamName": {
    "label": "Team"
  },
  "teamUrl": {
    "label": "Team link"
  },
  "played": {
    "label": "Played"
  },
  "won": {
    "label": "Won"
  },
  "drawn": {
    "label": "Drawn"
  },
  "lost": {
    "label": "Lost"
  },
  "goalDifference": {
    "label": "GD"
  },
  "points": {
    "label": "Points"
  },
  "language": {
    "label": "Language"
  },
  "sourceType": {
    "label": "Source kind"
  },
  "sourceId": {
    "label": "Source"
  },
  "sourceUrl": {
    "label": "Source link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "changeType": {
    "label": "Change"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  }
}
```

## About this Actor

This example demonstrates how to use [OneFootball Scraper - News, Fixtures, Results & Standings](https://apify.com/abotapi/onefootball-com-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/onefootball-com-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/abotapi/onefootball-com-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`).
