Futbin Player Details Scraper avatar
Futbin Player Details Scraper

Pricing

Pay per event

Go to Apify Store
Futbin Player Details Scraper

Futbin Player Details Scraper

Extract comprehensive FIFA player data from Futbin effortlessly! Scrape ratings, stats, prices, and play styles for market analysis, research, or automation. Features fast CheerioCrawler, structured JSON output, real-time pricing, and flexible inputs. Ideal for analysts, gamers, and developers....

Pricing

Pay per event

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Share

The Futbin Player Details Scraper is an Apify Actor designed to extract comprehensive player information from Futbin, a popular FIFA Ultimate Team database. It efficiently scrapes detailed stats, prices, play styles, and more for individual players, enabling users to gather high-quality data for analysis, research, or automation. This tool is ideal for FIFA enthusiasts, analysts, and developers seeking reliable, structured data from player profiles.

Features

  • Comprehensive Data Extraction: Scrapes player names, ratings, positions, stats, prices, and play styles from Futbin URLs.
  • Structured Output: Provides JSON-formatted data with nested objects for easy parsing and integration.
  • High Performance: Utilizes CheerioCrawler for fast, efficient scraping with configurable request limits.
  • Reliable and Accurate: Ensures data integrity by targeting specific player pages and handling dynamic content.
  • Flexible Input: Supports multiple start URLs and customizable crawl depth for targeted or bulk extractions.
  • Real-Time Pricing: Captures current market prices for consoles and PC, including lowest prices and ranges.
  • Detailed Stats Breakdown: Includes base stats, sub-stats, and meta information like in-game totals.

Input Parameters

ParameterTypeRequiredDescriptionExample
startUrlsarrayYesURLs to start the crawl with. Should point to Futbin player pages.[{"url": "https://www.futbin.com/26/player/18690/maradona"}]
maxRequestsPerCrawlintegerNoMaximum number of requests the crawler can make. Limits the scope to prevent overuse.100

Example Usage

To run the Actor, provide input parameters in JSON format:

{
"startUrls": [
{
"url": "https://www.futbin.com/26/player/18690/maradona"
}
],
"maxRequestsPerCrawl": 50
}

Example output (abbreviated for brevity):

[
{
"url": "https://www.futbin.com/26/player/18690/maradona",
"playerName": "MARADONA",
"rating": 95,
"position": "CAM",
"rolePlus": "+",
"alternativePositions": ["ST"],
"foot": "L",
"weakFoot": 3,
"skillMoves": 5,
"height": "165cm | 5'5'",
"birthdate": "30-10-1960",
"nation": "Argentina",
"league": "Icons",
"club": "EA FC ICONS",
"stats": {
"Pac": 90,
"Sho": 91,
"Pas": 91,
"Dri": 96,
"Def": 40,
"Phy": 77
},
"detailedStats": {
"Pace": {
"value": 90,
"statId": "1",
"subStats": {
"Acceleration": {"value": 92, "statId": "13"},
"Sprint Speed": {"value": 88, "statId": "14"}
}
},
// ... (additional categories like Shooting, Passing, etc.)
},
"metaStats": {
"baseStatsTotal": 485,
"inGameStats": 2370
},
"prices": {
"console": {
"lowestPrice": 3949000,
"priceRange": {"min": 75000, "max": 15000000}
},
"pc": {
"lowestPrice": 4577000,
"priceRange": {"min": 75000, "max": 15000000}
}
},
"playStyles": [
{"name": "Technical", "isPlus": true},
// ... (other styles)
],
"roles": [
{"position": "CAM", "role": "Playmaker +"},
// ... (other roles)
],
"scrapedAt": "2025-11-05T05:38:49.113Z"
}
]

Use Cases

  • Market Research: Analyze player prices and stats to identify trends in FIFA Ultimate Team markets.
  • Competitive Intelligence: Gather data on top players for team-building strategies or esports analysis.
  • Price Monitoring: Track price fluctuations for investment or resale opportunities.
  • Content Aggregation: Build databases for blogs, apps, or websites focused on FIFA players.
  • Academic Research: Study player attributes for sports science or gaming studies.
  • Business Automation: Automate data collection for fantasy sports platforms or analytics tools.

Installation and Usage

  1. Search for "Futbin Player Details Scraper" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  4. Click "Start" to begin extraction
  5. Monitor progress in the log
  6. Export results in your preferred format (JSON, CSV, Excel)

Output Format

The Actor outputs a JSON array of objects, each representing a scraped player. Key fields include basic info (name, rating, position), stats (overall and detailed breakdowns), prices (console/PC with ranges), play styles, roles, and a timestamp. Detailed stats are nested with values, IDs, and sub-stats for granular analysis. This structure ensures easy integration with databases or APIs.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!


Extract comprehensive FIFA player data from Futbin with ease! Scrape ratings, stats, prices, and play styles for market analysis, research, or automation. Features fast crawling, structured JSON output, and real-time pricing. Perfect for analysts, gamers, and developers. Start scraping today on Apify! (248 characters)