@scrapecreators/cli 1.0.13 → 1.0.15
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.
- package/api-config/apis.js +1891 -0
- package/package.json +1 -1
package/api-config/apis.js
CHANGED
|
@@ -28873,6 +28873,1897 @@ export const apis = [
|
|
|
28873
28873
|
]
|
|
28874
28874
|
},
|
|
28875
28875
|
},
|
|
28876
|
+
{
|
|
28877
|
+
name: "Search",
|
|
28878
|
+
method: "GET",
|
|
28879
|
+
description: "Search Spotify",
|
|
28880
|
+
fullDescription:
|
|
28881
|
+
"Search Spotify for tracks, artists, albums, episodes, podcasts, and audiobooks. Use type=podcasts when you need podcast ids for the podcast endpoints.",
|
|
28882
|
+
path: "/v1/spotify/search",
|
|
28883
|
+
params: [
|
|
28884
|
+
{
|
|
28885
|
+
name: "query",
|
|
28886
|
+
type: "string",
|
|
28887
|
+
required: true,
|
|
28888
|
+
description: "Search query",
|
|
28889
|
+
placeholder: "my first million",
|
|
28890
|
+
},
|
|
28891
|
+
],
|
|
28892
|
+
sampleResponse: {
|
|
28893
|
+
"success": true,
|
|
28894
|
+
"credits_remaining": 49997232025,
|
|
28895
|
+
"albumsV2": [
|
|
28896
|
+
{
|
|
28897
|
+
"id": "3Pceq8de2pHC1rddG2G88l",
|
|
28898
|
+
"__typename": "Album",
|
|
28899
|
+
"artists": [
|
|
28900
|
+
{
|
|
28901
|
+
"profile": {
|
|
28902
|
+
"name": "The Antediluvian"
|
|
28903
|
+
},
|
|
28904
|
+
"uri": "spotify:artist:1expE9R1GqL3lGGh5HDH8t"
|
|
28905
|
+
}
|
|
28906
|
+
],
|
|
28907
|
+
"coverArt": {
|
|
28908
|
+
"extractedColors": {
|
|
28909
|
+
"colorDark": {
|
|
28910
|
+
"hex": "#535353",
|
|
28911
|
+
"isFallback": true
|
|
28912
|
+
}
|
|
28913
|
+
},
|
|
28914
|
+
"sources": [
|
|
28915
|
+
{
|
|
28916
|
+
"height": 300,
|
|
28917
|
+
"url": "https://i.scdn.co/image/ab67616d00001e0230562d52a17a5892eb0958d7",
|
|
28918
|
+
"width": 300
|
|
28919
|
+
},
|
|
28920
|
+
{
|
|
28921
|
+
"height": 64,
|
|
28922
|
+
"url": "https://i.scdn.co/image/ab67616d0000485130562d52a17a5892eb0958d7",
|
|
28923
|
+
"width": 64
|
|
28924
|
+
},
|
|
28925
|
+
{
|
|
28926
|
+
"height": 640,
|
|
28927
|
+
"url": "https://i.scdn.co/image/ab67616d0000b27330562d52a17a5892eb0958d7",
|
|
28928
|
+
"width": 640
|
|
28929
|
+
}
|
|
28930
|
+
]
|
|
28931
|
+
},
|
|
28932
|
+
"date": {
|
|
28933
|
+
"year": 2026
|
|
28934
|
+
},
|
|
28935
|
+
"isAlbumPreRelease": false,
|
|
28936
|
+
"name": "My First Million (Jesse Livermore Story / Stock Operator Soundtrack)",
|
|
28937
|
+
"playability": {
|
|
28938
|
+
"playable": true,
|
|
28939
|
+
"reason": "PLAYABLE"
|
|
28940
|
+
},
|
|
28941
|
+
"preReleaseEndDateTime": null,
|
|
28942
|
+
"type": "SINGLE",
|
|
28943
|
+
"uri": "spotify:album:3Pceq8de2pHC1rddG2G88l",
|
|
28944
|
+
"visualIdentity": {
|
|
28945
|
+
"squareCoverImage": {
|
|
28946
|
+
"__typename": "VisualIdentityImage",
|
|
28947
|
+
"extractedColorSet": {
|
|
28948
|
+
"encoreBaseSetTextColor": {
|
|
28949
|
+
"alpha": 255,
|
|
28950
|
+
"blue": 187,
|
|
28951
|
+
"green": 187,
|
|
28952
|
+
"red": 187
|
|
28953
|
+
},
|
|
28954
|
+
"highContrast": {
|
|
28955
|
+
"backgroundBase": {
|
|
28956
|
+
"alpha": 255,
|
|
28957
|
+
"blue": 83,
|
|
28958
|
+
"green": 83,
|
|
28959
|
+
"red": 83
|
|
28960
|
+
},
|
|
28961
|
+
"backgroundTintedBase": {
|
|
28962
|
+
"alpha": 255,
|
|
28963
|
+
"blue": 51,
|
|
28964
|
+
"green": 51,
|
|
28965
|
+
"red": 51
|
|
28966
|
+
},
|
|
28967
|
+
"textBase": {
|
|
28968
|
+
"alpha": 255,
|
|
28969
|
+
"blue": 255,
|
|
28970
|
+
"green": 255,
|
|
28971
|
+
"red": 255
|
|
28972
|
+
},
|
|
28973
|
+
"textBrightAccent": {
|
|
28974
|
+
"alpha": 255,
|
|
28975
|
+
"blue": 255,
|
|
28976
|
+
"green": 255,
|
|
28977
|
+
"red": 255
|
|
28978
|
+
},
|
|
28979
|
+
"textSubdued": {
|
|
28980
|
+
"alpha": 255,
|
|
28981
|
+
"blue": 205,
|
|
28982
|
+
"green": 205,
|
|
28983
|
+
"red": 205
|
|
28984
|
+
}
|
|
28985
|
+
},
|
|
28986
|
+
"higherContrast": {
|
|
28987
|
+
"backgroundBase": {
|
|
28988
|
+
"alpha": 255,
|
|
28989
|
+
"blue": 53,
|
|
28990
|
+
"green": 53,
|
|
28991
|
+
"red": 53
|
|
28992
|
+
},
|
|
28993
|
+
"backgroundTintedBase": {
|
|
28994
|
+
"alpha": 255,
|
|
28995
|
+
"blue": 86,
|
|
28996
|
+
"green": 86,
|
|
28997
|
+
"red": 86
|
|
28998
|
+
},
|
|
28999
|
+
"textBase": {
|
|
29000
|
+
"alpha": 255,
|
|
29001
|
+
"blue": 255,
|
|
29002
|
+
"green": 255,
|
|
29003
|
+
"red": 255
|
|
29004
|
+
},
|
|
29005
|
+
"textBrightAccent": {
|
|
29006
|
+
"alpha": 255,
|
|
29007
|
+
"blue": 96,
|
|
29008
|
+
"green": 215,
|
|
29009
|
+
"red": 30
|
|
29010
|
+
},
|
|
29011
|
+
"textSubdued": {
|
|
29012
|
+
"alpha": 255,
|
|
29013
|
+
"blue": 205,
|
|
29014
|
+
"green": 205,
|
|
29015
|
+
"red": 205
|
|
29016
|
+
}
|
|
29017
|
+
},
|
|
29018
|
+
"minContrast": {
|
|
29019
|
+
"backgroundBase": {
|
|
29020
|
+
"alpha": 255,
|
|
29021
|
+
"blue": 83,
|
|
29022
|
+
"green": 83,
|
|
29023
|
+
"red": 83
|
|
29024
|
+
},
|
|
29025
|
+
"backgroundTintedBase": {
|
|
29026
|
+
"alpha": 255,
|
|
29027
|
+
"blue": 51,
|
|
29028
|
+
"green": 51,
|
|
29029
|
+
"red": 51
|
|
29030
|
+
},
|
|
29031
|
+
"textBase": {
|
|
29032
|
+
"alpha": 255,
|
|
29033
|
+
"blue": 255,
|
|
29034
|
+
"green": 255,
|
|
29035
|
+
"red": 255
|
|
29036
|
+
},
|
|
29037
|
+
"textBrightAccent": {
|
|
29038
|
+
"alpha": 255,
|
|
29039
|
+
"blue": 255,
|
|
29040
|
+
"green": 255,
|
|
29041
|
+
"red": 255
|
|
29042
|
+
},
|
|
29043
|
+
"textSubdued": {
|
|
29044
|
+
"alpha": 255,
|
|
29045
|
+
"blue": 255,
|
|
29046
|
+
"green": 255,
|
|
29047
|
+
"red": 255
|
|
29048
|
+
}
|
|
29049
|
+
}
|
|
29050
|
+
}
|
|
29051
|
+
}
|
|
29052
|
+
}
|
|
29053
|
+
}
|
|
29054
|
+
],
|
|
29055
|
+
"artists": [
|
|
29056
|
+
{
|
|
29057
|
+
"id": "1QsfhlGvu9tLL2PSmEr8TM",
|
|
29058
|
+
"__typename": "Artist",
|
|
29059
|
+
"onPlatformReputationTrait": {
|
|
29060
|
+
"verification": {
|
|
29061
|
+
"isVerified": true
|
|
29062
|
+
}
|
|
29063
|
+
},
|
|
29064
|
+
"profile": {
|
|
29065
|
+
"name": "Small Million"
|
|
29066
|
+
},
|
|
29067
|
+
"uri": "spotify:artist:1QsfhlGvu9tLL2PSmEr8TM",
|
|
29068
|
+
"visualIdentity": {
|
|
29069
|
+
"squareCoverImage": {
|
|
29070
|
+
"__typename": "VisualIdentityImage",
|
|
29071
|
+
"extractedColorSet": {
|
|
29072
|
+
"encoreBaseSetTextColor": {
|
|
29073
|
+
"alpha": 255,
|
|
29074
|
+
"blue": 209,
|
|
29075
|
+
"green": 183,
|
|
29076
|
+
"red": 191
|
|
29077
|
+
},
|
|
29078
|
+
"highContrast": {
|
|
29079
|
+
"backgroundBase": {
|
|
29080
|
+
"alpha": 255,
|
|
29081
|
+
"blue": 102,
|
|
29082
|
+
"green": 80,
|
|
29083
|
+
"red": 87
|
|
29084
|
+
},
|
|
29085
|
+
"backgroundTintedBase": {
|
|
29086
|
+
"alpha": 255,
|
|
29087
|
+
"blue": 68,
|
|
29088
|
+
"green": 47,
|
|
29089
|
+
"red": 55
|
|
29090
|
+
},
|
|
29091
|
+
"textBase": {
|
|
29092
|
+
"alpha": 255,
|
|
29093
|
+
"blue": 255,
|
|
29094
|
+
"green": 255,
|
|
29095
|
+
"red": 255
|
|
29096
|
+
},
|
|
29097
|
+
"textBrightAccent": {
|
|
29098
|
+
"alpha": 255,
|
|
29099
|
+
"blue": 255,
|
|
29100
|
+
"green": 255,
|
|
29101
|
+
"red": 255
|
|
29102
|
+
},
|
|
29103
|
+
"textSubdued": {
|
|
29104
|
+
"alpha": 255,
|
|
29105
|
+
"blue": 228,
|
|
29106
|
+
"green": 201,
|
|
29107
|
+
"red": 210
|
|
29108
|
+
}
|
|
29109
|
+
},
|
|
29110
|
+
"higherContrast": {
|
|
29111
|
+
"backgroundBase": {
|
|
29112
|
+
"alpha": 255,
|
|
29113
|
+
"blue": 71,
|
|
29114
|
+
"green": 50,
|
|
29115
|
+
"red": 57
|
|
29116
|
+
},
|
|
29117
|
+
"backgroundTintedBase": {
|
|
29118
|
+
"alpha": 255,
|
|
29119
|
+
"blue": 105,
|
|
29120
|
+
"green": 82,
|
|
29121
|
+
"red": 90
|
|
29122
|
+
},
|
|
29123
|
+
"textBase": {
|
|
29124
|
+
"alpha": 255,
|
|
29125
|
+
"blue": 255,
|
|
29126
|
+
"green": 255,
|
|
29127
|
+
"red": 255
|
|
29128
|
+
},
|
|
29129
|
+
"textBrightAccent": {
|
|
29130
|
+
"alpha": 255,
|
|
29131
|
+
"blue": 96,
|
|
29132
|
+
"green": 215,
|
|
29133
|
+
"red": 30
|
|
29134
|
+
},
|
|
29135
|
+
"textSubdued": {
|
|
29136
|
+
"alpha": 255,
|
|
29137
|
+
"blue": 228,
|
|
29138
|
+
"green": 201,
|
|
29139
|
+
"red": 210
|
|
29140
|
+
}
|
|
29141
|
+
},
|
|
29142
|
+
"minContrast": {
|
|
29143
|
+
"backgroundBase": {
|
|
29144
|
+
"alpha": 255,
|
|
29145
|
+
"blue": 136,
|
|
29146
|
+
"green": 112,
|
|
29147
|
+
"red": 120
|
|
29148
|
+
},
|
|
29149
|
+
"backgroundTintedBase": {
|
|
29150
|
+
"alpha": 255,
|
|
29151
|
+
"blue": 108,
|
|
29152
|
+
"green": 85,
|
|
29153
|
+
"red": 92
|
|
29154
|
+
},
|
|
29155
|
+
"textBase": {
|
|
29156
|
+
"alpha": 255,
|
|
29157
|
+
"blue": 255,
|
|
29158
|
+
"green": 255,
|
|
29159
|
+
"red": 255
|
|
29160
|
+
},
|
|
29161
|
+
"textBrightAccent": {
|
|
29162
|
+
"alpha": 255,
|
|
29163
|
+
"blue": 255,
|
|
29164
|
+
"green": 255,
|
|
29165
|
+
"red": 255
|
|
29166
|
+
},
|
|
29167
|
+
"textSubdued": {
|
|
29168
|
+
"alpha": 255,
|
|
29169
|
+
"blue": 255,
|
|
29170
|
+
"green": 255,
|
|
29171
|
+
"red": 255
|
|
29172
|
+
}
|
|
29173
|
+
}
|
|
29174
|
+
}
|
|
29175
|
+
}
|
|
29176
|
+
},
|
|
29177
|
+
"visuals": {
|
|
29178
|
+
"avatarImage": {
|
|
29179
|
+
"extractedColors": {
|
|
29180
|
+
"colorDark": {
|
|
29181
|
+
"hex": "#787088",
|
|
29182
|
+
"isFallback": false
|
|
29183
|
+
}
|
|
29184
|
+
},
|
|
29185
|
+
"sources": [
|
|
29186
|
+
{
|
|
29187
|
+
"height": 640,
|
|
29188
|
+
"url": "https://i.scdn.co/image/ab6761610000e5eb58f2728543287fcbd8de3e4c",
|
|
29189
|
+
"width": 640
|
|
29190
|
+
},
|
|
29191
|
+
{
|
|
29192
|
+
"height": 160,
|
|
29193
|
+
"url": "https://i.scdn.co/image/ab6761610000f17858f2728543287fcbd8de3e4c",
|
|
29194
|
+
"width": 160
|
|
29195
|
+
},
|
|
29196
|
+
{
|
|
29197
|
+
"height": 320,
|
|
29198
|
+
"url": "https://i.scdn.co/image/ab6761610000517458f2728543287fcbd8de3e4c",
|
|
29199
|
+
"width": 320
|
|
29200
|
+
}
|
|
29201
|
+
]
|
|
29202
|
+
}
|
|
29203
|
+
}
|
|
29204
|
+
}
|
|
29205
|
+
],
|
|
29206
|
+
"audiobooks": [
|
|
29207
|
+
{
|
|
29208
|
+
"id": "3CuDAyUZ9XSAXKAYmk7jEu",
|
|
29209
|
+
"__typename": "Audiobook",
|
|
29210
|
+
"accessInfo": {
|
|
29211
|
+
"accessExplanation": {
|
|
29212
|
+
"__typename": "EngagementAccessExplanation"
|
|
29213
|
+
},
|
|
29214
|
+
"isUserMemberOfAtLeastOneGroup": false,
|
|
29215
|
+
"signifier": {
|
|
29216
|
+
"text": ""
|
|
29217
|
+
}
|
|
29218
|
+
},
|
|
29219
|
+
"authorsV2": [
|
|
29220
|
+
{
|
|
29221
|
+
"name": "Steven Bartlett",
|
|
29222
|
+
"uri": "spotify:author:3McnkRBnDLs8VUFMjilc2N"
|
|
29223
|
+
}
|
|
29224
|
+
],
|
|
29225
|
+
"coverArt": {
|
|
29226
|
+
"extractedColors": {
|
|
29227
|
+
"colorDark": {
|
|
29228
|
+
"hex": "#404040",
|
|
29229
|
+
"isFallback": false
|
|
29230
|
+
}
|
|
29231
|
+
},
|
|
29232
|
+
"sources": [
|
|
29233
|
+
{
|
|
29234
|
+
"height": 64,
|
|
29235
|
+
"url": "https://i.scdn.co/image/ab6766630000703b2f6a96457fa76c06b435fd50",
|
|
29236
|
+
"width": 64
|
|
29237
|
+
},
|
|
29238
|
+
{
|
|
29239
|
+
"height": 300,
|
|
29240
|
+
"url": "https://i.scdn.co/image/ab6766630000db5b2f6a96457fa76c06b435fd50",
|
|
29241
|
+
"width": 300
|
|
29242
|
+
},
|
|
29243
|
+
{
|
|
29244
|
+
"height": 640,
|
|
29245
|
+
"url": "https://i.scdn.co/image/ab676663000022a82f6a96457fa76c06b435fd50",
|
|
29246
|
+
"width": 640
|
|
29247
|
+
}
|
|
29248
|
+
]
|
|
29249
|
+
},
|
|
29250
|
+
"description": "Author(s): Steven Bartlett\nNarrator(s): Steven Bartlett\n\nA galvanizing playbook for success from Steven Bartlett, one of the world’s most exciting entrepreneurs and the host of the No. 1 podcast The Diary of a CEO\"This is a must-read for anyone dreaming of doing something audacious.\" Jay Shetty\"Valuable lessons about the importance of following a different and unconventional path to power.” Robert GreeneAt the very heart of all the success and failure I've been exposed to - both my own entrepreneurial journey and through the thousands of interviews I’ve conducted on my chart-topping podcast - are a set of principles that ensure excellence.These fundamental laws underpinned my meteoric rise, and they will fuel yours too, whether you want to build something great or become someone great. The laws are rooted in psychology and behavioral science, in my own experiences, and those of the world's most successful entrepreneurs, entertainers, artists, writers, and athletes, who I’ve interviewed on my podcast.These laws will stand the test of time and will help anyone master their life and unleash their potential, no matter the field.They are the secret sauce to success.",
|
|
29251
|
+
"audiobookDuration": {
|
|
29252
|
+
"totalMilliseconds": 24291148
|
|
29253
|
+
},
|
|
29254
|
+
"isPreRelease": false,
|
|
29255
|
+
"mediaType": "AUDIO",
|
|
29256
|
+
"name": "The Diary of a CEO: The 33 Laws of Business and Life",
|
|
29257
|
+
"preReleaseEndDateTime": {
|
|
29258
|
+
"isoString": "2025-11-11T08:00:00Z"
|
|
29259
|
+
},
|
|
29260
|
+
"publishDate": {
|
|
29261
|
+
"isoString": "2023-08-29T00:00:00Z",
|
|
29262
|
+
"precision": "MINUTE"
|
|
29263
|
+
},
|
|
29264
|
+
"topics": [],
|
|
29265
|
+
"uri": "spotify:show:3CuDAyUZ9XSAXKAYmk7jEu",
|
|
29266
|
+
"visualIdentity": {
|
|
29267
|
+
"squareCoverImage": {
|
|
29268
|
+
"__typename": "VisualIdentityImage",
|
|
29269
|
+
"extractedColorSet": {
|
|
29270
|
+
"encoreBaseSetTextColor": {
|
|
29271
|
+
"alpha": 255,
|
|
29272
|
+
"blue": 187,
|
|
29273
|
+
"green": 187,
|
|
29274
|
+
"red": 187
|
|
29275
|
+
},
|
|
29276
|
+
"highContrast": {
|
|
29277
|
+
"backgroundBase": {
|
|
29278
|
+
"alpha": 255,
|
|
29279
|
+
"blue": 64,
|
|
29280
|
+
"green": 64,
|
|
29281
|
+
"red": 64
|
|
29282
|
+
},
|
|
29283
|
+
"backgroundTintedBase": {
|
|
29284
|
+
"alpha": 255,
|
|
29285
|
+
"blue": 94,
|
|
29286
|
+
"green": 94,
|
|
29287
|
+
"red": 94
|
|
29288
|
+
},
|
|
29289
|
+
"textBase": {
|
|
29290
|
+
"alpha": 255,
|
|
29291
|
+
"blue": 255,
|
|
29292
|
+
"green": 255,
|
|
29293
|
+
"red": 255
|
|
29294
|
+
},
|
|
29295
|
+
"textBrightAccent": {
|
|
29296
|
+
"alpha": 255,
|
|
29297
|
+
"blue": 255,
|
|
29298
|
+
"green": 255,
|
|
29299
|
+
"red": 255
|
|
29300
|
+
},
|
|
29301
|
+
"textSubdued": {
|
|
29302
|
+
"alpha": 255,
|
|
29303
|
+
"blue": 205,
|
|
29304
|
+
"green": 205,
|
|
29305
|
+
"red": 205
|
|
29306
|
+
}
|
|
29307
|
+
},
|
|
29308
|
+
"higherContrast": {
|
|
29309
|
+
"backgroundBase": {
|
|
29310
|
+
"alpha": 255,
|
|
29311
|
+
"blue": 53,
|
|
29312
|
+
"green": 53,
|
|
29313
|
+
"red": 53
|
|
29314
|
+
},
|
|
29315
|
+
"backgroundTintedBase": {
|
|
29316
|
+
"alpha": 255,
|
|
29317
|
+
"blue": 86,
|
|
29318
|
+
"green": 86,
|
|
29319
|
+
"red": 86
|
|
29320
|
+
},
|
|
29321
|
+
"textBase": {
|
|
29322
|
+
"alpha": 255,
|
|
29323
|
+
"blue": 255,
|
|
29324
|
+
"green": 255,
|
|
29325
|
+
"red": 255
|
|
29326
|
+
},
|
|
29327
|
+
"textBrightAccent": {
|
|
29328
|
+
"alpha": 255,
|
|
29329
|
+
"blue": 96,
|
|
29330
|
+
"green": 215,
|
|
29331
|
+
"red": 30
|
|
29332
|
+
},
|
|
29333
|
+
"textSubdued": {
|
|
29334
|
+
"alpha": 255,
|
|
29335
|
+
"blue": 205,
|
|
29336
|
+
"green": 205,
|
|
29337
|
+
"red": 205
|
|
29338
|
+
}
|
|
29339
|
+
},
|
|
29340
|
+
"minContrast": {
|
|
29341
|
+
"backgroundBase": {
|
|
29342
|
+
"alpha": 255,
|
|
29343
|
+
"blue": 64,
|
|
29344
|
+
"green": 64,
|
|
29345
|
+
"red": 64
|
|
29346
|
+
},
|
|
29347
|
+
"backgroundTintedBase": {
|
|
29348
|
+
"alpha": 255,
|
|
29349
|
+
"blue": 94,
|
|
29350
|
+
"green": 94,
|
|
29351
|
+
"red": 94
|
|
29352
|
+
},
|
|
29353
|
+
"textBase": {
|
|
29354
|
+
"alpha": 255,
|
|
29355
|
+
"blue": 255,
|
|
29356
|
+
"green": 255,
|
|
29357
|
+
"red": 255
|
|
29358
|
+
},
|
|
29359
|
+
"textBrightAccent": {
|
|
29360
|
+
"alpha": 255,
|
|
29361
|
+
"blue": 255,
|
|
29362
|
+
"green": 255,
|
|
29363
|
+
"red": 255
|
|
29364
|
+
},
|
|
29365
|
+
"textSubdued": {
|
|
29366
|
+
"alpha": 255,
|
|
29367
|
+
"blue": 255,
|
|
29368
|
+
"green": 255,
|
|
29369
|
+
"red": 255
|
|
29370
|
+
}
|
|
29371
|
+
}
|
|
29372
|
+
}
|
|
29373
|
+
}
|
|
29374
|
+
}
|
|
29375
|
+
}
|
|
29376
|
+
],
|
|
29377
|
+
"episodes": [
|
|
29378
|
+
{
|
|
29379
|
+
"id": "3rvl30aWNqZbWi9dnolG3a",
|
|
29380
|
+
"__typename": "Episode",
|
|
29381
|
+
"contentRating": {
|
|
29382
|
+
"label": "NONE"
|
|
29383
|
+
},
|
|
29384
|
+
"coverArt": {
|
|
29385
|
+
"extractedColors": {
|
|
29386
|
+
"colorDark": {
|
|
29387
|
+
"hex": "#484848",
|
|
29388
|
+
"isFallback": false
|
|
29389
|
+
}
|
|
29390
|
+
},
|
|
29391
|
+
"sources": [
|
|
29392
|
+
{
|
|
29393
|
+
"height": 64,
|
|
29394
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
29395
|
+
"width": 64
|
|
29396
|
+
},
|
|
29397
|
+
{
|
|
29398
|
+
"height": 300,
|
|
29399
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
29400
|
+
"width": 300
|
|
29401
|
+
},
|
|
29402
|
+
{
|
|
29403
|
+
"height": 640,
|
|
29404
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
29405
|
+
"width": 640
|
|
29406
|
+
}
|
|
29407
|
+
]
|
|
29408
|
+
},
|
|
29409
|
+
"description": "Get our Wealth Guide (35+ insights from top investors): https://clickhubspot.com/fvif Episode 828: Shaan Puri ( https://x.com/ShaanVP ) and Sam Parr ( https://x.com/theSamParr ) talk to billionaire Joe Liemandt ( https://x.com/jliemandt ) about the experiment he’s put $1,000,000,000 of his own money into. — Show Notes: (0:00) Joe, the total man? (08:09) fighting bill gates for talent (13:14) intensity (16:18) choosing hard over easy (19:00) how to be a magnet (21:34) high standards (23:29) being persuasive (29:23) simplicity: 3 ines, 3 words (34:41) is 2x faster really better? (36:23) making kids run a 5k (38:45) why be public now (41:01) why put $1b into the lowest roi thing? (50:03) buying SaaS companies (51:06) cloning Warren Buffett's brain (53:00) changing your brain lift (57:19) is AI going to make everyone dumb? — Links: • Alpha School - https://alpha.school/ • 10 to 25: The Science of Motivating Young People - https://a.co/d/048Cfexh — Check Out Sam's Stuff: • Hampton (joinhampton.com): My community for founders. Average member does $25m/year. Many of the guests are members. Get after it...apply: http://joinhampton.com/mfm — Check Out Shaan's Stuff: • Shaan's weekly email - https://www.shaanpuri.com • Visit https://www.somewhere.com/mfm to hire worldwide talent like Shaan and get $500 off for being an MFM listener. Hire developers, assistants, marketing pros, sales teams and more for 80% less than US equivalents. • Mercury - Need a bank for your company? Go check out Mercury (mercury.com). Shaan uses it for all of his companies! Mercury is a financial technology company, not an FDIC-insured bank. Banking services provided by Choice Financial Group, Column, N.A., and Evolve Bank & Trust, Members FDIC • I run all my newsletters on Beehiiv and you should too + we're giving away $10k to our favorite newsletter, check it out: beehiiv.com/mfm-challenge My First Million is a HubSpot Original Podcast // Brought to you by HubSpot Media // Production by Arie Desormeaux // Editing by Ezra Bakker Trupiano / ",
|
|
29410
|
+
"duration": {
|
|
29411
|
+
"totalMilliseconds": 3903344
|
|
29412
|
+
},
|
|
29413
|
+
"gatedEntityRelations": [],
|
|
29414
|
+
"mediaTypes": ["VIDEO", "AUDIO"],
|
|
29415
|
+
"name": "The 50 richest families in America are betting on this trend",
|
|
29416
|
+
"playability": {
|
|
29417
|
+
"reason": "PLAYABLE"
|
|
29418
|
+
},
|
|
29419
|
+
"playedState": {
|
|
29420
|
+
"playPositionMilliseconds": 0,
|
|
29421
|
+
"state": "NOT_STARTED"
|
|
29422
|
+
},
|
|
29423
|
+
"podcastV2": {
|
|
29424
|
+
"__typename": "PodcastResponseWrapper",
|
|
29425
|
+
"data": {
|
|
29426
|
+
"__typename": "Podcast",
|
|
29427
|
+
"coverArt": {
|
|
29428
|
+
"sources": [
|
|
29429
|
+
{
|
|
29430
|
+
"height": 64,
|
|
29431
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
29432
|
+
"width": 64
|
|
29433
|
+
},
|
|
29434
|
+
{
|
|
29435
|
+
"height": 300,
|
|
29436
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
29437
|
+
"width": 300
|
|
29438
|
+
},
|
|
29439
|
+
{
|
|
29440
|
+
"height": 640,
|
|
29441
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
29442
|
+
"width": 640
|
|
29443
|
+
}
|
|
29444
|
+
]
|
|
29445
|
+
},
|
|
29446
|
+
"mediaType": "MIXED",
|
|
29447
|
+
"name": "My First Million",
|
|
29448
|
+
"publisher": {
|
|
29449
|
+
"name": "Hubspot"
|
|
29450
|
+
},
|
|
29451
|
+
"uri": "spotify:show:3mliji9352UAk3XnWElnDV"
|
|
29452
|
+
}
|
|
29453
|
+
},
|
|
29454
|
+
"releaseDate": {
|
|
29455
|
+
"isoString": "2026-05-27T08:59:00Z",
|
|
29456
|
+
"precision": "MINUTE"
|
|
29457
|
+
},
|
|
29458
|
+
"restrictions": {
|
|
29459
|
+
"paywallContent": false
|
|
29460
|
+
},
|
|
29461
|
+
"uri": "spotify:episode:3rvl30aWNqZbWi9dnolG3a",
|
|
29462
|
+
"videoPreviewThumbnail": {
|
|
29463
|
+
"__typename": "VideoThumbnailImage",
|
|
29464
|
+
"imagePreview": {
|
|
29465
|
+
"__typename": "ImageV2",
|
|
29466
|
+
"sources": [
|
|
29467
|
+
{
|
|
29468
|
+
"maxHeight": 720,
|
|
29469
|
+
"maxWidth": 1280,
|
|
29470
|
+
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab000030aeae7253d400b6cde5defd1197"
|
|
29471
|
+
},
|
|
29472
|
+
{
|
|
29473
|
+
"maxHeight": 360,
|
|
29474
|
+
"maxWidth": 640,
|
|
29475
|
+
"url": "https://image-cdn-fa.spotifycdn.com/image/ab6772ab0000e0e7ae7253d400b6cde5defd1197"
|
|
29476
|
+
}
|
|
29477
|
+
]
|
|
29478
|
+
}
|
|
29479
|
+
},
|
|
29480
|
+
"visualIdentity": {
|
|
29481
|
+
"squareCoverImage": {
|
|
29482
|
+
"__typename": "VisualIdentityImage",
|
|
29483
|
+
"extractedColorSet": {
|
|
29484
|
+
"encoreBaseSetTextColor": {
|
|
29485
|
+
"alpha": 255,
|
|
29486
|
+
"blue": 187,
|
|
29487
|
+
"green": 187,
|
|
29488
|
+
"red": 187
|
|
29489
|
+
},
|
|
29490
|
+
"highContrast": {
|
|
29491
|
+
"backgroundBase": {
|
|
29492
|
+
"alpha": 255,
|
|
29493
|
+
"blue": 72,
|
|
29494
|
+
"green": 72,
|
|
29495
|
+
"red": 72
|
|
29496
|
+
},
|
|
29497
|
+
"backgroundTintedBase": {
|
|
29498
|
+
"alpha": 255,
|
|
29499
|
+
"blue": 33,
|
|
29500
|
+
"green": 33,
|
|
29501
|
+
"red": 33
|
|
29502
|
+
},
|
|
29503
|
+
"textBase": {
|
|
29504
|
+
"alpha": 255,
|
|
29505
|
+
"blue": 255,
|
|
29506
|
+
"green": 255,
|
|
29507
|
+
"red": 255
|
|
29508
|
+
},
|
|
29509
|
+
"textBrightAccent": {
|
|
29510
|
+
"alpha": 255,
|
|
29511
|
+
"blue": 255,
|
|
29512
|
+
"green": 255,
|
|
29513
|
+
"red": 255
|
|
29514
|
+
},
|
|
29515
|
+
"textSubdued": {
|
|
29516
|
+
"alpha": 255,
|
|
29517
|
+
"blue": 205,
|
|
29518
|
+
"green": 205,
|
|
29519
|
+
"red": 205
|
|
29520
|
+
}
|
|
29521
|
+
},
|
|
29522
|
+
"higherContrast": {
|
|
29523
|
+
"backgroundBase": {
|
|
29524
|
+
"alpha": 255,
|
|
29525
|
+
"blue": 53,
|
|
29526
|
+
"green": 53,
|
|
29527
|
+
"red": 53
|
|
29528
|
+
},
|
|
29529
|
+
"backgroundTintedBase": {
|
|
29530
|
+
"alpha": 255,
|
|
29531
|
+
"blue": 86,
|
|
29532
|
+
"green": 86,
|
|
29533
|
+
"red": 86
|
|
29534
|
+
},
|
|
29535
|
+
"textBase": {
|
|
29536
|
+
"alpha": 255,
|
|
29537
|
+
"blue": 255,
|
|
29538
|
+
"green": 255,
|
|
29539
|
+
"red": 255
|
|
29540
|
+
},
|
|
29541
|
+
"textBrightAccent": {
|
|
29542
|
+
"alpha": 255,
|
|
29543
|
+
"blue": 96,
|
|
29544
|
+
"green": 215,
|
|
29545
|
+
"red": 30
|
|
29546
|
+
},
|
|
29547
|
+
"textSubdued": {
|
|
29548
|
+
"alpha": 255,
|
|
29549
|
+
"blue": 205,
|
|
29550
|
+
"green": 205,
|
|
29551
|
+
"red": 205
|
|
29552
|
+
}
|
|
29553
|
+
},
|
|
29554
|
+
"minContrast": {
|
|
29555
|
+
"backgroundBase": {
|
|
29556
|
+
"alpha": 255,
|
|
29557
|
+
"blue": 72,
|
|
29558
|
+
"green": 72,
|
|
29559
|
+
"red": 72
|
|
29560
|
+
},
|
|
29561
|
+
"backgroundTintedBase": {
|
|
29562
|
+
"alpha": 255,
|
|
29563
|
+
"blue": 33,
|
|
29564
|
+
"green": 33,
|
|
29565
|
+
"red": 33
|
|
29566
|
+
},
|
|
29567
|
+
"textBase": {
|
|
29568
|
+
"alpha": 255,
|
|
29569
|
+
"blue": 255,
|
|
29570
|
+
"green": 255,
|
|
29571
|
+
"red": 255
|
|
29572
|
+
},
|
|
29573
|
+
"textBrightAccent": {
|
|
29574
|
+
"alpha": 255,
|
|
29575
|
+
"blue": 255,
|
|
29576
|
+
"green": 255,
|
|
29577
|
+
"red": 255
|
|
29578
|
+
},
|
|
29579
|
+
"textSubdued": {
|
|
29580
|
+
"alpha": 255,
|
|
29581
|
+
"blue": 255,
|
|
29582
|
+
"green": 255,
|
|
29583
|
+
"red": 255
|
|
29584
|
+
}
|
|
29585
|
+
}
|
|
29586
|
+
}
|
|
29587
|
+
}
|
|
29588
|
+
}
|
|
29589
|
+
}
|
|
29590
|
+
],
|
|
29591
|
+
"genres": [
|
|
29592
|
+
{
|
|
29593
|
+
"id": "0JQ5IMCbQBLABracA7Zrmn",
|
|
29594
|
+
"__typename": "Genre",
|
|
29595
|
+
"image": {
|
|
29596
|
+
"extractedColors": {
|
|
29597
|
+
"colorDark": {
|
|
29598
|
+
"hex": "#104848",
|
|
29599
|
+
"isFallback": false
|
|
29600
|
+
}
|
|
29601
|
+
},
|
|
29602
|
+
"sources": [
|
|
29603
|
+
{
|
|
29604
|
+
"height": 274,
|
|
29605
|
+
"url": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
|
|
29606
|
+
"width": 274
|
|
29607
|
+
}
|
|
29608
|
+
]
|
|
29609
|
+
},
|
|
29610
|
+
"name": "Inside the AI Revolution",
|
|
29611
|
+
"uri": "spotify:genre:0JQ5IMCbQBLABracA7Zrmn"
|
|
29612
|
+
}
|
|
29613
|
+
],
|
|
29614
|
+
"playlists": [
|
|
29615
|
+
{
|
|
29616
|
+
"id": "2GEFdJC5hCdUFpU1xxFUug",
|
|
29617
|
+
"__typename": "Playlist",
|
|
29618
|
+
"attributes": [],
|
|
29619
|
+
"description": "",
|
|
29620
|
+
"format": "",
|
|
29621
|
+
"images": [
|
|
29622
|
+
{
|
|
29623
|
+
"extractedColors": {
|
|
29624
|
+
"colorDark": {
|
|
29625
|
+
"hex": "#767676",
|
|
29626
|
+
"isFallback": false
|
|
29627
|
+
}
|
|
29628
|
+
},
|
|
29629
|
+
"sources": [
|
|
29630
|
+
{
|
|
29631
|
+
"height": null,
|
|
29632
|
+
"url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000d72c24c483f6c267f53f8625404d",
|
|
29633
|
+
"width": null
|
|
29634
|
+
}
|
|
29635
|
+
]
|
|
29636
|
+
}
|
|
29637
|
+
],
|
|
29638
|
+
"name": "Start Here | My First Million",
|
|
29639
|
+
"ownerV2": {
|
|
29640
|
+
"__typename": "UserResponseWrapper",
|
|
29641
|
+
"data": {
|
|
29642
|
+
"__typename": "User",
|
|
29643
|
+
"avatar": {
|
|
29644
|
+
"sources": [
|
|
29645
|
+
{
|
|
29646
|
+
"height": 64,
|
|
29647
|
+
"url": "https://i.scdn.co/image/ab67757000003b829da4040165ac26081197ade4",
|
|
29648
|
+
"width": 64
|
|
29649
|
+
},
|
|
29650
|
+
{
|
|
29651
|
+
"height": 300,
|
|
29652
|
+
"url": "https://i.scdn.co/image/ab6775700000ee859da4040165ac26081197ade4",
|
|
29653
|
+
"width": 300
|
|
29654
|
+
}
|
|
29655
|
+
]
|
|
29656
|
+
},
|
|
29657
|
+
"name": "HubSpot Podcast Network",
|
|
29658
|
+
"uri": "spotify:user:31i2jq7ljcu7ob5pk6w2flztsoo4",
|
|
29659
|
+
"username": "31i2jq7ljcu7ob5pk6w2flztsoo4"
|
|
29660
|
+
}
|
|
29661
|
+
},
|
|
29662
|
+
"uri": "spotify:playlist:2GEFdJC5hCdUFpU1xxFUug",
|
|
29663
|
+
"visualIdentity": {
|
|
29664
|
+
"squareCoverImage": {
|
|
29665
|
+
"__typename": "VisualIdentityImage",
|
|
29666
|
+
"extractedColorSet": {
|
|
29667
|
+
"encoreBaseSetTextColor": {
|
|
29668
|
+
"alpha": 255,
|
|
29669
|
+
"blue": 192,
|
|
29670
|
+
"green": 192,
|
|
29671
|
+
"red": 192
|
|
29672
|
+
},
|
|
29673
|
+
"highContrast": {
|
|
29674
|
+
"backgroundBase": {
|
|
29675
|
+
"alpha": 255,
|
|
29676
|
+
"blue": 83,
|
|
29677
|
+
"green": 83,
|
|
29678
|
+
"red": 83
|
|
29679
|
+
},
|
|
29680
|
+
"backgroundTintedBase": {
|
|
29681
|
+
"alpha": 255,
|
|
29682
|
+
"blue": 51,
|
|
29683
|
+
"green": 51,
|
|
29684
|
+
"red": 51
|
|
29685
|
+
},
|
|
29686
|
+
"textBase": {
|
|
29687
|
+
"alpha": 255,
|
|
29688
|
+
"blue": 255,
|
|
29689
|
+
"green": 255,
|
|
29690
|
+
"red": 255
|
|
29691
|
+
},
|
|
29692
|
+
"textBrightAccent": {
|
|
29693
|
+
"alpha": 255,
|
|
29694
|
+
"blue": 255,
|
|
29695
|
+
"green": 255,
|
|
29696
|
+
"red": 255
|
|
29697
|
+
},
|
|
29698
|
+
"textSubdued": {
|
|
29699
|
+
"alpha": 255,
|
|
29700
|
+
"blue": 205,
|
|
29701
|
+
"green": 205,
|
|
29702
|
+
"red": 205
|
|
29703
|
+
}
|
|
29704
|
+
},
|
|
29705
|
+
"higherContrast": {
|
|
29706
|
+
"backgroundBase": {
|
|
29707
|
+
"alpha": 255,
|
|
29708
|
+
"blue": 53,
|
|
29709
|
+
"green": 53,
|
|
29710
|
+
"red": 53
|
|
29711
|
+
},
|
|
29712
|
+
"backgroundTintedBase": {
|
|
29713
|
+
"alpha": 255,
|
|
29714
|
+
"blue": 86,
|
|
29715
|
+
"green": 86,
|
|
29716
|
+
"red": 86
|
|
29717
|
+
},
|
|
29718
|
+
"textBase": {
|
|
29719
|
+
"alpha": 255,
|
|
29720
|
+
"blue": 255,
|
|
29721
|
+
"green": 255,
|
|
29722
|
+
"red": 255
|
|
29723
|
+
},
|
|
29724
|
+
"textBrightAccent": {
|
|
29725
|
+
"alpha": 255,
|
|
29726
|
+
"blue": 96,
|
|
29727
|
+
"green": 215,
|
|
29728
|
+
"red": 30
|
|
29729
|
+
},
|
|
29730
|
+
"textSubdued": {
|
|
29731
|
+
"alpha": 255,
|
|
29732
|
+
"blue": 205,
|
|
29733
|
+
"green": 205,
|
|
29734
|
+
"red": 205
|
|
29735
|
+
}
|
|
29736
|
+
},
|
|
29737
|
+
"minContrast": {
|
|
29738
|
+
"backgroundBase": {
|
|
29739
|
+
"alpha": 255,
|
|
29740
|
+
"blue": 153,
|
|
29741
|
+
"green": 153,
|
|
29742
|
+
"red": 153
|
|
29743
|
+
},
|
|
29744
|
+
"backgroundTintedBase": {
|
|
29745
|
+
"alpha": 255,
|
|
29746
|
+
"blue": 128,
|
|
29747
|
+
"green": 128,
|
|
29748
|
+
"red": 128
|
|
29749
|
+
},
|
|
29750
|
+
"textBase": {
|
|
29751
|
+
"alpha": 255,
|
|
29752
|
+
"blue": 255,
|
|
29753
|
+
"green": 255,
|
|
29754
|
+
"red": 255
|
|
29755
|
+
},
|
|
29756
|
+
"textBrightAccent": {
|
|
29757
|
+
"alpha": 255,
|
|
29758
|
+
"blue": 255,
|
|
29759
|
+
"green": 255,
|
|
29760
|
+
"red": 255
|
|
29761
|
+
},
|
|
29762
|
+
"textSubdued": {
|
|
29763
|
+
"alpha": 255,
|
|
29764
|
+
"blue": 255,
|
|
29765
|
+
"green": 255,
|
|
29766
|
+
"red": 255
|
|
29767
|
+
}
|
|
29768
|
+
}
|
|
29769
|
+
}
|
|
29770
|
+
}
|
|
29771
|
+
}
|
|
29772
|
+
}
|
|
29773
|
+
],
|
|
29774
|
+
"podcasts": [
|
|
29775
|
+
{
|
|
29776
|
+
"id": "3mliji9352UAk3XnWElnDV",
|
|
29777
|
+
"__typename": "Podcast",
|
|
29778
|
+
"coverArt": {
|
|
29779
|
+
"extractedColors": {
|
|
29780
|
+
"colorDark": {
|
|
29781
|
+
"hex": "#484848",
|
|
29782
|
+
"isFallback": false
|
|
29783
|
+
}
|
|
29784
|
+
},
|
|
29785
|
+
"sources": [
|
|
29786
|
+
{
|
|
29787
|
+
"height": 64,
|
|
29788
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
29789
|
+
"width": 64
|
|
29790
|
+
},
|
|
29791
|
+
{
|
|
29792
|
+
"height": 300,
|
|
29793
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
29794
|
+
"width": 300
|
|
29795
|
+
},
|
|
29796
|
+
{
|
|
29797
|
+
"height": 640,
|
|
29798
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
29799
|
+
"width": 640
|
|
29800
|
+
}
|
|
29801
|
+
]
|
|
29802
|
+
},
|
|
29803
|
+
"mediaType": "MIXED",
|
|
29804
|
+
"name": "My First Million",
|
|
29805
|
+
"publisher": {
|
|
29806
|
+
"name": "Hubspot"
|
|
29807
|
+
},
|
|
29808
|
+
"topics": [
|
|
29809
|
+
{
|
|
29810
|
+
"__typename": "PodcastTopic",
|
|
29811
|
+
"title": "Business",
|
|
29812
|
+
"uri": "spotify:genre:0JQ5DAqbMKFK0EBNV8Wn6R"
|
|
29813
|
+
}
|
|
29814
|
+
],
|
|
29815
|
+
"uri": "spotify:show:3mliji9352UAk3XnWElnDV",
|
|
29816
|
+
"visualIdentity": {
|
|
29817
|
+
"squareCoverImage": {
|
|
29818
|
+
"__typename": "VisualIdentityImage",
|
|
29819
|
+
"extractedColorSet": {
|
|
29820
|
+
"encoreBaseSetTextColor": {
|
|
29821
|
+
"alpha": 255,
|
|
29822
|
+
"blue": 187,
|
|
29823
|
+
"green": 187,
|
|
29824
|
+
"red": 187
|
|
29825
|
+
},
|
|
29826
|
+
"highContrast": {
|
|
29827
|
+
"backgroundBase": {
|
|
29828
|
+
"alpha": 255,
|
|
29829
|
+
"blue": 72,
|
|
29830
|
+
"green": 72,
|
|
29831
|
+
"red": 72
|
|
29832
|
+
},
|
|
29833
|
+
"backgroundTintedBase": {
|
|
29834
|
+
"alpha": 255,
|
|
29835
|
+
"blue": 33,
|
|
29836
|
+
"green": 33,
|
|
29837
|
+
"red": 33
|
|
29838
|
+
},
|
|
29839
|
+
"textBase": {
|
|
29840
|
+
"alpha": 255,
|
|
29841
|
+
"blue": 255,
|
|
29842
|
+
"green": 255,
|
|
29843
|
+
"red": 255
|
|
29844
|
+
},
|
|
29845
|
+
"textBrightAccent": {
|
|
29846
|
+
"alpha": 255,
|
|
29847
|
+
"blue": 255,
|
|
29848
|
+
"green": 255,
|
|
29849
|
+
"red": 255
|
|
29850
|
+
},
|
|
29851
|
+
"textSubdued": {
|
|
29852
|
+
"alpha": 255,
|
|
29853
|
+
"blue": 205,
|
|
29854
|
+
"green": 205,
|
|
29855
|
+
"red": 205
|
|
29856
|
+
}
|
|
29857
|
+
},
|
|
29858
|
+
"higherContrast": {
|
|
29859
|
+
"backgroundBase": {
|
|
29860
|
+
"alpha": 255,
|
|
29861
|
+
"blue": 53,
|
|
29862
|
+
"green": 53,
|
|
29863
|
+
"red": 53
|
|
29864
|
+
},
|
|
29865
|
+
"backgroundTintedBase": {
|
|
29866
|
+
"alpha": 255,
|
|
29867
|
+
"blue": 86,
|
|
29868
|
+
"green": 86,
|
|
29869
|
+
"red": 86
|
|
29870
|
+
},
|
|
29871
|
+
"textBase": {
|
|
29872
|
+
"alpha": 255,
|
|
29873
|
+
"blue": 255,
|
|
29874
|
+
"green": 255,
|
|
29875
|
+
"red": 255
|
|
29876
|
+
},
|
|
29877
|
+
"textBrightAccent": {
|
|
29878
|
+
"alpha": 255,
|
|
29879
|
+
"blue": 96,
|
|
29880
|
+
"green": 215,
|
|
29881
|
+
"red": 30
|
|
29882
|
+
},
|
|
29883
|
+
"textSubdued": {
|
|
29884
|
+
"alpha": 255,
|
|
29885
|
+
"blue": 205,
|
|
29886
|
+
"green": 205,
|
|
29887
|
+
"red": 205
|
|
29888
|
+
}
|
|
29889
|
+
},
|
|
29890
|
+
"minContrast": {
|
|
29891
|
+
"backgroundBase": {
|
|
29892
|
+
"alpha": 255,
|
|
29893
|
+
"blue": 72,
|
|
29894
|
+
"green": 72,
|
|
29895
|
+
"red": 72
|
|
29896
|
+
},
|
|
29897
|
+
"backgroundTintedBase": {
|
|
29898
|
+
"alpha": 255,
|
|
29899
|
+
"blue": 33,
|
|
29900
|
+
"green": 33,
|
|
29901
|
+
"red": 33
|
|
29902
|
+
},
|
|
29903
|
+
"textBase": {
|
|
29904
|
+
"alpha": 255,
|
|
29905
|
+
"blue": 255,
|
|
29906
|
+
"green": 255,
|
|
29907
|
+
"red": 255
|
|
29908
|
+
},
|
|
29909
|
+
"textBrightAccent": {
|
|
29910
|
+
"alpha": 255,
|
|
29911
|
+
"blue": 255,
|
|
29912
|
+
"green": 255,
|
|
29913
|
+
"red": 255
|
|
29914
|
+
},
|
|
29915
|
+
"textSubdued": {
|
|
29916
|
+
"alpha": 255,
|
|
29917
|
+
"blue": 255,
|
|
29918
|
+
"green": 255,
|
|
29919
|
+
"red": 255
|
|
29920
|
+
}
|
|
29921
|
+
}
|
|
29922
|
+
}
|
|
29923
|
+
}
|
|
29924
|
+
}
|
|
29925
|
+
}
|
|
29926
|
+
],
|
|
29927
|
+
"topResultsV2": [
|
|
29928
|
+
{
|
|
29929
|
+
"id": "3mliji9352UAk3XnWElnDV",
|
|
29930
|
+
"__typename": "Podcast",
|
|
29931
|
+
"coverArt": {
|
|
29932
|
+
"extractedColors": {
|
|
29933
|
+
"colorDark": {
|
|
29934
|
+
"hex": "#484848",
|
|
29935
|
+
"isFallback": false
|
|
29936
|
+
}
|
|
29937
|
+
},
|
|
29938
|
+
"sources": [
|
|
29939
|
+
{
|
|
29940
|
+
"height": 64,
|
|
29941
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
29942
|
+
"width": 64
|
|
29943
|
+
},
|
|
29944
|
+
{
|
|
29945
|
+
"height": 300,
|
|
29946
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
29947
|
+
"width": 300
|
|
29948
|
+
},
|
|
29949
|
+
{
|
|
29950
|
+
"height": 640,
|
|
29951
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
29952
|
+
"width": 640
|
|
29953
|
+
}
|
|
29954
|
+
]
|
|
29955
|
+
},
|
|
29956
|
+
"mediaType": "MIXED",
|
|
29957
|
+
"name": "My First Million",
|
|
29958
|
+
"publisher": {
|
|
29959
|
+
"name": "Hubspot"
|
|
29960
|
+
},
|
|
29961
|
+
"topics": [
|
|
29962
|
+
{
|
|
29963
|
+
"__typename": "PodcastTopic",
|
|
29964
|
+
"title": "Business",
|
|
29965
|
+
"uri": "spotify:genre:0JQ5DAqbMKFK0EBNV8Wn6R"
|
|
29966
|
+
}
|
|
29967
|
+
],
|
|
29968
|
+
"uri": "spotify:show:3mliji9352UAk3XnWElnDV",
|
|
29969
|
+
"visualIdentity": {
|
|
29970
|
+
"squareCoverImage": {
|
|
29971
|
+
"__typename": "VisualIdentityImage",
|
|
29972
|
+
"extractedColorSet": {
|
|
29973
|
+
"encoreBaseSetTextColor": {
|
|
29974
|
+
"alpha": 255,
|
|
29975
|
+
"blue": 187,
|
|
29976
|
+
"green": 187,
|
|
29977
|
+
"red": 187
|
|
29978
|
+
},
|
|
29979
|
+
"highContrast": {
|
|
29980
|
+
"backgroundBase": {
|
|
29981
|
+
"alpha": 255,
|
|
29982
|
+
"blue": 72,
|
|
29983
|
+
"green": 72,
|
|
29984
|
+
"red": 72
|
|
29985
|
+
},
|
|
29986
|
+
"backgroundTintedBase": {
|
|
29987
|
+
"alpha": 255,
|
|
29988
|
+
"blue": 33,
|
|
29989
|
+
"green": 33,
|
|
29990
|
+
"red": 33
|
|
29991
|
+
},
|
|
29992
|
+
"textBase": {
|
|
29993
|
+
"alpha": 255,
|
|
29994
|
+
"blue": 255,
|
|
29995
|
+
"green": 255,
|
|
29996
|
+
"red": 255
|
|
29997
|
+
},
|
|
29998
|
+
"textBrightAccent": {
|
|
29999
|
+
"alpha": 255,
|
|
30000
|
+
"blue": 255,
|
|
30001
|
+
"green": 255,
|
|
30002
|
+
"red": 255
|
|
30003
|
+
},
|
|
30004
|
+
"textSubdued": {
|
|
30005
|
+
"alpha": 255,
|
|
30006
|
+
"blue": 205,
|
|
30007
|
+
"green": 205,
|
|
30008
|
+
"red": 205
|
|
30009
|
+
}
|
|
30010
|
+
},
|
|
30011
|
+
"higherContrast": {
|
|
30012
|
+
"backgroundBase": {
|
|
30013
|
+
"alpha": 255,
|
|
30014
|
+
"blue": 53,
|
|
30015
|
+
"green": 53,
|
|
30016
|
+
"red": 53
|
|
30017
|
+
},
|
|
30018
|
+
"backgroundTintedBase": {
|
|
30019
|
+
"alpha": 255,
|
|
30020
|
+
"blue": 86,
|
|
30021
|
+
"green": 86,
|
|
30022
|
+
"red": 86
|
|
30023
|
+
},
|
|
30024
|
+
"textBase": {
|
|
30025
|
+
"alpha": 255,
|
|
30026
|
+
"blue": 255,
|
|
30027
|
+
"green": 255,
|
|
30028
|
+
"red": 255
|
|
30029
|
+
},
|
|
30030
|
+
"textBrightAccent": {
|
|
30031
|
+
"alpha": 255,
|
|
30032
|
+
"blue": 96,
|
|
30033
|
+
"green": 215,
|
|
30034
|
+
"red": 30
|
|
30035
|
+
},
|
|
30036
|
+
"textSubdued": {
|
|
30037
|
+
"alpha": 255,
|
|
30038
|
+
"blue": 205,
|
|
30039
|
+
"green": 205,
|
|
30040
|
+
"red": 205
|
|
30041
|
+
}
|
|
30042
|
+
},
|
|
30043
|
+
"minContrast": {
|
|
30044
|
+
"backgroundBase": {
|
|
30045
|
+
"alpha": 255,
|
|
30046
|
+
"blue": 72,
|
|
30047
|
+
"green": 72,
|
|
30048
|
+
"red": 72
|
|
30049
|
+
},
|
|
30050
|
+
"backgroundTintedBase": {
|
|
30051
|
+
"alpha": 255,
|
|
30052
|
+
"blue": 33,
|
|
30053
|
+
"green": 33,
|
|
30054
|
+
"red": 33
|
|
30055
|
+
},
|
|
30056
|
+
"textBase": {
|
|
30057
|
+
"alpha": 255,
|
|
30058
|
+
"blue": 255,
|
|
30059
|
+
"green": 255,
|
|
30060
|
+
"red": 255
|
|
30061
|
+
},
|
|
30062
|
+
"textBrightAccent": {
|
|
30063
|
+
"alpha": 255,
|
|
30064
|
+
"blue": 255,
|
|
30065
|
+
"green": 255,
|
|
30066
|
+
"red": 255
|
|
30067
|
+
},
|
|
30068
|
+
"textSubdued": {
|
|
30069
|
+
"alpha": 255,
|
|
30070
|
+
"blue": 255,
|
|
30071
|
+
"green": 255,
|
|
30072
|
+
"red": 255
|
|
30073
|
+
}
|
|
30074
|
+
}
|
|
30075
|
+
}
|
|
30076
|
+
}
|
|
30077
|
+
}
|
|
30078
|
+
}
|
|
30079
|
+
],
|
|
30080
|
+
"tracksV2": [
|
|
30081
|
+
{
|
|
30082
|
+
"__typename": "Track",
|
|
30083
|
+
"albumOfTrack": {
|
|
30084
|
+
"coverArt": {
|
|
30085
|
+
"extractedColors": {
|
|
30086
|
+
"colorDark": {
|
|
30087
|
+
"hex": "#C0591A",
|
|
30088
|
+
"isFallback": false
|
|
30089
|
+
}
|
|
30090
|
+
},
|
|
30091
|
+
"sources": [
|
|
30092
|
+
{
|
|
30093
|
+
"height": 300,
|
|
30094
|
+
"url": "https://i.scdn.co/image/ab67616d00001e0288c0b52eb38719ef4de33126",
|
|
30095
|
+
"width": 300
|
|
30096
|
+
},
|
|
30097
|
+
{
|
|
30098
|
+
"height": 64,
|
|
30099
|
+
"url": "https://i.scdn.co/image/ab67616d0000485188c0b52eb38719ef4de33126",
|
|
30100
|
+
"width": 64
|
|
30101
|
+
},
|
|
30102
|
+
{
|
|
30103
|
+
"height": 640,
|
|
30104
|
+
"url": "https://i.scdn.co/image/ab67616d0000b27388c0b52eb38719ef4de33126",
|
|
30105
|
+
"width": 640
|
|
30106
|
+
}
|
|
30107
|
+
]
|
|
30108
|
+
},
|
|
30109
|
+
"id": "0if4nypvSlgICcSKq8Xmm8",
|
|
30110
|
+
"name": "Spurs & Spokes / Bull > Matador - EP",
|
|
30111
|
+
"uri": "spotify:album:0if4nypvSlgICcSKq8Xmm8",
|
|
30112
|
+
"visualIdentity": {
|
|
30113
|
+
"squareCoverImage": {
|
|
30114
|
+
"__typename": "VisualIdentityImage",
|
|
30115
|
+
"extractedColorSet": {
|
|
30116
|
+
"encoreBaseSetTextColor": {
|
|
30117
|
+
"alpha": 255,
|
|
30118
|
+
"blue": 113,
|
|
30119
|
+
"green": 165,
|
|
30120
|
+
"red": 255
|
|
30121
|
+
},
|
|
30122
|
+
"highContrast": {
|
|
30123
|
+
"backgroundBase": {
|
|
30124
|
+
"alpha": 255,
|
|
30125
|
+
"blue": 0,
|
|
30126
|
+
"green": 47,
|
|
30127
|
+
"red": 146
|
|
30128
|
+
},
|
|
30129
|
+
"backgroundTintedBase": {
|
|
30130
|
+
"alpha": 255,
|
|
30131
|
+
"blue": 0,
|
|
30132
|
+
"green": 6,
|
|
30133
|
+
"red": 97
|
|
30134
|
+
},
|
|
30135
|
+
"textBase": {
|
|
30136
|
+
"alpha": 255,
|
|
30137
|
+
"blue": 255,
|
|
30138
|
+
"green": 255,
|
|
30139
|
+
"red": 255
|
|
30140
|
+
},
|
|
30141
|
+
"textBrightAccent": {
|
|
30142
|
+
"alpha": 255,
|
|
30143
|
+
"blue": 255,
|
|
30144
|
+
"green": 255,
|
|
30145
|
+
"red": 255
|
|
30146
|
+
},
|
|
30147
|
+
"textSubdued": {
|
|
30148
|
+
"alpha": 255,
|
|
30149
|
+
"blue": 155,
|
|
30150
|
+
"green": 192,
|
|
30151
|
+
"red": 255
|
|
30152
|
+
}
|
|
30153
|
+
},
|
|
30154
|
+
"higherContrast": {
|
|
30155
|
+
"backgroundBase": {
|
|
30156
|
+
"alpha": 255,
|
|
30157
|
+
"blue": 0,
|
|
30158
|
+
"green": 7,
|
|
30159
|
+
"red": 101
|
|
30160
|
+
},
|
|
30161
|
+
"backgroundTintedBase": {
|
|
30162
|
+
"alpha": 255,
|
|
30163
|
+
"blue": 41,
|
|
30164
|
+
"green": 54,
|
|
30165
|
+
"red": 145
|
|
30166
|
+
},
|
|
30167
|
+
"textBase": {
|
|
30168
|
+
"alpha": 255,
|
|
30169
|
+
"blue": 255,
|
|
30170
|
+
"green": 255,
|
|
30171
|
+
"red": 255
|
|
30172
|
+
},
|
|
30173
|
+
"textBrightAccent": {
|
|
30174
|
+
"alpha": 255,
|
|
30175
|
+
"blue": 96,
|
|
30176
|
+
"green": 215,
|
|
30177
|
+
"red": 30
|
|
30178
|
+
},
|
|
30179
|
+
"textSubdued": {
|
|
30180
|
+
"alpha": 255,
|
|
30181
|
+
"blue": 155,
|
|
30182
|
+
"green": 192,
|
|
30183
|
+
"red": 255
|
|
30184
|
+
}
|
|
30185
|
+
},
|
|
30186
|
+
"minContrast": {
|
|
30187
|
+
"backgroundBase": {
|
|
30188
|
+
"alpha": 255,
|
|
30189
|
+
"blue": 32,
|
|
30190
|
+
"green": 112,
|
|
30191
|
+
"red": 240
|
|
30192
|
+
},
|
|
30193
|
+
"backgroundTintedBase": {
|
|
30194
|
+
"alpha": 255,
|
|
30195
|
+
"blue": 0,
|
|
30196
|
+
"green": 85,
|
|
30197
|
+
"red": 210
|
|
30198
|
+
},
|
|
30199
|
+
"textBase": {
|
|
30200
|
+
"alpha": 255,
|
|
30201
|
+
"blue": 255,
|
|
30202
|
+
"green": 255,
|
|
30203
|
+
"red": 255
|
|
30204
|
+
},
|
|
30205
|
+
"textBrightAccent": {
|
|
30206
|
+
"alpha": 255,
|
|
30207
|
+
"blue": 255,
|
|
30208
|
+
"green": 255,
|
|
30209
|
+
"red": 255
|
|
30210
|
+
},
|
|
30211
|
+
"textSubdued": {
|
|
30212
|
+
"alpha": 255,
|
|
30213
|
+
"blue": 255,
|
|
30214
|
+
"green": 255,
|
|
30215
|
+
"red": 255
|
|
30216
|
+
}
|
|
30217
|
+
}
|
|
30218
|
+
}
|
|
30219
|
+
}
|
|
30220
|
+
}
|
|
30221
|
+
},
|
|
30222
|
+
"artists": [
|
|
30223
|
+
{
|
|
30224
|
+
"profile": {
|
|
30225
|
+
"name": "Fake Problems"
|
|
30226
|
+
},
|
|
30227
|
+
"uri": "spotify:artist:3w2meNoSt1JmZaw6QZD35l"
|
|
30228
|
+
}
|
|
30229
|
+
],
|
|
30230
|
+
"associationsV3": {
|
|
30231
|
+
"audioAssociations": {
|
|
30232
|
+
"totalCount": 0
|
|
30233
|
+
},
|
|
30234
|
+
"videoAssociations": {
|
|
30235
|
+
"totalCount": 0
|
|
30236
|
+
}
|
|
30237
|
+
},
|
|
30238
|
+
"contentRating": {
|
|
30239
|
+
"label": "NONE"
|
|
30240
|
+
},
|
|
30241
|
+
"duration": {
|
|
30242
|
+
"totalMilliseconds": 162840
|
|
30243
|
+
},
|
|
30244
|
+
"id": "1QlYhKt1pomveBX7W3MbqL",
|
|
30245
|
+
"trackMediaType": "AUDIO",
|
|
30246
|
+
"name": "My First Million",
|
|
30247
|
+
"playability": {
|
|
30248
|
+
"playable": true,
|
|
30249
|
+
"reason": "PLAYABLE"
|
|
30250
|
+
},
|
|
30251
|
+
"uri": "spotify:track:1QlYhKt1pomveBX7W3MbqL",
|
|
30252
|
+
"visualIdentity": {
|
|
30253
|
+
"sixteenByNineCoverImage": null
|
|
30254
|
+
}
|
|
30255
|
+
}
|
|
30256
|
+
],
|
|
30257
|
+
"users": []
|
|
30258
|
+
}
|
|
30259
|
+
|
|
30260
|
+
},
|
|
30261
|
+
{
|
|
30262
|
+
name: "Podcast",
|
|
30263
|
+
method: "GET",
|
|
30264
|
+
description: "Get Spotify podcast",
|
|
30265
|
+
fullDescription:
|
|
30266
|
+
"Retrieves detailed information about a Spotify podcast by its id or URL. Spotify calls podcasts shows internally, so Spotify podcast URLs use /show/.",
|
|
30267
|
+
path: "/v1/spotify/podcast",
|
|
30268
|
+
params: [
|
|
30269
|
+
{
|
|
30270
|
+
name: "id",
|
|
30271
|
+
type: "string",
|
|
30272
|
+
required: false,
|
|
30273
|
+
description: "Spotify podcast id. If you'd prefer to use the URL instead, you can use the url parameter instead.",
|
|
30274
|
+
placeholder: "3mliji9352UAk3XnWElnDV",
|
|
30275
|
+
},
|
|
30276
|
+
{
|
|
30277
|
+
name: "url",
|
|
30278
|
+
type: "string",
|
|
30279
|
+
required: false,
|
|
30280
|
+
description: "Spotify podcast URL. If you'd prefer to use the id instead, you can use the id parameter instead.",
|
|
30281
|
+
placeholder: "https://open.spotify.com/show/3mliji9352UAk3XnWElnDV",
|
|
30282
|
+
},
|
|
30283
|
+
],
|
|
30284
|
+
sampleResponse: {
|
|
30285
|
+
"success": true,
|
|
30286
|
+
"credits_remaining": 49997232014,
|
|
30287
|
+
"id": "3mliji9352UAk3XnWElnDV",
|
|
30288
|
+
"uri": "spotify:show:3mliji9352UAk3XnWElnDV",
|
|
30289
|
+
"__typename": "Podcast",
|
|
30290
|
+
"accessInfo": null,
|
|
30291
|
+
"consumptionOrderV2": "RECENT",
|
|
30292
|
+
"contentCapabilityTrait": {
|
|
30293
|
+
"rateability": {
|
|
30294
|
+
"value": "RESTRICTED"
|
|
30295
|
+
}
|
|
30296
|
+
},
|
|
30297
|
+
"contentRatingV2": {
|
|
30298
|
+
"labels": [
|
|
30299
|
+
"EXPLICIT"
|
|
30300
|
+
]
|
|
30301
|
+
},
|
|
30302
|
+
"contentType": "CONTENT_TYPE_PODCAST",
|
|
30303
|
+
"coverArt": {
|
|
30304
|
+
"sources": [
|
|
30305
|
+
{
|
|
30306
|
+
"height": 64,
|
|
30307
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
30308
|
+
"width": 64
|
|
30309
|
+
},
|
|
30310
|
+
{
|
|
30311
|
+
"height": 300,
|
|
30312
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
30313
|
+
"width": 300
|
|
30314
|
+
},
|
|
30315
|
+
{
|
|
30316
|
+
"height": 640,
|
|
30317
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
30318
|
+
"width": 640
|
|
30319
|
+
}
|
|
30320
|
+
]
|
|
30321
|
+
},
|
|
30322
|
+
"description": "Sam Parr and Shaan Puri brainstorm new business ideas based on trends & opportunities they see in the market. Sometimes they bring on famous guests to brainstorm with them.",
|
|
30323
|
+
"episodesV2": [
|
|
30324
|
+
{
|
|
30325
|
+
"entity": {
|
|
30326
|
+
"__typename": "EpisodeResponseWrapper",
|
|
30327
|
+
"data": {
|
|
30328
|
+
"__typename": "Episode",
|
|
30329
|
+
"creator": null,
|
|
30330
|
+
"uri": "spotify:episode:3rvl30aWNqZbWi9dnolG3a"
|
|
30331
|
+
}
|
|
30332
|
+
}
|
|
30333
|
+
}
|
|
30334
|
+
],
|
|
30335
|
+
"gatedEntityRelations": [],
|
|
30336
|
+
"htmlDescription": "<p>Sam Parr and Shaan Puri brainstorm new business ideas based on trends & opportunities they see in the market. Sometimes they bring on famous guests to brainstorm with them.</p>",
|
|
30337
|
+
"mediaType": "MIXED",
|
|
30338
|
+
"musicAndTalk": false,
|
|
30339
|
+
"name": "My First Million",
|
|
30340
|
+
"playability": {
|
|
30341
|
+
"playable": true,
|
|
30342
|
+
"reason": "PLAYABLE",
|
|
30343
|
+
"unplayabilityReasons": []
|
|
30344
|
+
},
|
|
30345
|
+
"publisher": {
|
|
30346
|
+
"name": "Hubspot"
|
|
30347
|
+
},
|
|
30348
|
+
"rating": {
|
|
30349
|
+
"averageRating": {
|
|
30350
|
+
"average": 4.781243982283851,
|
|
30351
|
+
"showAverage": true,
|
|
30352
|
+
"totalRatings": 5193
|
|
30353
|
+
},
|
|
30354
|
+
"canRate": true,
|
|
30355
|
+
"rating": {
|
|
30356
|
+
"rating": 0
|
|
30357
|
+
}
|
|
30358
|
+
},
|
|
30359
|
+
"saved": false,
|
|
30360
|
+
"sharingInfo": {
|
|
30361
|
+
"shareId": "lSCdV7bhQ7CO4dDMM691rA",
|
|
30362
|
+
"shareUrl": "https://open.spotify.com/show/3mliji9352UAk3XnWElnDV?si=lSCdV7bhQ7CO4dDMM691rA"
|
|
30363
|
+
},
|
|
30364
|
+
"showTypes": [],
|
|
30365
|
+
"topics": [
|
|
30366
|
+
{
|
|
30367
|
+
"__typename": "PodcastTopic",
|
|
30368
|
+
"title": "Business",
|
|
30369
|
+
"uri": "spotify:genre:0JQ5DAqbMKFK0EBNV8Wn6R"
|
|
30370
|
+
}
|
|
30371
|
+
],
|
|
30372
|
+
"trailerV2": null,
|
|
30373
|
+
"visualIdentity": {
|
|
30374
|
+
"sixteenByNineCoverImage": null,
|
|
30375
|
+
"squareCoverImage": {
|
|
30376
|
+
"__typename": "VisualIdentityImage",
|
|
30377
|
+
"extractedColorSet": {
|
|
30378
|
+
"encoreBaseSetTextColor": {
|
|
30379
|
+
"alpha": 255,
|
|
30380
|
+
"blue": 187,
|
|
30381
|
+
"green": 187,
|
|
30382
|
+
"red": 187
|
|
30383
|
+
},
|
|
30384
|
+
"highContrast": {
|
|
30385
|
+
"backgroundBase": {
|
|
30386
|
+
"alpha": 255,
|
|
30387
|
+
"blue": 72,
|
|
30388
|
+
"green": 72,
|
|
30389
|
+
"red": 72
|
|
30390
|
+
},
|
|
30391
|
+
"backgroundTintedBase": {
|
|
30392
|
+
"alpha": 255,
|
|
30393
|
+
"blue": 33,
|
|
30394
|
+
"green": 33,
|
|
30395
|
+
"red": 33
|
|
30396
|
+
},
|
|
30397
|
+
"textBase": {
|
|
30398
|
+
"alpha": 255,
|
|
30399
|
+
"blue": 255,
|
|
30400
|
+
"green": 255,
|
|
30401
|
+
"red": 255
|
|
30402
|
+
},
|
|
30403
|
+
"textBrightAccent": {
|
|
30404
|
+
"alpha": 255,
|
|
30405
|
+
"blue": 255,
|
|
30406
|
+
"green": 255,
|
|
30407
|
+
"red": 255
|
|
30408
|
+
},
|
|
30409
|
+
"textSubdued": {
|
|
30410
|
+
"alpha": 255,
|
|
30411
|
+
"blue": 205,
|
|
30412
|
+
"green": 205,
|
|
30413
|
+
"red": 205
|
|
30414
|
+
}
|
|
30415
|
+
},
|
|
30416
|
+
"higherContrast": {
|
|
30417
|
+
"backgroundBase": {
|
|
30418
|
+
"alpha": 255,
|
|
30419
|
+
"blue": 53,
|
|
30420
|
+
"green": 53,
|
|
30421
|
+
"red": 53
|
|
30422
|
+
},
|
|
30423
|
+
"backgroundTintedBase": {
|
|
30424
|
+
"alpha": 255,
|
|
30425
|
+
"blue": 86,
|
|
30426
|
+
"green": 86,
|
|
30427
|
+
"red": 86
|
|
30428
|
+
},
|
|
30429
|
+
"textBase": {
|
|
30430
|
+
"alpha": 255,
|
|
30431
|
+
"blue": 255,
|
|
30432
|
+
"green": 255,
|
|
30433
|
+
"red": 255
|
|
30434
|
+
},
|
|
30435
|
+
"textBrightAccent": {
|
|
30436
|
+
"alpha": 255,
|
|
30437
|
+
"blue": 96,
|
|
30438
|
+
"green": 215,
|
|
30439
|
+
"red": 30
|
|
30440
|
+
},
|
|
30441
|
+
"textSubdued": {
|
|
30442
|
+
"alpha": 255,
|
|
30443
|
+
"blue": 205,
|
|
30444
|
+
"green": 205,
|
|
30445
|
+
"red": 205
|
|
30446
|
+
}
|
|
30447
|
+
},
|
|
30448
|
+
"minContrast": {
|
|
30449
|
+
"backgroundBase": {
|
|
30450
|
+
"alpha": 255,
|
|
30451
|
+
"blue": 72,
|
|
30452
|
+
"green": 72,
|
|
30453
|
+
"red": 72
|
|
30454
|
+
},
|
|
30455
|
+
"backgroundTintedBase": {
|
|
30456
|
+
"alpha": 255,
|
|
30457
|
+
"blue": 33,
|
|
30458
|
+
"green": 33,
|
|
30459
|
+
"red": 33
|
|
30460
|
+
},
|
|
30461
|
+
"textBase": {
|
|
30462
|
+
"alpha": 255,
|
|
30463
|
+
"blue": 255,
|
|
30464
|
+
"green": 255,
|
|
30465
|
+
"red": 255
|
|
30466
|
+
},
|
|
30467
|
+
"textBrightAccent": {
|
|
30468
|
+
"alpha": 255,
|
|
30469
|
+
"blue": 255,
|
|
30470
|
+
"green": 255,
|
|
30471
|
+
"red": 255
|
|
30472
|
+
},
|
|
30473
|
+
"textSubdued": {
|
|
30474
|
+
"alpha": 255,
|
|
30475
|
+
"blue": 255,
|
|
30476
|
+
"green": 255,
|
|
30477
|
+
"red": 255
|
|
30478
|
+
}
|
|
30479
|
+
}
|
|
30480
|
+
}
|
|
30481
|
+
}
|
|
30482
|
+
}
|
|
30483
|
+
},
|
|
30484
|
+
},
|
|
30485
|
+
{
|
|
30486
|
+
name: "Podcast Episodes",
|
|
30487
|
+
method: "GET",
|
|
30488
|
+
description: "Get Spotify podcast episodes",
|
|
30489
|
+
fullDescription:
|
|
30490
|
+
"Returns episodes for a Spotify podcast. Pass the cursor returned by a response to get the next page.",
|
|
30491
|
+
path: "/v1/spotify/podcast/episodes",
|
|
30492
|
+
params: [
|
|
30493
|
+
{
|
|
30494
|
+
name: "id",
|
|
30495
|
+
type: "string",
|
|
30496
|
+
required: false,
|
|
30497
|
+
description: "Spotify podcast id. If you'd prefer to use the URL instead, you can use the url parameter instead.",
|
|
30498
|
+
placeholder: "4rOoJ6Egrf8K2IrywzwOMk",
|
|
30499
|
+
},
|
|
30500
|
+
{
|
|
30501
|
+
name: "url",
|
|
30502
|
+
type: "string",
|
|
30503
|
+
required: false,
|
|
30504
|
+
description: "Spotify podcast URL. If you'd prefer to use the id instead, you can use the id parameter instead.",
|
|
30505
|
+
placeholder: "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk",
|
|
30506
|
+
},
|
|
30507
|
+
{
|
|
30508
|
+
name: "cursor",
|
|
30509
|
+
type: "number",
|
|
30510
|
+
required: false,
|
|
30511
|
+
description: "Cursor returned by the previous response. Omit for the first page.",
|
|
30512
|
+
placeholder: "50",
|
|
30513
|
+
},
|
|
30514
|
+
],
|
|
30515
|
+
sampleResponse: {
|
|
30516
|
+
"success": true,
|
|
30517
|
+
"credits_remaining": 49997232013,
|
|
30518
|
+
"id": "3mliji9352UAk3XnWElnDV",
|
|
30519
|
+
"uri": "spotify:show:3mliji9352UAk3XnWElnDV",
|
|
30520
|
+
"episodes": [
|
|
30521
|
+
{
|
|
30522
|
+
"__typename": "Episode",
|
|
30523
|
+
"accessInfo": null,
|
|
30524
|
+
"audio": [
|
|
30525
|
+
{
|
|
30526
|
+
"url": "https://p.scdn.co/mp3-preview/2cd8dd37b64a10c1f7cfc194172cca5887006cd3"
|
|
30527
|
+
},
|
|
30528
|
+
{
|
|
30529
|
+
"url": "https://p.scdn.co/mp3-preview/355b5462db930fcbc646d2b341fcd1c5f70c7887"
|
|
30530
|
+
},
|
|
30531
|
+
{
|
|
30532
|
+
"url": "https://p.scdn.co/mp3-preview/9a3bff176266805e57359bdf3be22f3fdaefd002"
|
|
30533
|
+
},
|
|
30534
|
+
{
|
|
30535
|
+
"url": "https://p.scdn.co/mp3-preview/440df88850326534507851664a04baef29978e00"
|
|
30536
|
+
},
|
|
30537
|
+
{
|
|
30538
|
+
"url": "https://p.scdn.co/mp3-preview/c9622e174f73438a8023f5e346a4f73f9cffa62b"
|
|
30539
|
+
},
|
|
30540
|
+
{
|
|
30541
|
+
"url": "https://p.scdn.co/mp3-preview/8514de569586ff1603a52d75a223b3daf7b43d1a"
|
|
30542
|
+
}
|
|
30543
|
+
],
|
|
30544
|
+
"contentInformation": null,
|
|
30545
|
+
"contentRating": {
|
|
30546
|
+
"label": "NONE"
|
|
30547
|
+
},
|
|
30548
|
+
"contentRatingsV2": null,
|
|
30549
|
+
"contents": [],
|
|
30550
|
+
"coverArt": {
|
|
30551
|
+
"sources": [
|
|
30552
|
+
{
|
|
30553
|
+
"height": 64,
|
|
30554
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
30555
|
+
"width": 64
|
|
30556
|
+
},
|
|
30557
|
+
{
|
|
30558
|
+
"height": 300,
|
|
30559
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
30560
|
+
"width": 300
|
|
30561
|
+
},
|
|
30562
|
+
{
|
|
30563
|
+
"height": 640,
|
|
30564
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
30565
|
+
"width": 640
|
|
30566
|
+
}
|
|
30567
|
+
]
|
|
30568
|
+
},
|
|
30569
|
+
"creator": null,
|
|
30570
|
+
"description": "Get our Wealth Guide (35+ insights from top investors): https://clickhubspot.com/fvif Episode 828: Shaan Puri ( https://x.com/ShaanVP ) and Sam Parr ( https://x.com/theSamParr ) talk to billionaire Joe Liemandt ( https://x.com/jliemandt ) about the experiment he’s put $1,000,000,000 of his own money into. — Show Notes: (0:00) Joe, the total man? (08:09) fighting bill gates for talent (13:14) intensity (16:18) choosing hard over easy (19:00) how to be a magnet (21:34) high standards (23:29) being persuasive (29:23) simplicity: 3 ines, 3 words (34:41) is 2x faster really better? (36:23) making kids run a 5k (38:45) why be public now (41:01) why put $1b into the lowest roi thing? (50:03) buying SaaS companies (51:06) cloning Warren Buffett's brain (53:00) changing your brain lift (57:19) is AI going to make everyone dumb? — Links: • Alpha School - https://alpha.school/ • 10 to 25: The Science of Motivating Young People - https://a.co/d/048Cfexh — Check Out Sam's Stuff: • Hampton (joinhampton.com): My community for founders. Average member does $25m/year. Many of the guests are members. Get after it...apply: http://joinhampton.com/mfm — Check Out Shaan's Stuff: • Shaan's weekly email - https://www.shaanpuri.com • Visit https://www.somewhere.com/mfm to hire worldwide talent like Shaan and get $500 off for being an MFM listener. Hire developers, assistants, marketing pros, sales teams and more for 80% less than US equivalents. • Mercury - Need a bank for your company? Go check out Mercury (mercury.com). Shaan uses it for all of his companies! Mercury is a financial technology company, not an FDIC-insured bank. Banking services provided by Choice Financial Group, Column, N.A., and Evolve Bank & Trust, Members FDIC • I run all my newsletters on Beehiiv and you should too + we're giving away $10k to our favorite newsletter, check it out: beehiiv.com/mfm-challenge My First Million is a HubSpot Original Podcast // Brought to you by HubSpot Media // Production by Arie Desormeaux // Editing by Ezra Bakker Trupiano / ",
|
|
30571
|
+
"duration": {
|
|
30572
|
+
"totalMilliseconds": 3903344
|
|
30573
|
+
},
|
|
30574
|
+
"gatedEntityRelations": [],
|
|
30575
|
+
"htmlDescription": "<p>Get our Wealth Guide (35+ insights from top investors):<a href=\"https://clickhubspot.com/fvif\" rel=\"nofollow\"> https://clickhubspot.com/fvif</a></p><br/><p><br /></p><br/><p>Episode 828: Shaan Puri ( <a href=\"https://x.com/ShaanVP\" rel=\"nofollow\">https://x.com/ShaanVP</a> ) and Sam Parr ( <a href=\"https://x.com/theSamParr\" rel=\"nofollow\">https://x.com/theSamParr</a> ) talk to billionaire Joe Liemandt ( <a href=\"https://x.com/jliemandt\" rel=\"nofollow\">https://x.com/jliemandt</a> ) about the experiment he’s put $1,000,000,000 of his own money into.</p><br/><p>—</p><br/><p>Show Notes: </p><br/><p>(0:00) Joe, the total man?</p><br/><p>(08:09) fighting bill gates for talent</p><br/><p>(13:14) intensity</p><br/><p>(16:18) choosing hard over easy</p><br/><p>(19:00) how to be a magnet</p><br/><p>(21:34) high standards</p><br/><p>(23:29) being persuasive </p><br/><p>(29:23) simplicity: 3 ines, 3 words </p><br/><p>(34:41) is 2x faster really better?</p><br/><p>(36:23) making kids run a 5k</p><br/><p>(38:45) why be public now</p><br/><p>(41:01) why put $1b into the lowest roi thing?</p><br/><p>(50:03) buying SaaS companies</p><br/><p>(51:06) cloning Warren Buffett's brain</p><br/><p>(53:00) changing your brain lift</p><br/><p>(57:19) is AI going to make everyone dumb?</p><br/><p><br /></p><br/><p>—</p><br/><p>Links:</p><br/><p>• Alpha School - <a href=\"https://alpha.school/\" rel=\"nofollow\">https://alpha.school/</a> </p><br/><p>• 10 to 25: The Science of Motivating Young People - <a href=\"https://a.co/d/048Cfexh\" rel=\"nofollow\">https://a.co/d/048Cfexh</a> </p><br/><p>—</p><br/><p>Check Out Sam's Stuff:</p><br/><p>• Hampton (joinhampton.com): My community for founders. Average member does $25m/year. Many of the guests are members. Get after it...apply: http://joinhampton.com/mfm</p><br/><p>—</p><br/><p>Check Out Shaan's Stuff:</p><br/><p>• Shaan's weekly email - <a href=\"https://www.shaanpuri.com\" rel=\"nofollow\">https://www.shaanpuri.com</a> </p><br/><p>• Visit <a href=\"https://www.somewhere.com/mfm\" rel=\"nofollow\">https://www.somewhere.com/mfm</a> to hire worldwide talent like Shaan and get $500 off for being an MFM listener. Hire developers, assistants, marketing pros, sales teams and more for 80% less than US equivalents.</p><br/><p>• Mercury - Need a bank for your company? Go check out Mercury (mercury.com). Shaan uses it for all of his companies!</p><br/><p>Mercury is a financial technology company, not an FDIC-insured bank. Banking services provided by Choice Financial Group, Column, N.A., and Evolve Bank & Trust, Members FDIC</p><br/><p>• I run all my newsletters on Beehiiv and you should too + we're giving away $10k to our favorite newsletter, check it out:</p><br/><p>beehiiv.com/mfm-challenge</p><br/><p>My First Million is a HubSpot Original Podcast // Brought to you by HubSpot Media // Production by Arie Desormeaux // Editing by Ezra Bakker Trupiano /</p><br/><p><br /></p>",
|
|
30576
|
+
"id": "3rvl30aWNqZbWi9dnolG3a",
|
|
30577
|
+
"mediaTypes": ["AUDIO", "VIDEO"],
|
|
30578
|
+
"name": "The 50 richest families in America are betting on this trend",
|
|
30579
|
+
"playability": {
|
|
30580
|
+
"playable": true,
|
|
30581
|
+
"reason": "PLAYABLE",
|
|
30582
|
+
"unplayabilityReasons": []
|
|
30583
|
+
},
|
|
30584
|
+
"playedState": {
|
|
30585
|
+
"playPositionMilliseconds": 0,
|
|
30586
|
+
"state": "NOT_STARTED"
|
|
30587
|
+
},
|
|
30588
|
+
"podcastV2": {
|
|
30589
|
+
"__typename": "Podcast",
|
|
30590
|
+
"coverArt": {
|
|
30591
|
+
"sources": [
|
|
30592
|
+
{
|
|
30593
|
+
"height": 64,
|
|
30594
|
+
"url": "https://i.scdn.co/image/ab6765630000f68d35af1b9c3ee719329f85f229",
|
|
30595
|
+
"width": 64
|
|
30596
|
+
},
|
|
30597
|
+
{
|
|
30598
|
+
"height": 300,
|
|
30599
|
+
"url": "https://i.scdn.co/image/ab67656300005f1f35af1b9c3ee719329f85f229",
|
|
30600
|
+
"width": 300
|
|
30601
|
+
},
|
|
30602
|
+
{
|
|
30603
|
+
"height": 640,
|
|
30604
|
+
"url": "https://i.scdn.co/image/ab6765630000ba8a35af1b9c3ee719329f85f229",
|
|
30605
|
+
"width": 640
|
|
30606
|
+
}
|
|
30607
|
+
]
|
|
30608
|
+
},
|
|
30609
|
+
"name": "My First Million",
|
|
30610
|
+
"showTypes": [],
|
|
30611
|
+
"trailerV2": null,
|
|
30612
|
+
"uri": "spotify:show:3mliji9352UAk3XnWElnDV",
|
|
30613
|
+
"accessInfo": null
|
|
30614
|
+
},
|
|
30615
|
+
"previewPlayback": {
|
|
30616
|
+
"audioPreview": {
|
|
30617
|
+
"cdnUrl": "https://p.scdn.co/mp3-preview/b6e83bb5e3142367e192e45865e7c64cb2f39483.mp3"
|
|
30618
|
+
}
|
|
30619
|
+
},
|
|
30620
|
+
"releaseDate": {
|
|
30621
|
+
"isoString": "2026-05-27T08:59:00Z",
|
|
30622
|
+
"precision": "MINUTE"
|
|
30623
|
+
},
|
|
30624
|
+
"restrictions": {
|
|
30625
|
+
"paywallContent": false
|
|
30626
|
+
},
|
|
30627
|
+
"segments": null,
|
|
30628
|
+
"sharingInfo": {
|
|
30629
|
+
"shareId": "-xrq7hW_Qn2886yuMzLkyg",
|
|
30630
|
+
"shareUrl": "https://open.spotify.com/episode/3rvl30aWNqZbWi9dnolG3a?si=-xrq7hW_Qn2886yuMzLkyg"
|
|
30631
|
+
},
|
|
30632
|
+
"transcripts": [],
|
|
30633
|
+
"type": "PODCAST_EPISODE",
|
|
30634
|
+
"uri": "spotify:episode:3rvl30aWNqZbWi9dnolG3a",
|
|
30635
|
+
"visualIdentity": {
|
|
30636
|
+
"sixteenByNineCoverImage": {
|
|
30637
|
+
"image": {
|
|
30638
|
+
"__typename": "ImageV2",
|
|
30639
|
+
"sources": [
|
|
30640
|
+
{
|
|
30641
|
+
"maxHeight": 720,
|
|
30642
|
+
"maxWidth": 1280,
|
|
30643
|
+
"url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab000030aeae7253d400b6cde5defd1197"
|
|
30644
|
+
},
|
|
30645
|
+
{
|
|
30646
|
+
"maxHeight": 360,
|
|
30647
|
+
"maxWidth": 640,
|
|
30648
|
+
"url": "https://image-cdn-ak.spotifycdn.com/image/ab6772ab0000e0e7ae7253d400b6cde5defd1197"
|
|
30649
|
+
}
|
|
30650
|
+
]
|
|
30651
|
+
}
|
|
30652
|
+
},
|
|
30653
|
+
"squareCoverImage": {
|
|
30654
|
+
"__typename": "VisualIdentityImage",
|
|
30655
|
+
"extractedColorSet": {
|
|
30656
|
+
"encoreBaseSetTextColor": {
|
|
30657
|
+
"alpha": 255,
|
|
30658
|
+
"blue": 187,
|
|
30659
|
+
"green": 187,
|
|
30660
|
+
"red": 187
|
|
30661
|
+
},
|
|
30662
|
+
"highContrast": {
|
|
30663
|
+
"backgroundBase": {
|
|
30664
|
+
"alpha": 255,
|
|
30665
|
+
"blue": 72,
|
|
30666
|
+
"green": 72,
|
|
30667
|
+
"red": 72
|
|
30668
|
+
},
|
|
30669
|
+
"backgroundTintedBase": {
|
|
30670
|
+
"alpha": 255,
|
|
30671
|
+
"blue": 33,
|
|
30672
|
+
"green": 33,
|
|
30673
|
+
"red": 33
|
|
30674
|
+
},
|
|
30675
|
+
"textBase": {
|
|
30676
|
+
"alpha": 255,
|
|
30677
|
+
"blue": 255,
|
|
30678
|
+
"green": 255,
|
|
30679
|
+
"red": 255
|
|
30680
|
+
},
|
|
30681
|
+
"textBrightAccent": {
|
|
30682
|
+
"alpha": 255,
|
|
30683
|
+
"blue": 255,
|
|
30684
|
+
"green": 255,
|
|
30685
|
+
"red": 255
|
|
30686
|
+
},
|
|
30687
|
+
"textSubdued": {
|
|
30688
|
+
"alpha": 255,
|
|
30689
|
+
"blue": 205,
|
|
30690
|
+
"green": 205,
|
|
30691
|
+
"red": 205
|
|
30692
|
+
}
|
|
30693
|
+
},
|
|
30694
|
+
"higherContrast": {
|
|
30695
|
+
"backgroundBase": {
|
|
30696
|
+
"alpha": 255,
|
|
30697
|
+
"blue": 53,
|
|
30698
|
+
"green": 53,
|
|
30699
|
+
"red": 53
|
|
30700
|
+
},
|
|
30701
|
+
"backgroundTintedBase": {
|
|
30702
|
+
"alpha": 255,
|
|
30703
|
+
"blue": 86,
|
|
30704
|
+
"green": 86,
|
|
30705
|
+
"red": 86
|
|
30706
|
+
},
|
|
30707
|
+
"textBase": {
|
|
30708
|
+
"alpha": 255,
|
|
30709
|
+
"blue": 255,
|
|
30710
|
+
"green": 255,
|
|
30711
|
+
"red": 255
|
|
30712
|
+
},
|
|
30713
|
+
"textBrightAccent": {
|
|
30714
|
+
"alpha": 255,
|
|
30715
|
+
"blue": 96,
|
|
30716
|
+
"green": 215,
|
|
30717
|
+
"red": 30
|
|
30718
|
+
},
|
|
30719
|
+
"textSubdued": {
|
|
30720
|
+
"alpha": 255,
|
|
30721
|
+
"blue": 205,
|
|
30722
|
+
"green": 205,
|
|
30723
|
+
"red": 205
|
|
30724
|
+
}
|
|
30725
|
+
},
|
|
30726
|
+
"minContrast": {
|
|
30727
|
+
"backgroundBase": {
|
|
30728
|
+
"alpha": 255,
|
|
30729
|
+
"blue": 72,
|
|
30730
|
+
"green": 72,
|
|
30731
|
+
"red": 72
|
|
30732
|
+
},
|
|
30733
|
+
"backgroundTintedBase": {
|
|
30734
|
+
"alpha": 255,
|
|
30735
|
+
"blue": 33,
|
|
30736
|
+
"green": 33,
|
|
30737
|
+
"red": 33
|
|
30738
|
+
},
|
|
30739
|
+
"textBase": {
|
|
30740
|
+
"alpha": 255,
|
|
30741
|
+
"blue": 255,
|
|
30742
|
+
"green": 255,
|
|
30743
|
+
"red": 255
|
|
30744
|
+
},
|
|
30745
|
+
"textBrightAccent": {
|
|
30746
|
+
"alpha": 255,
|
|
30747
|
+
"blue": 255,
|
|
30748
|
+
"green": 255,
|
|
30749
|
+
"red": 255
|
|
30750
|
+
},
|
|
30751
|
+
"textSubdued": {
|
|
30752
|
+
"alpha": 255,
|
|
30753
|
+
"blue": 255,
|
|
30754
|
+
"green": 255,
|
|
30755
|
+
"red": 255
|
|
30756
|
+
}
|
|
30757
|
+
}
|
|
30758
|
+
}
|
|
30759
|
+
}
|
|
30760
|
+
}
|
|
30761
|
+
}
|
|
30762
|
+
],
|
|
30763
|
+
"cursor": 50,
|
|
30764
|
+
"totalCount": 868
|
|
30765
|
+
},
|
|
30766
|
+
},
|
|
28876
30767
|
],
|
|
28877
30768
|
},
|
|
28878
30769
|
{
|