StadiumPrime Player Scraper
Under maintenancePricing
Pay per usage
StadiumPrime Player Scraper
Under maintenanceScrape 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
- Get your session cookies: Log in to StadiumPrime in your browser, then export your cookies (use a browser extension like "EditThisCookie" or "Cookie-Editor").
- Provide cookies as input: Paste the full JSON cookie array into the Actor's input. The critical cookie is
stadiumprime.com.prod.sid. - Run the Actor: Click "Start" — the scraper will fill the search form, click through all pages, and extract every player.
- 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
| Field | Description |
|---|---|
name | Player's full name |
age | Player's age |
height | Height (e.g., "185 cm") |
weight | Weight (e.g., "78 kg") |
city | City of residence |
contract | Contract status |
status | Current player status |
imageUrl | URL to player's photo |
position | Playing position |
profileUrl | Link 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 locallyapify run# Deploy to Apify platformapify loginapify push