Gaming
FUTBIN logo

FUTBIN API

futbin.com

EA FC Ultimate Team cards - search, prices, stats, chemistry, and reviews.

Actions
7
Category
Gaming
Login
Not required
Output
JSON

Call the FUTBIN API

Submit a task, then poll the job until it settles. This example runs act_futbin_com_market_player_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_futbin_com_market_player_listing",
    "params": {}
  }'

7 actions on futbin.com

Read

  • Market Player Listing

    act_futbin_com_market_player_listingread1 credit / call

    Returns the market player list with prices, ratings, clubs, and nations.

  • Player Chemistry Links

    act_futbin_com_player_chemistry_linksread2 credits / call

    Returns players that share chemistry links, with ratings, positions, and stats.

    game_year
    string · required
    player_card_id
    string · required
    link_type
    string
    page
    string
    player_id
    string
    player_slug
    string
  • Player Details

    act_futbin_com_player_detailread2 credits / call

    Returns full player card detail with stats, pricing tiers, and price range.

    game_year
    string · required
    player_id
    string · required
    player_slug
    string · required
  • Player Reviews

    act_futbin_com_player_reviews_commentsread2 credits / call

    Returns community reviews and comment threads for a player card.

    game_year
    string · required
    page_id
    string · required
    page_type
    string
    player_id
    string
    player_slug
    string
  • Player Search

    act_futbin_com_player_search_autocompleteread2 credits / call

    Returns players matching a keyword with rating, club, and nation.

    search_query
    string · required
    game_year
    string · required
  • Players Index

    act_futbin_com_players_category_navigationread1 credit / call

    Returns a browsable player listing with ratings, prices, and links.

  • Popular Players Listing

    act_futbin_com_popular_players_listingread1 credit / call

    Returns the most popular players with ratings, positions, and market prices.

FUTBIN API questions

Is there an API for FUTBIN?
FUTBIN does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for futbin.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape FUTBIN data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when futbin.com changes its markup, Anakin updates the action.
Do I need a FUTBIN account?
No. Every FUTBIN action listed here runs anonymously — no account and no credentials required.
What does the FUTBIN API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Gaming APIs

All Gaming sites