# Teams ESPN College Football

**Use case:** 

Extract ESPN College Football data filtered by Teams. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "endpoint": "teams",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Event Name",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "date"
  },
  "status": {
    "label": "⏱️ Status",
    "format": "text"
  },
  "homeTeam": {
    "label": "🏠 Home",
    "format": "text"
  },
  "awayTeam": {
    "label": "🛫 Away",
    "format": "text"
  },
  "homeScore": {
    "label": "🔢 Home Score",
    "format": "text"
  },
  "awayScore": {
    "label": "🔢 Away Score",
    "format": "text"
  },
  "venue": {
    "label": "🏟️ Venue",
    "format": "text"
  },
  "venueCity": {
    "label": "🏙️ City",
    "format": "text"
  },
  "leaders": {
    "label": "🥇 Leaders",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN College Football Scraper](https://apify.com/parseforge/espn-college-football-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/espn-college-football-scraper) to learn more, explore other use cases, and run it yourself.