# Transfermarkt Global Football Player — Full Export

**Use case:** 

Scrape the full transfermarkt global football player dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract transfermarkt global football player for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchQuery": "",
  "playerIds": [
    "28003",
    "8198"
  ],
  "clubIds": [],
  "competitionCodes": [],
  "maxItems": 200
}
```

## Output

```json
{
  "player_id": {
    "label": "Player Id",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "date_of_birth": {
    "label": "Date Of Birth",
    "format": "string"
  },
  "nationality": {
    "label": "Nationality",
    "format": "array"
  },
  "position": {
    "label": "Position",
    "format": "string"
  },
  "current_club": {
    "label": "Current Club",
    "format": "string"
  },
  "market_value_eur": {
    "label": "Market Value Eur",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

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