Flashscore Scraper

  • tomas_jindra/flashscore-scraper
  • Modified
  • Users 174
  • Runs 1.2k
  • Created by Author's avatarTomΓ‘Ε‘ Jindra

The results of your favourite leagues, teams or players are at your fingertips. Get all match results including the most important statistics from 30+ sports such as ⚽️ Soccer, 🎾 Tennis, πŸ€ Basketball, πŸ’ Hockey, 🏈 American football, ⚾️ Baseball and more using the API created from flashscore.com

Free trial for 7 days

Then $5.00/month

No credit card required now

Flashscore Scraper

Free trial for 7 days

Then $5.00/month

Features

The results of your favourite leagues, teams or players are at your fingertips. Get all match results including the most important statistics from 30+ sports such as ⚽️ Soccer, 🎾 Tennis, πŸ€ Basketball, πŸ’ Ice hockey, 🏈 American football, ⚾️ Baseball and more using the API created from www.flashscore.com.

Input parameters

  • inputURL - The list of input URLs to be used. It can be URL for a specific team, player or league (e.g. for Premier League: https://www.flashscore.com/football/england/premier-league/results/). Feel free to also add more URLs at the same time, just press the add button. NOTE: It's always better to use the URL after you click on Results as you can see on the examples below. Default URL for Summary should also work but URL with Results should is preferable as it is more stable.

Cost of usage

You can get a bit more than 1 000 results for 1 USD.

How to use the actor?

1.) On flashscore.com choose a league / team / player which you would like to scrape and click on Results

2.) Copy the URL from your browser.

3.) Paste the URL you have just copied to the Input URLs field in the Flashscore actor under "Input" tab

4.) Hit green βœ… start button and enjoy your data!

Input example

{ "inputURL": [ { "url": "https://www.flashscore.com/football/england/premier-league/#/nunhS7Vn/table/overall" } ] }

Output

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

Example of data to be collected:

Match details in JSON Format

{ "URL": "https://www.flashscore.com/match/rBfk6fO7/#/match-summary/match-summary", "timestamp": "2022-012-19T19:29:50.752Z", "sport": "Soccer", "region": "WORLD", "league": "World Cup - Play Offs - Final", "matchTime": "18.12.2022 15:00", "matchState": "After Penalties", "homeTeamName": "Argentina", "awayTeamName": "France", "homeTeamScore": "4", "awayTeamScore": "3", "Ball Possession": { "homeTeamValue": "54%", "awayTeamValue": "46%" }, "Goal Attempts": { "homeTeamValue": "21", "awayTeamValue": "10" }, "Shots on Goal": { "homeTeamValue": "9", "awayTeamValue": "5" }, "Shots off Goal": { "homeTeamValue": "9", "awayTeamValue": "3" }, "Blocked Shots": { "homeTeamValue": "3", "awayTeamValue": "2" }, "Free Kicks": { "homeTeamValue": "22", "awayTeamValue": "28" }, "Corner Kicks": { "homeTeamValue": "6", "awayTeamValue": "5" }, "Offsides": { "homeTeamValue": "4", "awayTeamValue": "4" }, "Throw-in": { "homeTeamValue": "25", "awayTeamValue": "22" }, "Goalkeeper Saves": { "homeTeamValue": "2", "awayTeamValue": "6" }, "Fouls": { "homeTeamValue": "26", "awayTeamValue": "19" }, "Yellow Cards": { "homeTeamValue": "4", "awayTeamValue": "3" }, "Total Passes": { "homeTeamValue": "648", "awayTeamValue": "516" }, "Completed Passes": { "homeTeamValue": "544", "awayTeamValue": "419" }, "Tackles": { "homeTeamValue": "23", "awayTeamValue": "26" }, "Attacks": { "homeTeamValue": "81", "awayTeamValue": "113" }, "Dangerous Attacks": { "homeTeamValue": "42", "awayTeamValue": "31" } },