New Structured Data API Provides Subscription Pricing for LLM Agents

What This Is
A developer has built a structured data API that provides normalized subscription pricing data specifically designed for LLM agents and retrieval systems. The API addresses the problem that LLMs are decent at reasoning but terrible at up-to-date subscription pricing, and scraping is brittle with constantly changing HTML and inconsistent schemas across services.
Key Details
The API normalizes subscription pricing across multiple categories:
- Streaming platforms
- Ride-share services
- Dating apps
- Other subscription-based platforms
The API exposes several key features:
- Consistent schema across providers
- Structured JSON responses
- Region-aware pricing where available
- MCP-compatible endpoints so LLMs can consume it cleanly
The goal isn't a consumer app — it's to provide a clean data layer that agents and tools can query without scraping. The developer has shared documentation at https://api.aristocles.com.au/docs for inspecting the schema and experimenting.
The developer is seeking feedback from the community on:
- Schema improvements
- Missing fields
- Better ways to expose this for agent tooling
- Whether this is useful for workflows
Who It's For
This is designed for developers building LLM agents or retrieval systems that need structured real-world pricing data without the maintenance burden of web scraping.
📖 Read the full source: r/LocalLLaMA
👀 See Also

IronBee: Open-source verification layer for Claude Code and Cursor
IronBee is an open-source verification layer that forces AI coding agents to test changes in a real browser before completing tasks. In testing, it caught bugs in 82% of Claude Code sessions that would have shipped without verification.

Forge: A Memory System for Claude Code Built with Claude Code
A developer built Forge, a TypeScript monorepo MCP server that automatically captures decisions, constraints, and rejections from Claude Code conversations. It uses a six-stage pipeline to classify, extract, and persist structured data in an event-sourced SQLite model.

Exploring macOS's sandbox-exec for Secure Application Execution
sandbox-exec is a macOS command-line utility that allows applications to run in a restricted environment. Learn how to utilize it with custom sandbox profiles.

Open-source web dashboard tracks Claude token usage for remote workflows
A developer built react-ai-token-monitor, a lightweight web dashboard that parses local Claude project files in real-time to calculate costs, show model breakdowns, and track usage patterns. The tool revealed $4,808 worth of Claude tokens consumed in March 2026 on a Max 20x plan.