-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-recommendation.json
More file actions
95 lines (95 loc) · 3.06 KB
/
Copy pathsample-recommendation.json
File metadata and controls
95 lines (95 loc) · 3.06 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
{
"category": {
"id": "cat_gaming_desktop",
"slug": "gaming-desktop",
"name": "Gaming desktop",
"status": "sample"
},
"recommendations": [
{
"id": "rec_gaming_desktop_budget",
"bucket": "Best Budget",
"product": {
"id": "prod_sample_budget_pc",
"brand": "Sample Brand",
"name": "Budget Gaming Desktop",
"image_url": "https://example.com/images/budget-gaming-desktop.jpg"
},
"offer": {
"retailer": "Amazon",
"price": 849,
"currency": "USD",
"availability": "unknown",
"affiliate_url": "https://example.com/affiliate/budget"
},
"summary": "A sensible entry point for 1080p gaming when price matters.",
"pros": [
"Modern GPU class for mainstream games",
"Enough memory and storage for a clean first setup",
"Leaves budget for a monitor or accessories"
],
"cons": [
"Not aimed at serious 4K gaming",
"Case and cooling quality can vary",
"Upgrade path may be limited"
]
},
{
"id": "rec_gaming_desktop_value",
"bucket": "Best for Most People",
"product": {
"id": "prod_sample_value_pc",
"brand": "Sample Brand",
"name": "Mainstream Gaming Desktop",
"image_url": "https://example.com/images/value-gaming-desktop.jpg"
},
"offer": {
"retailer": "Amazon",
"price": 1099,
"currency": "USD",
"availability": "unknown",
"affiliate_url": "https://example.com/affiliate/value"
},
"summary": "The best balance of price, recognizable support, and everyday gaming performance.",
"pros": [
"Strong fit for 1080p and lighter 1440p gaming",
"Better balance of parts and price",
"Easy retailer path for shipping and returns"
],
"cons": [
"Exact configurations still need checking",
"Fans may be audible under load",
"Premium buyers may want more GPU headroom"
]
},
{
"id": "rec_gaming_desktop_upgrade",
"bucket": "Best Upgrade",
"product": {
"id": "prod_sample_upgrade_pc",
"brand": "Sample Brand",
"name": "Upgrade Gaming Desktop",
"image_url": "https://example.com/images/upgrade-gaming-desktop.jpg"
},
"offer": {
"retailer": "Best Buy",
"price": 2199,
"currency": "USD",
"availability": "unknown",
"affiliate_url": "https://example.com/affiliate/upgrade"
},
"summary": "A premium prebuilt for buyers who want smoother performance and better build quality.",
"pros": [
"Better fit for 1440p gaming",
"More memory and storage headroom",
"Cleaner build quality and future upgrade potential"
],
"cons": [
"Large price jump from the mainstream pick",
"Overkill for casual 1080p players",
"Availability can change quickly"
]
}
],
"disclosure": "This sample is for public case-study purposes and does not represent final researched recommendations."
}