๐ Free Live Cricket Score JSON API (Typescript Version) - Get data from Cricbuzz - Live Cricket Score API โก
Typescript Version - Get Live Cricket Score data from Cricbuzz.com
This is an unofficial API and not Linked or Partnered with Any Brands/Company.
Note
I primarily built this tool for personal use, and I mostly run it on my home server or localhost.This tool is not recommended for production use, this is for educational purpose , you are welcome to fork the project and make any changes as needed.
- Download or Clone the repo
- install dependencies
pnpm install
- Development
pnpm dev
- Build a Project
pnpm build
- Start the server
pnpm start
/
- Static Home Page for Fetch Live Cricket Score/score
- Score API
- Get Live Cricket Score
curl http://localhost:6020/score?id=12345
- This is not an Offical API from Cricbuzz - it's an Unofficial API
- This is for Education Purpose only - use at your own risk on Production Site
- All Credits Goes to https://www.cricbuzz.com/
The score data retrieved from CricBuzz is collected strictly for personal use only. This data is scraped using custom scripts and stored locally on my Android device, which functions as a personal server. The data is accessed and displayed via Termux, and the network traffic is securely proxied through a Cloudflare Argo Tunnel.
This setup is fully contained within my personal environment and is not accessible to the outside world. The data is not served externally or used for any commercial purposes. I do not claim ownership of any data or content provided by CricBuzz. The scraping process is solely for personal use and complies with CricBuzzโs terms of service, ensuring no infringement on their intellectual property rights.
Please note that any use, redistribution, or public display beyond personal use may violate CricBuzzโs terms and may be subject to legal or ethical consequences. I take no responsibility for any actions outside of personal, non-commercial use.
MIT