SofaScore API Scraper
Pricing
from $1.00 / 1,000 dataset rows
Go to Apify Store
SofaScore API Scraper
Scrape live scores, scheduled fixtures, match detail and search results directly from SofaScore's public backend API.
SofaScore API Scraper
Pricing
from $1.00 / 1,000 dataset rows
Scrape live scores, scheduled fixtures, match detail and search results directly from SofaScore's public backend API.
SofaScore sport. Used by 'live' and 'scheduled' modes.
Scheduled-events pagination is 1-indexed (page=1 is the first page). Scraper stops early once a page returns no events.
SofaScore event IDs to fetch full detail for. Used by 'event_detail' mode. Add one ID per line.
[]Free-text query (team, player, tournament). Used by 'search' mode.
For 'live'/'scheduled' modes, fan out and fetch full match detail (GET /event/{id}) for every event found instead of pushing the list item as-is. Multiplies request count.
Stop after pushing this many dataset items. 0 = unlimited.
Small delay between outgoing API calls to stay polite to Cloudflare-fronted api.sofascore.com.
Cloudflare fronts api.sofascore.com and appears to block Apify's datacenter IP range outright, so residential proxy is enabled by default. You can disable it if running from an IP Cloudflare already trusts.
{ "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ]}