StadiumPrime Player Scraper avatar

StadiumPrime Player Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
StadiumPrime Player Scraper

StadiumPrime Player Scraper

Under maintenance

Scrape player profiles from StadiumPrime search. Extract names, age, position, physical stats, contract status, and profile links with full pagination support. Requires session cookies.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

ScrapySpider

ScrapySpider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

StadiumPrime Player Scraper

Scrape player data from StadiumPrime agency search — extract names, ages, positions, physical stats, contract status, photos, and profile links for all matching players with full pagination support.

What does StadiumPrime Player Scraper do?

This Apify Actor scrapes player profiles from the StadiumPrime agency search at stadiumprime.com/agency/search. It authenticates using session cookies, fills the search form (all positions, a specific country, and gender), then extracts detailed player data across all result pages.

The scraper uses human-like behavior — random delays between actions, smooth scrolling, and natural click patterns — to avoid detection. Built on the Apify platform, it supports API access, scheduling, and integrations with tools like Zapier, Make, and Google Sheets.

How to scrape StadiumPrime player data

  1. Get your session cookies: Log in to StadiumPrime in your browser, then export your cookies (use a browser extension like "EditThisCookie" or "Cookie-Editor").
  2. Provide cookies as input: Paste the full JSON cookie array into the Actor's input. The critical cookie is stadiumprime.com.prod.sid.
  3. Run the Actor: Click "Start" — the scraper will fill the search form, click through all pages, and extract every player.
  4. Download your data: Once finished, download the results as JSON, CSV, Excel, or HTML from the Output tab.

Input

The Actor requires a cookies array — your StadiumPrime session cookies exported from the browser:

{
"cookies": [
{
"name": "stadiumprime.com.prod.sid",
"value": "s%3A<your-session-id>...",
"domain": "stadiumprime.com",
"path": "/"
},
{
"name": "userConnect",
"value": "agency",
"domain": "stadiumprime.com",
"path": "/"
}
]
}

Note: Session cookies expire. You'll need to re-export them periodically.

Output

The Actor pushes player data to the default dataset. Each item looks like:

{
"name": "John Doe",
"age": "24",
"height": "185 cm",
"weight": "78 kg",
"city": "Paris",
"contract": "Free Agent",
"status": "Available",
"imageUrl": "https://stadiumprime.com/uploads/player123.jpg",
"position": "Midfielder",
"profileUrl": "https://stadiumprime.com/player/123"
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields

FieldDescription
namePlayer's full name
agePlayer's age
heightHeight (e.g., "185 cm")
weightWeight (e.g., "78 kg")
cityCity of residence
contractContract status
statusCurrent player status
imageUrlURL to player's photo
positionPlaying position
profileUrlLink to full player profile

How much does it cost to scrape StadiumPrime?

The Actor uses a single Playwright browser session and processes pages sequentially with human-like delays. A full run scraping ~260 players across 13 pages typically takes 3-5 minutes, which costs well under $0.05 in Apify platform compute units.

Tips

  • Fresh cookies are essential — the session cookie (stadiumprime.com.prod.sid) expires relatively quickly. Always provide recently exported cookies.
  • Include all cookies — while only the session cookie is strictly required for auth, including analytics and consent cookies makes the session look more natural.
  • Runs are deterministic — the search filters (all positions, country #77, gender #1) are hardcoded, so every run produces the same result set (assuming the data hasn't changed).

FAQ and support

  • Is it legal to scrape StadiumPrime? This Actor is designed for use by authenticated users with valid accounts. You are responsible for complying with StadiumPrime's Terms of Service.
  • My run fails immediately — check that your cookies haven't expired. Re-login and export fresh cookies.
  • I get fewer results than expected — the website may have changed its layout. Open an issue on the Issues tab if you encounter problems.

For custom scraping solutions, contact us through the Apify platform.

Getting started

# Run locally
apify run
# Deploy to Apify platform
apify login
apify push