From 96bacc9be4cffd67ec4bc72142f13133e81da414 Mon Sep 17 00:00:00 2001 From: mawkone Date: Thu, 7 May 2026 22:26:15 -0700 Subject: [PATCH] docs: add post-beta task for national TAM enrichment via DataForSEO --- BETA_LAUNCH_PLAN.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BETA_LAUNCH_PLAN.md b/BETA_LAUNCH_PLAN.md index 6e0a45a..a627a6d 100644 --- a/BETA_LAUNCH_PLAN.md +++ b/BETA_LAUNCH_PLAN.md @@ -352,3 +352,14 @@ Logged so we don't accidentally pull them in: - Beta success criteria: **5 testers, all reach "shipped a thing", weekly active rate >60% in week 2.** If we miss those, the next plan is "what did we get wrong." + +--- + +## Phase 7 — Data Enrichment (Post-Beta) + +**Goal:** Pre-populate BigQuery with national market sizes so the AI doesn't have to fetch TAM dynamically. + +| # | Task | Owner | Effort | Notes | +|---|---|---|---|---| +| 7.1 | Run National TAM Backfill Script | Mark | 1 hr | Execute the `search/live` endpoint using `address_info.country_code = 'CA'` across all 4,000+ categories. This will cost ~$41.00 USD via DataForSEO. Write results to a new column in `vibn_market_data.gbp_categories` (e.g., `national_tam_ca`). | +| 7.2 | Run National TAM Backfill Script (US) | Mark | 1 hr | Same as above, using `country_code = 'US'`. |