-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_schema.json.prefill_backup
More file actions
186 lines (186 loc) · 7.21 KB
/
input_schema.json.prefill_backup
File metadata and controls
186 lines (186 loc) · 7.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "LinkedIn Company Intelligence Pro Input",
"description": "Enterprise LinkedIn company intelligence extraction with competitive analysis, investment research, and business intelligence",
"type": "object",
"schemaVersion": 1,
"properties": {
"mode": {
"title": "Intelligence Mode",
"type": "string",
"description": "Select the type of company intelligence analysis to perform",
"enum": ["company_research", "competitive_analysis", "investment_research", "sales_intelligence", "market_analysis"],
"enumTitles": [
"Company Research - Comprehensive company profiling and business analysis",
"Competitive Analysis - Market positioning and competitive landscape mapping",
"Investment Research - Due diligence and investment-grade intelligence",
"Sales Intelligence - Lead qualification and prospect research",
"Market Analysis - Industry trends and market intelligence"
],
"default": "company_research",
"prefill": "company_research",
"editor": "select"
},
"companies": {
"title": "Company Names",
"type": "array",
"description": "List of company names to research (e.g., 'Microsoft', 'Tesla')",
"items": {
"type": "string",
"minLength": 1
},
"editor": "stringArray",
"default": ["Microsoft", "Tesla"],
"prefill": ["Microsoft", "Tesla"],
"example": ["Microsoft", "Tesla", "OpenAI"]
},
"companyUrls": {
"title": "LinkedIn Company URLs",
"type": "array",
"description": "Direct LinkedIn company page URLs for precise targeting",
"items": {
"type": "string",
"format": "uri",
"pattern": "^https?://.*linkedin\\.com/(company|organizations).*"
},
"editor": "stringArray",
"default": ["https://www.linkedin.com/company/microsoft/"],
"example": ["https://www.linkedin.com/company/microsoft/"]
},
"urls": {
"title": "Any LinkedIn URLs",
"type": "array",
"description": "Any LinkedIn URLs (company pages, employee profiles, or search results)",
"items": {
"type": "string",
"format": "uri",
"pattern": "^https?://.*linkedin\\.com.*"
},
"editor": "stringArray",
"default": [],
"example": ["https://www.linkedin.com/company/openai/"]
},
"industry": {
"title": "Industry Focus",
"type": "string",
"description": "Specific industry for market analysis mode (e.g., 'technology', 'healthcare')",
"default": "",
"example": "technology"
},
"maxResults": {
"title": "Maximum Results",
"type": "integer",
"description": "Maximum number of companies to process (enterprise-scale competitive intelligence supported)",
"minimum": 1,
"maximum": 50000,
"default": 10
},
"includeEmployees": {
"title": "Include Employee Analysis",
"type": "boolean",
"description": "Extract employee information and organizational insights",
"default": true
},
"includeFinancials": {
"title": "Include Financial Signals",
"type": "boolean",
"description": "Analyze funding, valuation, and financial indicators",
"default": true
},
"includeGrowthSignals": {
"title": "Include Growth Signals",
"type": "boolean",
"description": "Track hiring, expansion, and growth indicators",
"default": true
},
"includeCompetitiveIntel": {
"title": "Include Competitive Intelligence",
"type": "boolean",
"description": "Analyze competitive positioning and market landscape",
"default": false
},
"extractionDepth": {
"title": "Extraction Depth",
"type": "string",
"description": "Level of detail for data extraction",
"enum": ["standard", "comprehensive"],
"enumTitles": [
"Standard - Efficient extraction with core business intelligence",
"Comprehensive - Deep analysis with extended business intelligence"
],
"default": "standard",
"editor": "select"
},
"businessIntelligence": {
"title": "Business Intelligence Processing",
"type": "boolean",
"description": "Generate investment-grade business intelligence and executive insights",
"default": true
},
"discoverRelated": {
"title": "Discover Related Companies",
"type": "boolean",
"description": "Automatically discover and analyze related companies in the same industry",
"default": false
},
"complianceMode": {
"title": "Compliance Mode",
"type": "string",
"description": "Data collection compliance level",
"enum": ["standard", "strict"],
"enumTitles": [
"Standard - Balanced compliance with professional audit trails",
"Strict - Maximum compliance with enhanced metadata tracking"
],
"default": "standard",
"editor": "select"
},
"linkedinCookies": {
"title": "LinkedIn Cookies (Required for Best Results)",
"type": "string",
"description": "LinkedIn cookies in JSON format to avoid detection. Export from Chrome using Cookie-Editor extension: https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm. Go to linkedin.com, click Cookie-Editor, select 'Export' → 'JSON', copy the result.",
"editor": "textarea",
"prefill": "[]"
},
"proxyType": {
"title": "Proxy Reliability Level",
"type": "string",
"description": "Choose your preferred balance of cost vs reliability. Standard (Datacenter) is faster; Premium (Residential) is most reliable for high-security targets.",
"default": "RESIDENTIAL",
"enum": ["DATACENTER", "RESIDENTIAL"],
"enumTitles": [
"Standard (Datacenter) - Cost-effective, good for general web data",
"Premium (Residential) - Maximum success rate, mimics real users"
],
"editor": "select",
"sectionCaption": "Infrastructure & Reliability"
},
"debugMode": {
"title": "Debug Mode (Self-Test)",
"type": "boolean",
"description": "Enable minimal extraction for health checks and testing. Guarantees success within 300s.",
"default": false,
"editor": "checkbox"
},
"competitorListFile": {
"title": "Upload Competitor/Company List",
"type": "string",
"description": "Upload CSV or JSON file with company names for competitive intelligence analysis. Format: company,industry,employees (CSV) or JSON array. Included in $19/month subscription.",
"editor": "fileupload"
},
"companyListFile": {
"title": "Upload Company Research List",
"type": "string",
"description": "Upload CSV file with companies for bulk business intelligence analysis. Format: company,target_role,priority. Included in $19/month subscription.",
"editor": "fileupload"
},
"linkedinUrlListFile": {
"title": "Upload LinkedIn URL List",
"type": "string",
"description": "Upload CSV file with LinkedIn company URLs for bulk extraction. Format: url,company,analysis_type. Included in $19/month subscription.",
"editor": "fileupload"
}
},
"required": ["mode"],
"additionalProperties": false
}