# Track a Club's Transfers (Ins & Outs)

**Use case:** 

Track all of a football club's transfers from Transfermarkt. Get every signing and departure with fees, dates and player details in one dataset.

## Input

```json
{
  "scrapeType": "transfersClub",
  "items": [
    "Paris Saint-Germain"
  ],
  "playersWithoutStatistics": false,
  "playerStatsSelection": "last_4",
  "proxyConfig": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "ctClubName": {
    "label": "Club",
    "format": "text"
  },
  "ctSeason": {
    "label": "Season",
    "format": "text"
  },
  "ctArrivals": {
    "label": "Arrivals",
    "format": "array"
  },
  "ctDepartures": {
    "label": "Departures",
    "format": "array"
  },
  "ctSummary": {
    "label": "Summary",
    "format": "object"
  },
  "ctSourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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