Skip to content

feat(seo): add dated enrichment/SEO/ad-library receipts on /pricing - #544

Draft
JayZeeDesign wants to merge 1 commit into
mainfrom
cursor/pricing-receipts-53d5
Draft

JayZeeDesign wants to merge 1 commit into
mainfrom
cursor/pricing-receipts-53d5

Conversation

@JayZeeDesign

Copy link
Copy Markdown
Contributor

What this does

Adds four dated, catalog-backed receipt examples on /pricing that teach call cost vs usable-result cost, billing unit, misses, and BYOK. All figures sourced verbatim from existing workflow run receipts (no invented numbers).

Four receipt cards:

Receipt Date Total Source workflow
Enrichment: verified lead list 2026-08-26 $3.62 for 50 companies find-and-verify-a-lead-list
SEO: keyword demand 2026-09-14 $0.11 for 50 keywords keyword-demand-to-ad-budget
Ad library: Meta + Google 2026-09-14 $0.015 metered (BYOK for Meta) mine-competitor-meta-ads-as-creative-pack
Creator discovery: Instagram 2026-09-14 $0.20 for 25 creators discover-creators-in-a-niche

New FAQ items:

  • "What is the difference between call cost and usable-result cost?"
  • "Are own-key calls billed?"

Both FAQ items are mirrored in the FAQPage JSON-LD (now 7 questions total).

How it was tested

uv run --frozen python -m pytest tests/test_provider_pages.py::test_pricing_page -v
# PASSED

uv run --frozen python -m pytest tests/test_provider_pages.py -v --tb=short
# 9 passed in 12.45s

Verified programmatically:

  • All four workflow links present
  • All four totals ($3.62, $0.11, $0.015, $0.20) present
  • Both dated receipts (2026-08-26, 2026-09-14) present
  • New FAQ items present in JSON-LD
  • No em-dashes added (existing em-dashes in title/CTAs unchanged)

Checklist

  • uv run --frozen python -m pytest tests/test_provider_pages.py passes locally
  • No new tests needed (existing test_pricing_page verifies page renders with expected structure)
  • No subsystem change (presentation-only addition to existing page)
  • No secrets in the diff

For Jason's review: This is public copy on /pricing. All numbers are copied verbatim from existing workflow receipt pages, not estimated or fabricated.

Open in Web Open in Cursor 

Add catalog-backed receipt examples that teach call cost vs usable-result
cost, billing unit, misses, and BYOK. All figures sourced from existing
workflow run receipts (no invented numbers):

1. Enrichment: verified lead list (2026-08-26)
   - 50 companies, $3.62 total, $0.13 per deliverable lead
   - Shows per-success misses at $0.00 vs per-call billing

2. SEO: keyword demand (2026-09-14)
   - 50 keywords, $0.11 total (ideas + volume batch + trend)
   - Demonstrates batch billing (volume call: per-request, not per-keyword)

3. Ad library: Meta and Google ads (2026-09-14)
   - BYOK example: Meta calls on own Apify key (not metered)
   - Google shared-key: $0.015

4. Creator discovery: Instagram (2026-09-14)
   - 25 creators, $0.20 total
   - Per-creator discovery billing

New FAQ items:
- What is the difference between call cost and usable-result cost?
- Are own-key calls billed?

Source workflow pages:
- /workflows/find-and-verify-a-lead-list
- /workflows/keyword-demand-to-ad-budget
- /workflows/mine-competitor-meta-ads-as-creative-pack
- /workflows/discover-creators-in-a-niche

Co-authored-by: Jason Zhou <JayZeeDesign@users.noreply.github.com>
@cursor

cursor Bot commented Sep 17, 2026

Copy link
Copy Markdown

Folded into #551.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants