1 comments

  • ptrtht 7 hours ago

    Builder here, I was using Crustdata and IcyPeas and kept running into two problems: the per-lookup cost adds up fast, and the data is often 6–9 months stale.

    The core insight is that most of this data is public, it lives in website footers and profile pages. So the marginal cost per lookup is near zero. The whole thing runs on Cloudflare Workers + D1 + KV, currently on the $5/mo plan.

    Happy to answer anything, architecture, pricing, what identifiers are supported, whatever. And if you try the demo and something looks wrong, I want to know.