@rankcli/agent-runtime 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/dist/index.d.mts +43 -393
  2. package/dist/index.d.ts +43 -393
  3. package/dist/index.js +306 -6526
  4. package/dist/index.mjs +202 -6412
  5. package/package.json +6 -1
  6. package/scripts/build-deno.ts +0 -134
  7. package/src/analyzers/core-web-vitals-analyzer.test.ts +0 -236
  8. package/src/analyzers/core-web-vitals-analyzer.ts +0 -557
  9. package/src/analyzers/geo-analyzer.test.ts +0 -310
  10. package/src/analyzers/geo-analyzer.ts +0 -814
  11. package/src/analyzers/image-optimization-analyzer.test.ts +0 -145
  12. package/src/analyzers/image-optimization-analyzer.ts +0 -348
  13. package/src/analyzers/index.ts +0 -233
  14. package/src/analyzers/internal-linking-analyzer.test.ts +0 -141
  15. package/src/analyzers/internal-linking-analyzer.ts +0 -419
  16. package/src/analyzers/mobile-seo-analyzer.test.ts +0 -140
  17. package/src/analyzers/mobile-seo-analyzer.ts +0 -455
  18. package/src/analyzers/security-headers-analyzer.test.ts +0 -115
  19. package/src/analyzers/security-headers-analyzer.ts +0 -318
  20. package/src/analyzers/structured-data-analyzer.test.ts +0 -210
  21. package/src/analyzers/structured-data-analyzer.ts +0 -590
  22. package/src/audit/ai/analyzer.ts +0 -347
  23. package/src/audit/ai/index.ts +0 -29
  24. package/src/audit/ai/prompts/content-analysis.ts +0 -271
  25. package/src/audit/ai/types.ts +0 -179
  26. package/src/audit/checks/additional-checks.ts +0 -439
  27. package/src/audit/checks/agent-experience.ts +0 -108
  28. package/src/audit/checks/ai-citation-worthiness.ts +0 -399
  29. package/src/audit/checks/ai-content-structure.ts +0 -325
  30. package/src/audit/checks/ai-readiness.ts +0 -406
  31. package/src/audit/checks/anchor-text.ts +0 -179
  32. package/src/audit/checks/answer-conciseness.ts +0 -322
  33. package/src/audit/checks/asset-minification.ts +0 -270
  34. package/src/audit/checks/bing-optimization.ts +0 -206
  35. package/src/audit/checks/brand-mention-optimization.ts +0 -349
  36. package/src/audit/checks/caching-headers.ts +0 -305
  37. package/src/audit/checks/canonical-advanced.ts +0 -150
  38. package/src/audit/checks/canonical-domain.ts +0 -196
  39. package/src/audit/checks/citation-quality.ts +0 -358
  40. package/src/audit/checks/client-rendering.ts +0 -542
  41. package/src/audit/checks/color-contrast.ts +0 -342
  42. package/src/audit/checks/content-freshness.ts +0 -170
  43. package/src/audit/checks/content-science.ts +0 -589
  44. package/src/audit/checks/conversion-elements.ts +0 -526
  45. package/src/audit/checks/crawlability.ts +0 -220
  46. package/src/audit/checks/directory-listing.ts +0 -172
  47. package/src/audit/checks/dom-analysis.ts +0 -191
  48. package/src/audit/checks/dom-size.ts +0 -246
  49. package/src/audit/checks/duplicate-content.ts +0 -194
  50. package/src/audit/checks/eeat-signals.ts +0 -990
  51. package/src/audit/checks/entity-seo.ts +0 -396
  52. package/src/audit/checks/featured-snippet.ts +0 -473
  53. package/src/audit/checks/freshness-signals.ts +0 -443
  54. package/src/audit/checks/funnel-intent.ts +0 -463
  55. package/src/audit/checks/hreflang.ts +0 -174
  56. package/src/audit/checks/html-compliance.ts +0 -302
  57. package/src/audit/checks/image-dimensions.ts +0 -167
  58. package/src/audit/checks/images.ts +0 -160
  59. package/src/audit/checks/indexnow.ts +0 -275
  60. package/src/audit/checks/interactive-tools.ts +0 -475
  61. package/src/audit/checks/internal-link-graph.ts +0 -436
  62. package/src/audit/checks/keyword-analysis.ts +0 -239
  63. package/src/audit/checks/keyword-cannibalization.ts +0 -385
  64. package/src/audit/checks/keyword-placement.ts +0 -471
  65. package/src/audit/checks/links.ts +0 -273
  66. package/src/audit/checks/llms-txt.ts +0 -224
  67. package/src/audit/checks/local-seo.ts +0 -296
  68. package/src/audit/checks/mobile.ts +0 -167
  69. package/src/audit/checks/modern-images.ts +0 -226
  70. package/src/audit/checks/navboost-signals.ts +0 -395
  71. package/src/audit/checks/on-page.ts +0 -209
  72. package/src/audit/checks/page-resources.ts +0 -285
  73. package/src/audit/checks/pagination.ts +0 -180
  74. package/src/audit/checks/performance.ts +0 -153
  75. package/src/audit/checks/platform-presence.ts +0 -580
  76. package/src/audit/checks/rag-chunk-readiness.test.ts +0 -159
  77. package/src/audit/checks/rag-chunk-readiness.ts +0 -163
  78. package/src/audit/checks/redirect-analysis.ts +0 -153
  79. package/src/audit/checks/redirect-chain.ts +0 -389
  80. package/src/audit/checks/resource-hints.ts +0 -420
  81. package/src/audit/checks/responsive-css.ts +0 -247
  82. package/src/audit/checks/responsive-images.ts +0 -396
  83. package/src/audit/checks/review-ecosystem.ts +0 -415
  84. package/src/audit/checks/robots-validation.ts +0 -373
  85. package/src/audit/checks/security-headers.ts +0 -188
  86. package/src/audit/checks/security.ts +0 -144
  87. package/src/audit/checks/serp-preview.ts +0 -251
  88. package/src/audit/checks/site-maturity.ts +0 -453
  89. package/src/audit/checks/social-meta.test.ts +0 -275
  90. package/src/audit/checks/social-meta.ts +0 -134
  91. package/src/audit/checks/soft-404.ts +0 -151
  92. package/src/audit/checks/structured-data.ts +0 -238
  93. package/src/audit/checks/tech-detection.ts +0 -496
  94. package/src/audit/checks/topical-clusters.ts +0 -435
  95. package/src/audit/checks/tracker-bloat.ts +0 -462
  96. package/src/audit/checks/tracking-verification.test.ts +0 -371
  97. package/src/audit/checks/tracking-verification.ts +0 -636
  98. package/src/audit/checks/url-safety.ts +0 -682
  99. package/src/audit/deno-entry.ts +0 -66
  100. package/src/audit/discovery/index.ts +0 -15
  101. package/src/audit/discovery/link-crawler.ts +0 -233
  102. package/src/audit/discovery/repo-routes.ts +0 -347
  103. package/src/audit/engine.ts +0 -633
  104. package/src/audit/fixes/index.ts +0 -209
  105. package/src/audit/fixes/social-meta-fixes.test.ts +0 -329
  106. package/src/audit/fixes/social-meta-fixes.ts +0 -463
  107. package/src/audit/index.ts +0 -74
  108. package/src/audit/runner.test.ts +0 -299
  109. package/src/audit/runner.ts +0 -130
  110. package/src/audit/types.ts +0 -1987
  111. package/src/content/featured-snippet.ts +0 -367
  112. package/src/content/generator.test.ts +0 -534
  113. package/src/content/generator.ts +0 -501
  114. package/src/content/headline.ts +0 -317
  115. package/src/content/index.ts +0 -62
  116. package/src/content/intent.ts +0 -258
  117. package/src/content/keyword-density.ts +0 -349
  118. package/src/content/readability.ts +0 -262
  119. package/src/executor.ts +0 -336
  120. package/src/fixer/framework-fixes.test.ts +0 -489
  121. package/src/fixer/framework-fixes.ts +0 -5287
  122. package/src/fixer/index.ts +0 -6
  123. package/src/fixer/schemas.ts +0 -971
  124. package/src/fixer.ts +0 -642
  125. package/src/frameworks/detector.test.ts +0 -248
  126. package/src/frameworks/detector.ts +0 -899
  127. package/src/frameworks/index.ts +0 -68
  128. package/src/frameworks/recipes/angular.yaml +0 -171
  129. package/src/frameworks/recipes/astro.yaml +0 -206
  130. package/src/frameworks/recipes/django.yaml +0 -180
  131. package/src/frameworks/recipes/laravel.yaml +0 -137
  132. package/src/frameworks/recipes/nextjs.yaml +0 -268
  133. package/src/frameworks/recipes/nuxt.yaml +0 -175
  134. package/src/frameworks/recipes/rails.yaml +0 -188
  135. package/src/frameworks/recipes/react.yaml +0 -202
  136. package/src/frameworks/recipes/sveltekit.yaml +0 -154
  137. package/src/frameworks/recipes/vue.yaml +0 -137
  138. package/src/frameworks/recipes/wordpress.yaml +0 -209
  139. package/src/frameworks/suggestion-engine.ts +0 -357
  140. package/src/geo/geo-content.test.ts +0 -305
  141. package/src/geo/geo-content.ts +0 -266
  142. package/src/geo/geo-history.test.ts +0 -473
  143. package/src/geo/geo-history.ts +0 -433
  144. package/src/geo/geo-tracker.test.ts +0 -359
  145. package/src/geo/geo-tracker.ts +0 -411
  146. package/src/geo/index.ts +0 -11
  147. package/src/geo/llm-citation-checker.ts +0 -188
  148. package/src/git/commit-helper.test.ts +0 -261
  149. package/src/git/commit-helper.ts +0 -329
  150. package/src/git/index.ts +0 -12
  151. package/src/git/pr-helper.test.ts +0 -284
  152. package/src/git/pr-helper.ts +0 -307
  153. package/src/index.ts +0 -76
  154. package/src/keywords/ai-keyword-engine.ts +0 -1062
  155. package/src/keywords/ai-summarizer.ts +0 -387
  156. package/src/keywords/ci-mode.ts +0 -555
  157. package/src/keywords/engine.ts +0 -359
  158. package/src/keywords/index.ts +0 -151
  159. package/src/keywords/llm-judge.ts +0 -357
  160. package/src/keywords/nlp-analysis.ts +0 -706
  161. package/src/keywords/prioritizer.ts +0 -295
  162. package/src/keywords/site-crawler.ts +0 -342
  163. package/src/keywords/sources/autocomplete.ts +0 -139
  164. package/src/keywords/sources/competitive-search.ts +0 -450
  165. package/src/keywords/sources/competitor-analysis.ts +0 -374
  166. package/src/keywords/sources/dataforseo.ts +0 -206
  167. package/src/keywords/sources/free-sources.ts +0 -294
  168. package/src/keywords/sources/gsc.ts +0 -123
  169. package/src/keywords/topic-grouping.ts +0 -327
  170. package/src/keywords/types.ts +0 -144
  171. package/src/keywords/wizard.ts +0 -457
  172. package/src/loader.ts +0 -40
  173. package/src/ranking/index.ts +0 -5
  174. package/src/ranking/serp-client.ts +0 -348
  175. package/src/ranking/tracker.ts +0 -380
  176. package/src/ranking/types.ts +0 -123
  177. package/src/reports/index.ts +0 -7
  178. package/src/reports/report-generator.test.ts +0 -293
  179. package/src/reports/report-generator.ts +0 -713
  180. package/src/scheduler/alerts.test.ts +0 -458
  181. package/src/scheduler/alerts.ts +0 -328
  182. package/src/scheduler/index.ts +0 -8
  183. package/src/scheduler/scheduled-audit.test.ts +0 -377
  184. package/src/scheduler/scheduled-audit.ts +0 -149
  185. package/src/test/integration-test.ts +0 -325
  186. package/src/tools/analyzer.ts +0 -373
  187. package/src/tools/crawl.ts +0 -293
  188. package/src/tools/files.ts +0 -301
  189. package/src/tools/h1-fixer.ts +0 -249
  190. package/src/tools/index.ts +0 -67
  191. package/src/tracking/github-action.ts +0 -326
  192. package/src/tracking/google-analytics.ts +0 -265
  193. package/src/tracking/index.ts +0 -45
  194. package/src/tracking/report-generator.ts +0 -386
  195. package/src/tracking/search-console.ts +0 -335
  196. package/src/types.ts +0 -148
  197. package/src/utils/http.ts +0 -302
  198. package/src/wasm-adapter.ts +0 -297
  199. package/src/wasm-entry.ts +0 -14
  200. package/tsconfig.json +0 -17
  201. package/tsup.wasm.config.ts +0 -26
  202. package/vitest.config.ts +0 -15
@@ -1,139 +0,0 @@
1
- // Google Autocomplete Keyword Scraper (Free)
2
-
3
- import { httpGet } from '../../utils/http.js';
4
- import type { KeywordData } from '../types.js';
5
-
6
- const AUTOCOMPLETE_URL = 'https://suggestqueries.google.com/complete/search';
7
-
8
- export interface AutocompleteOptions {
9
- language?: string;
10
- country?: string;
11
- }
12
-
13
- export async function getAutocompleteSuggestions(
14
- seedKeyword: string,
15
- options: AutocompleteOptions = {}
16
- ): Promise<KeywordData[]> {
17
- const { language = 'en', country = 'us' } = options;
18
-
19
- try {
20
- const response = await httpGet<string>(AUTOCOMPLETE_URL, {
21
- params: {
22
- client: 'firefox', // Returns JSON
23
- q: seedKeyword,
24
- hl: language,
25
- gl: country,
26
- },
27
- timeout: 5000,
28
- });
29
-
30
- // Response format: [query, [suggestions], ...]
31
- // Parse JSON if string (fetch returns text by default for this endpoint)
32
- const data = typeof response.data === 'string' ? JSON.parse(response.data) : response.data;
33
- const suggestions: string[] = (data as unknown[])[1] as string[] || [];
34
-
35
- return suggestions.map((suggestion) => ({
36
- keyword: suggestion,
37
- searchVolume: 0, // Autocomplete doesn't provide volume
38
- keywordDifficulty: 0, // Need to estimate or fetch separately
39
- source: 'autocomplete' as const,
40
- }));
41
- } catch (error) {
42
- console.error('Autocomplete fetch failed:', error);
43
- return [];
44
- }
45
- }
46
-
47
- // Get expanded suggestions using alphabet soup technique
48
- export async function getExpandedSuggestions(
49
- seedKeyword: string,
50
- options: AutocompleteOptions = {}
51
- ): Promise<KeywordData[]> {
52
- const allSuggestions: KeywordData[] = [];
53
- const seen = new Set<string>();
54
-
55
- // Base query
56
- const baseSuggestions = await getAutocompleteSuggestions(seedKeyword, options);
57
- for (const kw of baseSuggestions) {
58
- if (!seen.has(kw.keyword.toLowerCase())) {
59
- seen.add(kw.keyword.toLowerCase());
60
- allSuggestions.push(kw);
61
- }
62
- }
63
-
64
- // Alphabet soup: append each letter
65
- const letters = 'abcdefghijklmnopqrstuvwxyz'.split('');
66
-
67
- // Limit concurrent requests
68
- const batchSize = 5;
69
- for (let i = 0; i < letters.length; i += batchSize) {
70
- const batch = letters.slice(i, i + batchSize);
71
- const promises = batch.map((letter) =>
72
- getAutocompleteSuggestions(`${seedKeyword} ${letter}`, options)
73
- );
74
-
75
- const results = await Promise.all(promises);
76
- for (const suggestions of results) {
77
- for (const kw of suggestions) {
78
- if (!seen.has(kw.keyword.toLowerCase())) {
79
- seen.add(kw.keyword.toLowerCase());
80
- allSuggestions.push(kw);
81
- }
82
- }
83
- }
84
-
85
- // Small delay to avoid rate limiting
86
- await new Promise((resolve) => setTimeout(resolve, 100));
87
- }
88
-
89
- // Question modifiers
90
- const questionPrefixes = ['how to', 'what is', 'why', 'when', 'where', 'best'];
91
- for (const prefix of questionPrefixes) {
92
- const suggestions = await getAutocompleteSuggestions(`${prefix} ${seedKeyword}`, options);
93
- for (const kw of suggestions) {
94
- if (!seen.has(kw.keyword.toLowerCase())) {
95
- seen.add(kw.keyword.toLowerCase());
96
- allSuggestions.push(kw);
97
- }
98
- }
99
- }
100
-
101
- return allSuggestions;
102
- }
103
-
104
- // Estimate keyword difficulty based on SERP analysis
105
- export function estimateKeywordDifficulty(keyword: string): number {
106
- // Basic heuristics (can be improved with actual SERP data)
107
- const wordCount = keyword.split(' ').length;
108
-
109
- // Longer keywords tend to be less competitive
110
- if (wordCount >= 5) return 5;
111
- if (wordCount >= 4) return 10;
112
- if (wordCount >= 3) return 20;
113
- if (wordCount >= 2) return 30;
114
-
115
- return 50; // Single word = high competition
116
- }
117
-
118
- // Estimate search volume based on keyword characteristics
119
- export function estimateSearchVolume(keyword: string): number {
120
- // This is a rough estimate - real data should come from APIs
121
- const wordCount = keyword.split(' ').length;
122
-
123
- // Longer tail = lower volume typically
124
- if (wordCount >= 5) return 50;
125
- if (wordCount >= 4) return 100;
126
- if (wordCount >= 3) return 300;
127
- if (wordCount >= 2) return 500;
128
-
129
- return 1000; // Single word = high volume
130
- }
131
-
132
- // Add estimates to keywords without data
133
- export function enrichKeywordsWithEstimates(keywords: KeywordData[]): KeywordData[] {
134
- return keywords.map((kw) => ({
135
- ...kw,
136
- keywordDifficulty: kw.keywordDifficulty || estimateKeywordDifficulty(kw.keyword),
137
- searchVolume: kw.searchVolume || estimateSearchVolume(kw.keyword),
138
- }));
139
- }
@@ -1,450 +0,0 @@
1
- /**
2
- * Competitive Search Module
3
- *
4
- * Uses free APIs to find existing tools, competitors, and market intelligence.
5
- * Priority order: Brave Search > Serper.dev > GitHub > npm/PyPI
6
- */
7
-
8
- export interface CompetitorTool {
9
- name: string;
10
- url: string;
11
- description: string;
12
- isPaid: boolean;
13
- pricing?: string;
14
- source: 'search' | 'github' | 'npm' | 'pypi' | 'hackernews';
15
- stars?: number;
16
- weeklyDownloads?: number;
17
- }
18
-
19
- export interface CompetitiveSearchResult {
20
- query: string;
21
- existingTools: CompetitorTool[];
22
- openSourceOptions: CompetitorTool[];
23
- marketInsights: {
24
- hasFreeSolutions: boolean;
25
- hasPaidSolutions: boolean;
26
- dominantPlayer?: string;
27
- marketGap?: string;
28
- };
29
- searchSource: string;
30
- }
31
-
32
- export interface CompetitiveSearchOptions {
33
- braveApiKey?: string;
34
- serperApiKey?: string;
35
- githubToken?: string;
36
- maxResults?: number;
37
- }
38
-
39
- /**
40
- * Search for existing tools and competitors
41
- */
42
- export async function searchCompetitors(
43
- toolConcept: string,
44
- options: CompetitiveSearchOptions = {}
45
- ): Promise<CompetitiveSearchResult> {
46
- const { maxResults = 10 } = options;
47
- const existingTools: CompetitorTool[] = [];
48
- const openSourceOptions: CompetitorTool[] = [];
49
- let searchSource = 'none';
50
-
51
- // Try Brave Search first (2,000 free/month)
52
- if (options.braveApiKey) {
53
- try {
54
- const braveResults = await searchBrave(toolConcept, options.braveApiKey, maxResults);
55
- existingTools.push(...braveResults);
56
- searchSource = 'brave';
57
- } catch (e) {
58
- console.warn('Brave search failed:', e);
59
- }
60
- }
61
-
62
- // Fall back to Serper.dev (2,500 free/month)
63
- if (existingTools.length === 0 && options.serperApiKey) {
64
- try {
65
- const serperResults = await searchSerper(toolConcept, options.serperApiKey, maxResults);
66
- existingTools.push(...serperResults);
67
- searchSource = 'serper';
68
- } catch (e) {
69
- console.warn('Serper search failed:', e);
70
- }
71
- }
72
-
73
- // Always search GitHub for open source (unlimited free)
74
- try {
75
- const githubResults = await searchGitHub(toolConcept, options.githubToken, maxResults);
76
- openSourceOptions.push(...githubResults);
77
- if (!searchSource || searchSource === 'none') searchSource = 'github';
78
- } catch (e) {
79
- console.warn('GitHub search failed:', e);
80
- }
81
-
82
- // Search npm for JavaScript tools (unlimited free)
83
- try {
84
- const npmResults = await searchNpm(toolConcept, maxResults);
85
- openSourceOptions.push(...npmResults);
86
- } catch (e) {
87
- console.warn('npm search failed:', e);
88
- }
89
-
90
- // Analyze market
91
- const marketInsights = analyzeMarket(existingTools, openSourceOptions);
92
-
93
- return {
94
- query: toolConcept,
95
- existingTools,
96
- openSourceOptions,
97
- marketInsights,
98
- searchSource,
99
- };
100
- }
101
-
102
- /**
103
- * Brave Search API (2,000 free searches/month)
104
- */
105
- async function searchBrave(
106
- query: string,
107
- apiKey: string,
108
- maxResults: number
109
- ): Promise<CompetitorTool[]> {
110
- const searchQuery = `${query} tool OR ${query} free online`;
111
-
112
- const response = await fetch(
113
- `https://api.search.brave.com/res/v1/web/search?q=${encodeURIComponent(searchQuery)}&count=${maxResults}`,
114
- {
115
- headers: {
116
- 'Accept': 'application/json',
117
- 'X-Subscription-Token': apiKey,
118
- },
119
- }
120
- );
121
-
122
- if (!response.ok) {
123
- throw new Error(`Brave API error: ${response.status}`);
124
- }
125
-
126
- const data = await response.json();
127
- const results: CompetitorTool[] = [];
128
-
129
- for (const result of data.web?.results || []) {
130
- const isPaid = detectPaidTool(result.title, result.description, result.url);
131
-
132
- results.push({
133
- name: extractToolName(result.title),
134
- url: result.url,
135
- description: result.description || '',
136
- isPaid,
137
- pricing: isPaid ? extractPricing(result.description) : 'Free',
138
- source: 'search',
139
- });
140
- }
141
-
142
- return results;
143
- }
144
-
145
- /**
146
- * Serper.dev API (2,500 free searches/month)
147
- */
148
- async function searchSerper(
149
- query: string,
150
- apiKey: string,
151
- maxResults: number
152
- ): Promise<CompetitorTool[]> {
153
- const searchQuery = `${query} tool OR ${query} free online`;
154
-
155
- const response = await fetch('https://google.serper.dev/search', {
156
- method: 'POST',
157
- headers: {
158
- 'X-API-KEY': apiKey,
159
- 'Content-Type': 'application/json',
160
- },
161
- body: JSON.stringify({
162
- q: searchQuery,
163
- num: maxResults,
164
- }),
165
- });
166
-
167
- if (!response.ok) {
168
- throw new Error(`Serper API error: ${response.status}`);
169
- }
170
-
171
- const data = await response.json();
172
- const results: CompetitorTool[] = [];
173
-
174
- for (const result of data.organic || []) {
175
- const isPaid = detectPaidTool(result.title, result.snippet, result.link);
176
-
177
- results.push({
178
- name: extractToolName(result.title),
179
- url: result.link,
180
- description: result.snippet || '',
181
- isPaid,
182
- pricing: isPaid ? extractPricing(result.snippet) : 'Free',
183
- source: 'search',
184
- });
185
- }
186
-
187
- return results;
188
- }
189
-
190
- /**
191
- * GitHub Search API (60 req/hour unauthenticated, more with token)
192
- */
193
- async function searchGitHub(
194
- query: string,
195
- token?: string,
196
- maxResults: number = 10
197
- ): Promise<CompetitorTool[]> {
198
- const searchQuery = `${query} in:name,description,readme`;
199
-
200
- const headers: Record<string, string> = {
201
- 'Accept': 'application/vnd.github.v3+json',
202
- 'User-Agent': 'RankCLI-Keyword-Research',
203
- };
204
-
205
- if (token) {
206
- headers['Authorization'] = `token ${token}`;
207
- }
208
-
209
- const response = await fetch(
210
- `https://api.github.com/search/repositories?q=${encodeURIComponent(searchQuery)}&sort=stars&order=desc&per_page=${maxResults}`,
211
- { headers }
212
- );
213
-
214
- if (!response.ok) {
215
- throw new Error(`GitHub API error: ${response.status}`);
216
- }
217
-
218
- const data = await response.json();
219
- const results: CompetitorTool[] = [];
220
-
221
- for (const repo of data.items || []) {
222
- results.push({
223
- name: repo.name,
224
- url: repo.html_url,
225
- description: repo.description || '',
226
- isPaid: false,
227
- pricing: 'Open Source',
228
- source: 'github',
229
- stars: repo.stargazers_count,
230
- });
231
- }
232
-
233
- return results;
234
- }
235
-
236
- /**
237
- * npm Registry Search (unlimited, no auth required)
238
- */
239
- async function searchNpm(
240
- query: string,
241
- maxResults: number = 10
242
- ): Promise<CompetitorTool[]> {
243
- const response = await fetch(
244
- `https://registry.npmjs.org/-/v1/search?text=${encodeURIComponent(query)}&size=${maxResults}`,
245
- {
246
- headers: {
247
- 'User-Agent': 'RankCLI-Keyword-Research',
248
- },
249
- }
250
- );
251
-
252
- if (!response.ok) {
253
- throw new Error(`npm API error: ${response.status}`);
254
- }
255
-
256
- const data = await response.json();
257
- const results: CompetitorTool[] = [];
258
-
259
- for (const obj of data.objects || []) {
260
- const pkg = obj.package;
261
- results.push({
262
- name: pkg.name,
263
- url: `https://www.npmjs.com/package/${pkg.name}`,
264
- description: pkg.description || '',
265
- isPaid: false,
266
- pricing: 'Open Source (npm)',
267
- source: 'npm',
268
- weeklyDownloads: obj.downloads?.weekly,
269
- });
270
- }
271
-
272
- return results;
273
- }
274
-
275
- /**
276
- * Detect if a tool is paid based on text signals
277
- */
278
- function detectPaidTool(title: string, description: string, url: string): boolean {
279
- const text = `${title} ${description} ${url}`.toLowerCase();
280
-
281
- // Strong paid signals
282
- const paidSignals = [
283
- 'pricing', 'subscribe', 'premium', 'pro plan', 'enterprise',
284
- 'per month', '/mo', 'free trial', 'buy now', 'purchase',
285
- 'starting at', 'plans start', 'paid', 'upgrade',
286
- ];
287
-
288
- // Strong free signals
289
- const freeSignals = [
290
- 'free online', '100% free', 'completely free', 'no signup',
291
- 'open source', 'github.com', 'github.io', 'codepen',
292
- ];
293
-
294
- const hasPaidSignal = paidSignals.some(signal => text.includes(signal));
295
- const hasFreeSignal = freeSignals.some(signal => text.includes(signal));
296
-
297
- // If has free signal and no paid signal, it's free
298
- if (hasFreeSignal && !hasPaidSignal) return false;
299
-
300
- // If has paid signal, it's paid
301
- if (hasPaidSignal) return true;
302
-
303
- // Default: assume it might be paid
304
- return false;
305
- }
306
-
307
- /**
308
- * Extract tool name from search result title
309
- */
310
- function extractToolName(title: string): string {
311
- // Remove common suffixes like "| Website", "- Free Online Tool", etc.
312
- return title
313
- .split(/[|\-–—]/)[0]
314
- .replace(/free|online|tool|generator|maker/gi, '')
315
- .trim() || title.trim();
316
- }
317
-
318
- /**
319
- * Extract pricing info from description
320
- */
321
- function extractPricing(text: string): string | undefined {
322
- const priceMatch = text.match(/\$[\d,.]+(?:\s*\/\s*(?:mo|month|year|yr))?/i);
323
- if (priceMatch) return priceMatch[0];
324
-
325
- if (text.toLowerCase().includes('free trial')) return 'Free trial available';
326
- if (text.toLowerCase().includes('freemium')) return 'Freemium';
327
-
328
- return undefined;
329
- }
330
-
331
- /**
332
- * Analyze market based on search results
333
- */
334
- function analyzeMarket(
335
- existingTools: CompetitorTool[],
336
- openSourceOptions: CompetitorTool[]
337
- ): CompetitiveSearchResult['marketInsights'] {
338
- const hasFreeSolutions = existingTools.some(t => !t.isPaid) || openSourceOptions.length > 0;
339
- const hasPaidSolutions = existingTools.some(t => t.isPaid);
340
-
341
- // Find dominant player (most stars on GitHub or appears in multiple results)
342
- let dominantPlayer: string | undefined;
343
- if (openSourceOptions.length > 0) {
344
- const topByStars = openSourceOptions
345
- .filter(t => t.stars)
346
- .sort((a, b) => (b.stars || 0) - (a.stars || 0))[0];
347
- if (topByStars && (topByStars.stars || 0) > 1000) {
348
- dominantPlayer = topByStars.name;
349
- }
350
- }
351
-
352
- // Identify market gap
353
- let marketGap: string | undefined;
354
- if (!hasFreeSolutions && hasPaidSolutions) {
355
- marketGap = 'No free alternatives exist - opportunity to capture market with free tool';
356
- } else if (openSourceOptions.length > 0 && !existingTools.some(t => !t.isPaid)) {
357
- marketGap = 'Open source libraries exist but no easy-to-use web tool - wrap library in simple UI';
358
- }
359
-
360
- return {
361
- hasFreeSolutions,
362
- hasPaidSolutions,
363
- dominantPlayer,
364
- marketGap,
365
- };
366
- }
367
-
368
- /**
369
- * Search for specific format converters (e.g., "X to Mermaid converter")
370
- */
371
- export async function searchFormatConverters(
372
- targetFormat: string,
373
- options: CompetitiveSearchOptions = {}
374
- ): Promise<{
375
- sourceFormats: string[];
376
- existingConverters: CompetitorTool[];
377
- opportunities: string[];
378
- }> {
379
- // Common diagram/document formats to check
380
- const commonFormats = [
381
- 'flowchart', 'uml', 'plantuml', 'draw.io', 'lucidchart',
382
- 'visio', 'graphviz', 'dot', 'json', 'yaml', 'csv',
383
- 'excel', 'markdown', 'text', 'ascii', 'png', 'svg',
384
- ];
385
-
386
- const existingConverters: CompetitorTool[] = [];
387
- const opportunities: string[] = [];
388
-
389
- for (const format of commonFormats) {
390
- const query = `${format} to ${targetFormat} converter`;
391
-
392
- try {
393
- const result = await searchCompetitors(query, options);
394
-
395
- if (result.existingTools.length > 0 || result.openSourceOptions.length > 0) {
396
- existingConverters.push(...result.existingTools.slice(0, 2));
397
- existingConverters.push(...result.openSourceOptions.slice(0, 2));
398
- } else {
399
- // No converter exists - opportunity!
400
- opportunities.push(`${format} to ${targetFormat}`);
401
- }
402
- } catch {
403
- // Skip on error
404
- }
405
-
406
- // Rate limit: wait 100ms between searches
407
- await new Promise(resolve => setTimeout(resolve, 100));
408
- }
409
-
410
- return {
411
- sourceFormats: commonFormats,
412
- existingConverters,
413
- opportunities,
414
- };
415
- }
416
-
417
- /**
418
- * Search Hacker News for tool discussions
419
- */
420
- export async function searchHackerNews(
421
- query: string,
422
- maxResults: number = 10
423
- ): Promise<Array<{
424
- title: string;
425
- url: string;
426
- points: number;
427
- comments: number;
428
- }>> {
429
- const response = await fetch(
430
- `https://hn.algolia.com/api/v1/search?query=${encodeURIComponent(query)}&tags=story&hitsPerPage=${maxResults}`,
431
- {
432
- headers: {
433
- 'User-Agent': 'RankCLI-Keyword-Research',
434
- },
435
- }
436
- );
437
-
438
- if (!response.ok) {
439
- throw new Error(`HN API error: ${response.status}`);
440
- }
441
-
442
- const data = await response.json();
443
-
444
- return (data.hits || []).map((hit: any) => ({
445
- title: hit.title,
446
- url: hit.url || `https://news.ycombinator.com/item?id=${hit.objectID}`,
447
- points: hit.points || 0,
448
- comments: hit.num_comments || 0,
449
- }));
450
- }