# TheSportsDB Team Search Scraper

**Use case:** 

Search TheSportsDB for sports teams by name, like Arsenal. Get team profiles, leagues and stadium data in structured JSON.

## Input

```json
{
  "mode": "teamSearch",
  "query": "Arsenal",
  "leagueId": "",
  "teamId": "",
  "season": "",
  "sport": "",
  "date": "",
  "maxItems": 5
}
```

## Output

```json
{
  "idLeague": {
    "label": "Id League",
    "format": "number"
  },
  "strLeague": {
    "label": "Str League",
    "format": "text"
  },
  "strSport": {
    "label": "Str Sport",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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