Flashscore: Get Daily H2h Previews
Flashscore via Parse · sports
Fetch all fixtures for a given day and enrich each match with the last 10 head-to-head encounters between the two teams. Each H2H entry includes FT scores (home_score, away_score), date, competition, country, match_id, home_team, away_team, and result (home_win/away_win/draw). Uses batched parallel fetching with rate limiting and automatic retry/exponential backoff. When limit is provided, only that many matches from the day are enriched with H2H. Without limit, all fixtures are processed — callers should use limit for days with many matches to avoid timeouts. Real-time and historical sports data from FlashScore covering football, tennis, basketball, hockey, table tennis, esports, and dozens of leagues worldwide. Provides live scores, fixtures, comprehensive match statistics, match events/timelines, and league standings. Fulfilled by Parse from flashscore.com.
- entertainment
- finance
- flashscore
- flashscore-com
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/e4c11d5d-7c48-4a9d-9141-7abf0692ddcd/get_daily_h2h_previews
- Interface artifact
- sha256:7067db55545029e969c9444d7c1089db1f4c9f7089d85d9f03c2e08fa0f5a82f
- Manifest digest
- sha256:9af6ee007d5ef31cc02b10b30fc955f0256e89d1058dd4898998c6ba65f1740c
Request fields
- limit (integer): Maximum number of matches to enrich with H2H data. Recommended for days with many fixtures to stay within timeout.
- sport (string): Sport name to fetch fixtures and H2H for.: Allowed values: football, tennis, basketball, hockey, table_tennis, esports, volleyball, golf, snooker, american_football
- day_offset (integer): Day offset from today: 0=today, -1=yesterday, 1=tomorrow, etc.
Example queries
- {"limit":"3","sport":"football","day_offset":"-1"}