Flashscore Countries Leagues
Pricing
from $10.00 / 1,000 results
Flashscore Countries Leagues
Extract Flashscore countries and leagues for 9 sports: football, tennis, basketball, hockey, baseball, volleyball, handball, rugby, snooker. No proxy required.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Extractify Labs
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Flashscore Countries & Leagues – Multi-Sport Directory
Extract a complete directory of countries and leagues from Flashscore across 9 sports — football, tennis, basketball, hockey, baseball, volleyball, handball, rugby, and snooker — in a single run. No proxy required.
This actor scrapes Flashscore's public sport and country pages, returning one structured record per league. Each record includes the sport, country, and league names alongside their Flashscore URLs — ready to use as a reference dataset, a database seed, or a foundation for downstream match queries.
Who is this for?
- Sports dashboard builders — populate country and league dropdowns, autocomplete fields, and filter controls with verified, up-to-date Flashscore structure.
- Database architects and data engineers — seed your sports reference tables with clean country/league slugs and URLs before running match-data actors.
- Researchers and analysts — map global sports league distributions, identify which leagues Flashscore tracks, and compare coverage across sports.
- Flashscore ecosystem users — discover the exact league URLs needed to drive the Flashscore Results or Flashscore Extractor actors without manual lookup.
Key features
- 9 sports in one actor — football, tennis, basketball, hockey, baseball, volleyball, handball, rugby, and snooker.
- Full directory, no filtering — returns every country and league Flashscore currently lists, so you always have the complete picture.
- No proxy required — plain HTTP requests to public HTML pages. No residential or datacenter proxy costs.
- Clean URL slugs included — every item carries both the display name and the URL-safe slug for both country and league.
- Output cap — the
maxItemsparameter lets you limit results for quick testing without stopping the full crawl. - Fast for a single sport — football runs in approximately 177 requests; crawling all 9 sports takes approximately 1,200 requests.
Supported sports
| Input value | Sport | URL on Flashscore |
|---|---|---|
football | Football (soccer) | flashscore.com/football/ |
tennis | Tennis | flashscore.com/tennis/ |
basketball | Basketball | flashscore.com/basketball/ |
hockey | Hockey | flashscore.com/hockey/ |
baseball | Baseball | flashscore.com/baseball/ |
volleyball | Volleyball | flashscore.com/volleyball/ |
handball | Handball | flashscore.com/handball/ |
rugby | Rugby Union | flashscore.com/rugby-union/ |
snooker | Snooker | flashscore.com/snooker/ |
Note on rugby: The input value is
"rugby". Flashscore uses the slugrugby-unionin URLs, but thesportfield in output always reads"rugby"— the mapping is transparent.
Note on tennis: Tennis does not have geographic countries in the same sense as team sports. The
country_namefield for tennis entries reflects tour or category names such as"ATP - Singles","WTA - Singles", or"ITF - Women".
How to use it
- Open the actor on the Apify Store.
- Select the sport(s) you want in the
sportsinput — or leave the default (["football"]) to crawl football only. - Optionally set
maxItemsto cap output during testing. - Click Start and download results as JSON, CSV, or XLSX when the run completes.
Sample input — all 9 sports:
{"sports": ["football", "tennis", "basketball", "hockey", "baseball", "volleyball", "handball", "rugby", "snooker"]}
Sample input — football only, first 50 leagues:
{"sports": ["football"],"maxItems": 50}
Input parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
sports | string[] | No | ["football"] | Which sports to crawl. Select one or more from the supported list. Unknown values are ignored with a warning. |
maxItems | integer or null | No | null (unlimited) | Global cap on total output items. Useful for testing. Leave unset to return all leagues. |
Allowed values for sports: football, tennis, basketball, hockey, baseball, volleyball, handball, rugby, snooker
Output format
The actor returns one item per league. Each item contains 9 fields.
| Field | Type | Description | Example |
|---|---|---|---|
sport | string | Normalised sport name as supplied in input | "football" |
sport_url | string | Absolute URL of the Flashscore sport index page | "https://www.flashscore.com/football/" |
country_name | string | Display name of the country (or tour/category for tennis) | "England" |
country_slug | string | URL path segment for the country | "england" |
country_url | string | Absolute URL of the country page on Flashscore | "https://www.flashscore.com/football/england/" |
league_name | string | Display name of the league | "Premier League" |
league_slug | string | URL path segment for the league | "premier-league" |
league_url | string | Absolute URL of the league page on Flashscore | "https://www.flashscore.com/football/england/premier-league/" |
scraped_at | string (ISO 8601 UTC) | Timestamp when the item was extracted | "2026-04-28T11:06:50+00:00" |
Complete example record:
{"sport": "football","sport_url": "https://www.flashscore.com/football/","country_name": "England","country_slug": "england","country_url": "https://www.flashscore.com/football/england/","league_name": "Premier League","league_slug": "premier-league","league_url": "https://www.flashscore.com/football/england/premier-league/","scraped_at": "2026-04-28T11:06:50+00:00"}
Tennis example record:
{"sport": "tennis","sport_url": "https://www.flashscore.com/tennis/","country_name": "ATP - Singles","country_slug": "atp-singles","country_url": "https://www.flashscore.com/tennis/atp-singles/","league_name": "Australian Open","league_slug": "australian-open","league_url": "https://www.flashscore.com/tennis/atp-singles/australian-open/","scraped_at": "2026-04-28T11:06:50+00:00"}
Use cases
Sports dashboard and application development
Populate country and league dropdowns, search autocomplete, and filter controls in your sports app. Instead of hand-curating a list and re-checking it manually after each Flashscore update, run this actor periodically to refresh your reference data automatically.
Database seeding
Use this actor as a one-time (or recurring) seed for your sports reference tables. The clean slugs and full URLs mean your downstream queries to match-data actors can be built programmatically without manual URL construction.
Building a multi-sport league catalog
Run with all 9 sports to produce a comprehensive catalog of every active Flashscore league — useful for analysts studying global sports league distributions or building sports knowledge graphs.
Powering match-data pipelines
This actor complements the Flashscore match-data actors in this suite. Use the league_url field from the output here as input to Flashscore Results or Flashscore Extractor to target specific competitions without guessing URL structure.
Data journalism and research
Map which countries and leagues Flashscore covers for a given sport. Compare coverage across sports. Identify which regions are represented or absent.
Limitations
- No match data — this actor returns country and league listings only. For match results, fixtures, or live scores, use the sibling actors listed in the Related actors section.
- No numeric IDs or logo URLs — Flashscore numeric league IDs and logo/flag images are not available on the HTML pages this actor scrapes. They are absent from the output by design.
- No country filtering — the actor always returns the full directory for each requested sport. You can filter output yourself using
maxItemsor post-processing. - Tennis uses tour names, not countries — the
country_namefield for tennis entries reflects Flashscore's tour/category structure (e.g."ATP - Singles","WTA - Doubles"), not geographic countries. - Rugby maps to rugby union — the input value
"rugby"maps to Flashscore's rugby union section. Other rugby formats (e.g. rugby league) are not available. - Point-in-time snapshot — the actor reads Flashscore's current HTML. Leagues added or removed by Flashscore after the run are not reflected until the actor runs again.
- Scale — crawling all 9 sports makes approximately 1,200 requests and returns several thousand league records. Football alone is approximately 177 requests covering ~176 countries.
FAQ
Do I need a proxy to run this actor?
No. The actor makes plain HTTP GET requests to Flashscore's public HTML pages without requiring any proxy. You are charged only for standard Apify compute.
How do I get match data for a specific league?
This actor returns the league_url for every league. Pass that URL to one of the sibling match-data actors (Flashscore Results, Flashscore Extractor) to retrieve fixtures, results, or live scores for that league.
Why does tennis show "ATP - Singles" instead of a country name?
Tennis on Flashscore is organised by tour and category rather than by country. The country_name field reflects the Flashscore page structure exactly — for tennis this means tour names like "ATP - Singles", "WTA - Singles", "ITF - Men", and so on.
Can I filter results to a specific country or league?
The actor does not support filtering by country or league name during the crawl — it always returns the full directory for each requested sport. To narrow results, use maxItems to cap output, or filter the dataset after the run using Apify's dataset filters or your own tooling.
How often should I run this actor?
Flashscore's league structure changes infrequently (new leagues are added or retired rarely). Running once to seed a database, then periodically (e.g. monthly) to check for changes, is a typical usage pattern.
Is this actor different from the Flashscore Extractor?
Yes. The Flashscore Extractor returns match data (scores, teams, fixtures). This actor returns the league directory — the catalog of countries and leagues that Flashscore tracks — with no match data at all. They are complementary: use this actor first to discover the leagues, then use the match actors to retrieve data from those leagues.
Related actors
- Flashscore Extractor — Match listings, live scores, and fixtures for football and basketball.
- Flashscore Results — Historical match results with filtering by tournament page.
- Flashscore Tennis Matches — ATP, WTA, ITF, and Challenger tennis match data with set-by-set results.
- Flashscore Live Matches — Real-time live match scores.
- Flashscore H2H — Head-to-head records between two teams.
- Flashscore Football Seasons — Historical season data by tournament.