-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleads.json
More file actions
58 lines (58 loc) · 1.12 KB
/
leads.json
File metadata and controls
58 lines (58 loc) · 1.12 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
[
{
"id": "lead_001",
"name": "Tech Innovations",
"industry": "Software",
"company_size": 300,
"budget": 50000.0,
"intent_score": 85
},
{
"id": "lead_002",
"name": "AntroAI",
"industry": "Software",
"company_size": 500,
"budget": 80000.0,
"intent_score": 90
},
{
"id": "lead_003",
"name": "TechSolutions Inc.",
"industry": "Technology",
"company_size": 120,
"budget": 85000.0,
"intent_score": 75
},
{
"id": "lead_004",
"name": "GreenLife Grocers",
"industry": "Retail",
"company_size": 45,
"budget": 28000.0,
"intent_score": 60
},
{
"id": "lead_005",
"name": "Pinnacle Financial Group",
"industry": "Finance",
"company_size": 280,
"budget": 150000.0,
"intent_score": 85
},
{
"id": "lead_006",
"name": "HealthFirst Clinic",
"industry": "Healthcare",
"company_size": 65,
"budget": 42000.0,
"intent_score": 70
},
{
"id": "lead_007",
"name": "Momentum Manufacturing",
"industry": "Manufacturing",
"company_size": 175,
"budget": 93000.0,
"intent_score": 65
}
]