# ONE Championship Events Scraper

**Use case:** 

Extract the latest ONE Championship MMA events with dates, venues, and fight details in clean, ready-to-use structured data.

## Input

```json
{
  "maxItems": 3
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ONE Championship Events Scraper | Fighter & Event Data](https://apify.com/parseforge/one-championship-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/one-championship-events-scraper) to learn more, explore other use cases, and run it yourself.