FanCode Live Sports Streams Scraper 🏏 🎯 avatar

FanCode Live Sports Streams Scraper 🏏 🎯

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
FanCode Live Sports Streams Scraper 🏏 🎯

FanCode Live Sports Streams Scraper 🏏 🎯

easyapi/fancode-live-sports-streams-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Extracts live sports streaming data from FanCode, India's premier sports streaming platform. Get real-time access to cricket, kabaddi, football matches with HLS stream URLs, team information, and match details. Updated every 30 minutes.

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 8 days ago

Extract live sports streaming data from FanCode, India's leading sports streaming platform. This Actor provides real-time access to live cricket, kabaddi, football, and other sports events, complete with HLS streaming URLs and comprehensive match information.

Features ⭐

  • 🔄 Auto-updates every 30 minutes
  • 🎯 Supports premium matches
  • 📱 Compatible with TV, mobile, and PC platforms
  • 🏏 Comprehensive match details including team flags and banners
  • 🔗 Direct HLS stream links (M3U8 format)
  • 📊 JSON output for easy integration

Output Data Structure 📋

For each live stream, the Actor provides:

  • Event category and name
  • Match ID and match name
  • Team names and flag URLs
  • Match banner image
  • HLS stream link
  • Last update timestamp
  • Total available matches

Use Cases 🎯

  • Sports streaming applications
  • Live score widgets
  • Sports data analytics
  • Match tracking systems
  • Content aggregation platforms

Limitations ⚠️

  • Limited to matches available on FanCode platform
  • Stream URLs require regular updates
  • Region restrictions may apply to certain content

Support 💬

For any questions or issues, please reach out through Apify's support.

Input Example

A full explanation of an input example in JSON.

1{
2}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "event_category": "cricket",
4        "event_name": "One Day Cup, 2024-25",
5        "match_id": 109151,
6        "match_name": "Tasmania vs New South Wales",
7        "team_1": "Tasmania",
8        "team_1_flag": "https://d13ir53smqqeyp.cloudfront.net/flags/cr-flags/FC-TAS@2x.png",
9        "team_2": "New South Wales",
10        "team_2_flag": "https://d13ir53smqqeyp.cloudfront.net/flags/cr-flags/FC-NSW@2x.png",
11        "banner": "https://www.fancode.com/skillup-uploads/cms-media/109151_4492_TAS_NSW_fc-web.jpg",
12        "stream_link": "https://dai.google.com/linear/hls/event/R9Jq2iDwQZGclbH3mt-nqA/master.m3u8",
13        "total_matches": 1,
14        "last_updated": "05-02-2025 on 07:44:24 AM 🌞",
15        "scrapedAt": "2025-02-05T01:55:02.704Z"
16    }
17]