feat(seo): add dated enrichment/SEO/ad-library receipts on /pricing - #544
Draft
JayZeeDesign wants to merge 1 commit into
Draft
JayZeeDesign wants to merge 1 commit into
JayZeeDesign wants to merge 1 commit into
Conversation
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>
|
Folded into #551. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Adds four dated, catalog-backed receipt examples on
/pricingthat 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:
New FAQ items:
Both FAQ items are mirrored in the FAQPage JSON-LD (now 7 questions total).
How it was tested
Verified programmatically:
Checklist
uv run --frozen python -m pytest tests/test_provider_pages.pypasses locallyFor Jason's review: This is public copy on /pricing. All numbers are copied verbatim from existing workflow receipt pages, not estimated or fabricated.