Sofascore Scraper
Pricing
Pay per event
Go to Apify Store
Sofascore Scraper
Export live and scheduled Sofascore events with teams, tournaments, scores, status, venue, round, and available match statistics for sports analysis.
Sofascore Scraper
Pricing
Pay per event
Export live and scheduled Sofascore events with teams, tournaments, scores, status, venue, round, and available match statistics for sports analysis.
eventId
Optional
Stable numeric SofaScore event identifier.
eventUrl
Optional
Canonical public SofaScore match URL.
sport
Optional
SofaScore sport slug.
startTime
Optional
Scheduled event start in UTC.
status
Optional
Machine-readable event status.
statusDescription
Optional
Human-readable event status.
tournament
Optional
Tournament or competition identity.
{ "id": 101, "name": "Sample League", "slug": "sample-league"}category
Optional
SofaScore geographic or sport category.
{ "id": 10, "name": "Sample Country", "slug": "sample-country"}homeTeam
Optional
Home team identity.
{ "id": 201, "name": "Sample Home", "slug": "sample-home"}awayTeam
Optional
Away team identity.
{ "id": 202, "name": "Sample Away", "slug": "sample-away"}score
Optional
Current or final score plus available period scores.
{ "home": 2, "away": 1, "period1Home": 1, "period1Away": 0, "period2Home": 1, "period2Away": 1}round
Optional
Tournament round label or number when available.
venue
Optional
Venue or stadium name when available.
country
Optional
Country or geographic category name.
hasStatistics
Optional
Whether statistics were available for this event.
statistics
Optional
Normalized statistics by period and group, when available.
[ { "group": "Match overview", "name": "Ball possession", "home": "55%", "away": "45%", "period": "ALL" }]sourceMode
Optional
Input route that produced the event.
scrapedAt
Optional
UTC timestamp when the record was created.