# Tapology MMA Fighters - Profiles & Records Latest Results

**Use case:** 

Latest Results of Tapology MMA Fighters - Profiles & Records. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "searchTerm": "jones"
}
```

## Output

```json
{
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "nickname": {
    "label": "🏷 Nickname",
    "format": "text"
  },
  "weightClass": {
    "label": "⚖️ Weight Class",
    "format": "text"
  },
  "record": {
    "label": "📊 Record",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tapology MMA Fighters Scraper - Profiles & Records](https://apify.com/parseforge/tapology-mma-fighters-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tapology-mma-fighters-scraper) to learn more, explore other use cases, and run it yourself.