From 411ee92106988c0cd2d75172152206c6b07fe028 Mon Sep 17 00:00:00 2001 From: agent-company Date: Fri, 29 May 2026 20:03:29 +0000 Subject: [PATCH] [Phase 5] docs-site: add /pricing cross-API comparison page and nav link Closes leeworks-agents/api-company#101 - Create docs-site/src/pages/pricing.astro with accessible table markup showing all 4 tiers (Free/Basic/Pro/Ultra) for all 3 APIs - Add and scope attributes for accessibility - Responsive overflow-x wrapper for mobile - CTA buttons linking to RapidAPI (placeholder # until listings live) - Revenue disclaimer: subscriptions managed via RapidAPI marketplace - Add /pricing link to nav in Base.astro layout - npm run build passes with no errors --- docs-site/src/layouts/Base.astro | 1 + docs-site/src/pages/pricing.astro | 84 +++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 docs-site/src/pages/pricing.astro diff --git a/docs-site/src/layouts/Base.astro b/docs-site/src/layouts/Base.astro index eaece39..c1d6aee 100644 --- a/docs-site/src/layouts/Base.astro +++ b/docs-site/src/layouts/Base.astro @@ -31,6 +31,7 @@ const { title, description = "leeworks.dev API documentation" } = Astro.props; ZIP Enrichment Holidays Air Quality + Pricing Blog RapidAPI diff --git a/docs-site/src/pages/pricing.astro b/docs-site/src/pages/pricing.astro new file mode 100644 index 0000000..0c9f0be --- /dev/null +++ b/docs-site/src/pages/pricing.astro @@ -0,0 +1,84 @@ +--- +import Base from '../layouts/Base.astro'; +--- + + + +
+

API Pricing

+

Simple, transparent pricing for all three APIs. Start free — upgrade when you need more.

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
All plans are monthly. Requests reset at the start of each billing cycle.
TierPrice / moZIP EnrichmentHolidaysAir Quality
Free$0100 req/mo · 5 req/min100 req/mo · 5 req/min100 req/mo · 5 req/min
Basic$95,000 req/mo · 60 req/min5,000 req/mo · 60 req/min5,000 req/mo · 60 req/min
Pro$1925,000 req/mo · 200 req/min20,000 req/mo · 200 req/min20,000 req/mo · 200 req/min
Ultra$49100,000 req/mo · 500 req/min100,000 req/mo · 500 req/min100,000 req/mo · 500 req/min
+ + + +

Subscriptions managed via RapidAPI marketplace. Prices shown in USD. Rate limits apply per API key.

+
+