Live Australian data inside a Notion dashboard
Free tier fitNotion does not natively call an API. Run a 30-line Python script in GitHub Actions, write to a Notion database, and your dashboard updates every morning.
The friction today
- .Notion API requires per-row writes. Manual entry rots within a week.
- .Most data providers do not document a Notion path.
- .Charts in Notion need clean schemas, not parsed PDFs.
The workflow in 3 calls
- 1
Pull the macro snapshot
GET /v1/economic-dashboardOne call, five indicators.
- 2
Write to a Notion database
GET https://api.notion.com/v1/pagesOne row per indicator.
- 3
Schedule daily
GET GitHub Actions cronFree for public repos.
Try it now
cURL
curl https://api.ausdata.io/v1/economic-dashboard \
-H "Authorization: Bearer YOUR_KEY"Right tier for notion power users
Free tier covers a daily refresh. 30 calls a month is plenty.
Related
500 free calls per month. No credit card.