# Transfermarkt Scouting Shortlist Workflow

**Use case:** 

Search several prospects and include transfer history to build a richer scouting dataset with clubs, fees, dates, and current market details.

## Input

```json
{
  "searchQueries": [
    "Florian Wirtz",
    "Jude Bellingham",
    "Pedri"
  ],
  "maxPlayersPerQuery": 2,
  "language": "en",
  "includeTransferHistory": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "nationality": {
    "label": "Nationality",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "currentClub": {
    "label": "Club",
    "format": "text"
  },
  "marketValue": {
    "label": "Market Value",
    "format": "text"
  },
  "preferredFoot": {
    "label": "Foot",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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