VOOZH about

URL: https://apify.com/jungle_synthesizer/soccerpunter-football-match-prediction-scraper

โ‡ฑ SoccerPunter Football Match Prediction Scraper ยท Apify


๐Ÿ‘ SoccerPunter Football Match Prediction Scraper avatar

SoccerPunter Football Match Prediction Scraper

Pricing

Pay per event

Go to Apify Store

SoccerPunter Football Match Prediction Scraper

Scrape football match fixtures, predictions, H2H statistics, team form, and odds from SoccerPunter.com. Extracts today's matches, tomorrow's fixtures, or yesterday's results with league grouping, kickoff times, odds, and head-to-head links.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

4

Monthly active users

17 days ago

Last modified

Categories

Share

Scrape football match fixtures, H2H statistics, team form, kickoff times, and odds from SoccerPunter.com. Supports today's matches, tomorrow's fixtures, and yesterday's results across 800+ global soccer leagues.

What you get

Each record includes:

  • Match identification โ€” matchId, league, homeTeam, awayTeam, h2hUrl
  • Timing โ€” kickoffDatetime (ISO 8601), kickoffTime (human-readable UTC)
  • Match day context โ€” matchDay (today, tomorrow, yesterday)
  • Optional H2H detail โ€” h2hSummary and predictionText (when includeH2h: true)
  • Form โ€” homeForm, awayForm (W/D/L strings, when marked up by the site)
  • Prediction fields โ€” tip, confidence, predictionText, predictedScore (reserved; populated when site exposes public data)
  • Results โ€” finalScore (for completed matches on the yesterday day mode)
  • Provenance โ€” url, scrapedAt

Input options

FieldTypeDefaultDescription
matchDaystringtodayWhich day to scrape: today, tomorrow, or yesterday
maxItemsinteger50Maximum number of matches to return
includeH2hbooleanfalseIf true, fetch the H2H statistics page for each match (richer data, more requests)

How it works

The actor fetches a single SoccerPunter statistics listing page per run (e.g. /soccer-statistics/matches_today). Match rows use alternating .each_fromrow divs โ€” league group headers (style_bar) and match rows (style_bar1). Team names come from bare <span> elements; kickoff times are extracted from embedded Unix epoch timestamps in <script> tags and converted to ISO 8601.

No authentication is required for basic match data. The site is server-rendered (PHP/SSR) with no Cloudflare or IP-based blocking.

Usage notes

  • A single run typically returns 50โ€“120 matches depending on the day and league density.
  • Setting maxItems to a small value (5โ€“10) is useful for quick tests.
  • The includeH2h option queues an additional HTTP request per match โ€” useful for H2H summary history but slower and not needed for basic fixture/odds data.
  • Premium prediction fields (tip, confidence, predictionText) are null for public (non-VIP) page content. These fields are reserved for future enhancement when public prediction data becomes available.

Sample output

{
"matchId":"Sri-Lanka-vs-Bhutan_18808",
"league":"World - Friendly International",
"homeTeam":"Sri Lanka",
"awayTeam":"Bhutan",
"kickoffDatetime":"2026-06-08T11:30:00.000Z",
"kickoffTime":"2026-06-08 11:30:00 UTC",
"predictionText":null,
"predictedScore":null,
"h2hSummary":null,
"homeForm":null,
"awayForm":null,
"tip":null,
"confidence":null,
"finalScore":null,
"h2hUrl":"https://www.soccerpunter.com/h2h/Sri-Lanka-vs-Bhutan/18808/18906/",
"oddsHome":null,
"oddsDraw":null,
"oddsAway":null,
"matchDay":"today",
"url":"https://www.soccerpunter.com/soccer-statistics/matches_today",
"scrapedAt":"2026-06-08T06:32:04.723Z"
}

Legal

This actor scrapes publicly accessible data from SoccerPunter.com. Users are responsible for complying with SoccerPunter's terms of service and applicable data protection regulations. Do not use this actor to bypass authentication or access premium content.

You might also like

Flashscore H2H - Football Head-to-Head Results

extractify-labs/flashscore-h2h

Given any Flashscore match URL, extract the full head-to-head history between the two teams - dates, scores, competition, and team details. No proxy required. Returns up to 20 fields per historical match in structured JSON.

๐Ÿ‘ User avatar

Extractify Labs

6

Football Fixtures Api

martin_sabo/football-fixtures-api

Get upcoming football fixtures for any team via Football-Data.org API. Fetch match schedules for Premier League, Champions League & major European competitions. Perfect for sports analytics, betting research, and fantasy football. Clean JSON data, free tier available, no scraping needed.

Football Data UK โ€” Match Results & Statistics Scraper

crawlerbros/football-data-uk-scraper

Scrape historical football match results and statistics from Football-Data.co.uk - a free public dataset covering 20+ European leagues with full-time/half-time scores, results, and betting odds. No authentication required.

Premier League API - Football Stats

alizarin_refrigerator-owner/premier-league-api

Access Premier League football statistics, fixtures, standings, player data & match results. Historical data & real-time updates for sports analytics.

FotMob Matches Scraper

incognito_mode/fotmob-matches-scraper

Scrape all football matches on FotMob for any date or date range โ€” fixtures, live scores and final results across every competition โ€” as one clean JSON/CSV record per match with teams, score, kickoff time, status and league. Filter by league or match status. Failed requests are never billed.

Flashscore: Match Listings, Scores & Fixtures

extractify-labs/flashscore-extractor

Extract match listings from Flashscore for football and basketball. Filter by date (-7 to +7 days), match status, or league. Returns teams, scores, tournament, and match metadata.

๐Ÿ‘ User avatar

Extractify Labs

199

5.0

Flashscore Betting Odds Extractor

extractify-labs/flashscore-matches-odds

Extract live and opening betting odds from Flashscore for football and basketball. Get odds by bookmaker, bet type, and match for odds comparison, arbitrage detection, and prediction models.

๐Ÿ‘ User avatar

Extractify Labs

36

Flashscore Scraper | Live Sports Scores and Fixtures

parseforge/flashscore-scraper

Pull live scores, fixtures, results, and standings from Flashscore across soccer, tennis, basketball, hockey, baseball, and more. Get match details, lineups, head to head, and statistics for sports analytics, fantasy tools, betting models, and live data dashboards globally.

Flashscore Team Fixtures, Results & Standings

extractify-labs/flashscore-team-fixtures

Extract upcoming team fixtures, past match results, and current league standings from Flashscore team profile URLs. Supports football, basketball, and other sports. Returns all future matches, configurable result history (default 50), and full division tables with W/D/L stats โ€” no proxy required.

๐Ÿ‘ User avatar

Extractify Labs

13