Back

TAB / Betcha Statement Fetcher.

Fetch your betting statements from the sportsbooks private API and export them to CSV. Warning this tool records the closing handicap of your bets. Not what they were at the time of placing.

The CSV is formatted for direct import into aussportsbetting.com Betting Tracker.

How it works: Next.js server actions make the request to your sportsbook (no CORS), then we transform the response into CSV.

Disclaimer: Provided as-is. We take no responsibility for the security of your bearer token or retrieved data. Use at your own risk.

Fetch Statements

Paste your bearer token, choose the service, and select a date range.

Bearer Token

Log in to TAB/Betcha. open DevTools (F12).Network tab. find a /client-details request. copy the value after Authorization: Bearer

Server-side requestCSV export ready