AS
Apify Store
/extractify-labs/flashscore-tennis-matches
Flashscore Tennis Matches
Extract ATP, WTA, ITF & Challenger tennis match listings, set-by-set scores, player rankings, and live data from Flashscore. Singles & doubles. No proxy needed.
liveasyncunknown~30s typical
automationothernewsflashscoretennismatches
$0.0013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.001 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /extractify-labs/flashscore-tennis-matches for me.
Input
| Field | Type | Description |
|---|---|---|
| dayOffsets | array | Select which days to fetch relative to today. '0' = today, '-1' = yesterday, '1' = tomorrow. Range: -7 to +7. Leave as default to fetch today only. default ["0"] |
| matchStatuses | array | Filter results by match status. 'All' returns every match regardless of state. Note: 'Live' reflects status at the moment the actor runs — it is not a real-time stream. default ["all"] |
| tours | array | Filter by tennis tour. Leave empty to return all tours (ATP, WTA, ITF, Challenger, etc.). default [] |
| tournaments | array | Filter by tournament name. Case-insensitive partial match (e.g. 'Wimbledon', 'Roland Garros'). Leave empty to return all tournaments. Ignored when 'Start URLs' is provided. default [] |
| startUrls | array | Flashscore tournament or results page URLs to restrict the run to specific events (e.g. https://www.flashscore.com/tennis/atp-singles/wimbledon/). When provided, the 'Tournament Name Filter' is ignored. Non-Flashscore URLs are skipped. default [] |
| maxItems | integer | Cap on the total number of matches returned across all days and tournaments. Leave blank for no limit. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/extractify-labs/flashscore-tennis-matches","input":{"dayOffsets":["0"],"tournaments":["Wimbledon","Roland Garros"],"startUrls":[{"url":"https://www.flashscore.com/tennis/atp-singles/wimbledon/"}],"maxItems":3},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /extractify-labs/flashscore-tennis-matches -i '{"dayOffsets":["0"],"tournaments":["Wimbledon","Roland Garros"],"startUrls":[{"url":"https://www.flashscore.com/tennis/atp-singles/wimbledon/"}],"maxItems":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/extractify-labs/flashscore-tennis-matches", input: {"dayOffsets":["0"],"tournaments":["Wimbledon","Roland Garros"],"startUrls":[{"url":"https://www.flashscore.com/tennis/atp-singles/wimbledon/"}],"maxItems":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.