# Scrape UFC & MMA Fighter Props from PrizePicks

**Use case:** 

Scrape UFC & MMA Fighter Props from PrizePicks. Export results to CSV, JSON or Excel. No API key, no login required.

## Input

```json
{
  "mode": "league",
  "league": "12",
  "leagueName": "EuroLeague",
  "statTypes": [],
  "oddsType": "",
  "status": "",
  "promoOnly": false,
  "includeLiveOnly": false,
  "maxResults": 1000,
  "perPage": 1000
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "playerName": {
    "label": "Player",
    "format": "text"
  },
  "league": {
    "label": "League",
    "format": "text"
  },
  "statType": {
    "label": "Stat",
    "format": "text"
  },
  "lineScore": {
    "label": "Line",
    "format": "number"
  },
  "oddsType": {
    "label": "Odds type",
    "format": "text"
  },
  "opponent": {
    "label": "Matchup",
    "format": "text"
  },
  "startTime": {
    "label": "Start",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [PrizePicks Scraper — Player Props, Lines & Projections API](https://apify.com/logiover/prizepicks-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/prizepicks-scraper) to learn more, explore other use cases, and run it yourself.