n8n-nodes-socialfetch 0.1.0
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/LICENSE +21 -0
- package/README.md +44 -0
- package/dist/credentials/SocialFetchApi.credentials.js +37 -0
- package/dist/credentials/socialfetch.svg +29 -0
- package/dist/nodes/SocialFetch/SocialFetch.node.js +41 -0
- package/dist/nodes/SocialFetch/descriptions/auth.generated.js +45 -0
- package/dist/nodes/SocialFetch/descriptions/facebook.generated.js +1625 -0
- package/dist/nodes/SocialFetch/descriptions/index.generated.js +79 -0
- package/dist/nodes/SocialFetch/descriptions/instagram.generated.js +548 -0
- package/dist/nodes/SocialFetch/descriptions/linkedin.generated.js +201 -0
- package/dist/nodes/SocialFetch/descriptions/reddit.generated.js +634 -0
- package/dist/nodes/SocialFetch/descriptions/spotify.generated.js +195 -0
- package/dist/nodes/SocialFetch/descriptions/telegram.generated.js +156 -0
- package/dist/nodes/SocialFetch/descriptions/threads.generated.js +316 -0
- package/dist/nodes/SocialFetch/descriptions/tiktok.generated.js +1797 -0
- package/dist/nodes/SocialFetch/descriptions/twitter.generated.js +606 -0
- package/dist/nodes/SocialFetch/descriptions/web.generated.js +283 -0
- package/dist/nodes/SocialFetch/descriptions/youtube.generated.js +993 -0
- package/dist/nodes/SocialFetch/shared/pagination.js +37 -0
- package/dist/nodes/SocialFetch/socialfetch.svg +29 -0
- package/package.json +61 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.allResourceProperties = exports.resourceOptions = void 0;
|
|
4
|
+
const tiktok_generated_1 = require("./tiktok.generated");
|
|
5
|
+
const twitter_generated_1 = require("./twitter.generated");
|
|
6
|
+
const telegram_generated_1 = require("./telegram.generated");
|
|
7
|
+
const facebook_generated_1 = require("./facebook.generated");
|
|
8
|
+
const instagram_generated_1 = require("./instagram.generated");
|
|
9
|
+
const threads_generated_1 = require("./threads.generated");
|
|
10
|
+
const linkedin_generated_1 = require("./linkedin.generated");
|
|
11
|
+
const reddit_generated_1 = require("./reddit.generated");
|
|
12
|
+
const spotify_generated_1 = require("./spotify.generated");
|
|
13
|
+
const youtube_generated_1 = require("./youtube.generated");
|
|
14
|
+
const web_generated_1 = require("./web.generated");
|
|
15
|
+
const auth_generated_1 = require("./auth.generated");
|
|
16
|
+
exports.resourceOptions = [
|
|
17
|
+
{
|
|
18
|
+
"name": "TikTok",
|
|
19
|
+
"value": "tiktok"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "Twitter",
|
|
23
|
+
"value": "twitter"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "Telegram",
|
|
27
|
+
"value": "telegram"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "Facebook",
|
|
31
|
+
"value": "facebook"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "Instagram",
|
|
35
|
+
"value": "instagram"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Threads",
|
|
39
|
+
"value": "threads"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "LinkedIn",
|
|
43
|
+
"value": "linkedin"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "Reddit",
|
|
47
|
+
"value": "reddit"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "Spotify",
|
|
51
|
+
"value": "spotify"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "YouTube",
|
|
55
|
+
"value": "youtube"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Web",
|
|
59
|
+
"value": "web"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Account",
|
|
63
|
+
"value": "auth"
|
|
64
|
+
}
|
|
65
|
+
];
|
|
66
|
+
exports.allResourceProperties = [
|
|
67
|
+
...tiktok_generated_1.tiktok,
|
|
68
|
+
...twitter_generated_1.twitter,
|
|
69
|
+
...telegram_generated_1.telegram,
|
|
70
|
+
...facebook_generated_1.facebook,
|
|
71
|
+
...instagram_generated_1.instagram,
|
|
72
|
+
...threads_generated_1.threads,
|
|
73
|
+
...linkedin_generated_1.linkedin,
|
|
74
|
+
...reddit_generated_1.reddit,
|
|
75
|
+
...spotify_generated_1.spotify,
|
|
76
|
+
...youtube_generated_1.youtube,
|
|
77
|
+
...web_generated_1.web,
|
|
78
|
+
...auth_generated_1.auth,
|
|
79
|
+
];
|
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.instagram = void 0;
|
|
4
|
+
const pagination_1 = require("../shared/pagination");
|
|
5
|
+
exports.instagram = [
|
|
6
|
+
{
|
|
7
|
+
"displayName": "Operation",
|
|
8
|
+
"name": "operation",
|
|
9
|
+
"type": "options",
|
|
10
|
+
"noDataExpression": true,
|
|
11
|
+
"displayOptions": {
|
|
12
|
+
"show": {
|
|
13
|
+
"resource": [
|
|
14
|
+
"instagram"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"default": "instagram.profile.get",
|
|
19
|
+
"options": [
|
|
20
|
+
{
|
|
21
|
+
"name": "Profile",
|
|
22
|
+
"value": "instagram.profile.get",
|
|
23
|
+
"action": "Get Instagram profile",
|
|
24
|
+
"description": "Get a full Instagram profile by handle.",
|
|
25
|
+
"routing": {
|
|
26
|
+
"request": {
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"url": "=/v1/instagram/profiles/{{$parameter[\"handle\"]}}"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Basic profile",
|
|
34
|
+
"value": "instagram.profile.basic.get",
|
|
35
|
+
"action": "Get Instagram basic profile",
|
|
36
|
+
"description": "Get a lightweight Instagram profile by numeric user ID.",
|
|
37
|
+
"routing": {
|
|
38
|
+
"request": {
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"url": "=/v1/instagram/profiles/{{$parameter[\"userId\"]}}/basic"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "Profile posts",
|
|
46
|
+
"value": "instagram.profile.posts.list",
|
|
47
|
+
"action": "List Instagram profile posts",
|
|
48
|
+
"description": "Get posts from a specific Instagram profile.",
|
|
49
|
+
"routing": {
|
|
50
|
+
"request": {
|
|
51
|
+
"method": "GET",
|
|
52
|
+
"url": "=/v1/instagram/profiles/{{$parameter[\"handle\"]}}/posts"
|
|
53
|
+
},
|
|
54
|
+
"send": {
|
|
55
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
56
|
+
},
|
|
57
|
+
"operations": {
|
|
58
|
+
"pagination": pagination_1.cursorPagination
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Profile reels",
|
|
64
|
+
"value": "instagram.profile.reels.list",
|
|
65
|
+
"action": "List Instagram profile reels",
|
|
66
|
+
"description": "Get Reels from a specific Instagram profile.",
|
|
67
|
+
"routing": {
|
|
68
|
+
"request": {
|
|
69
|
+
"method": "GET",
|
|
70
|
+
"url": "=/v1/instagram/profiles/{{$parameter[\"handle\"]}}/reels"
|
|
71
|
+
},
|
|
72
|
+
"send": {
|
|
73
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
74
|
+
},
|
|
75
|
+
"operations": {
|
|
76
|
+
"pagination": pagination_1.cursorPagination
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Profile highlights",
|
|
82
|
+
"value": "instagram.profile.highlights.list",
|
|
83
|
+
"action": "List Instagram profile highlights",
|
|
84
|
+
"description": "List story highlight albums for an Instagram profile.",
|
|
85
|
+
"routing": {
|
|
86
|
+
"request": {
|
|
87
|
+
"method": "GET",
|
|
88
|
+
"url": "=/v1/instagram/profiles/{{$parameter[\"handle\"]}}/highlights"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "Highlight",
|
|
94
|
+
"value": "instagram.highlight.get",
|
|
95
|
+
"action": "Get Instagram highlight",
|
|
96
|
+
"description": "Get stories from a saved Instagram highlight.",
|
|
97
|
+
"routing": {
|
|
98
|
+
"request": {
|
|
99
|
+
"method": "GET",
|
|
100
|
+
"url": "=/v1/instagram/highlights/{{$parameter[\"highlightId\"]}}"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "Post or reel",
|
|
106
|
+
"value": "instagram.post.get",
|
|
107
|
+
"action": "Get Instagram post or reel",
|
|
108
|
+
"description": "Get a single Instagram post or Reel.",
|
|
109
|
+
"routing": {
|
|
110
|
+
"request": {
|
|
111
|
+
"method": "GET",
|
|
112
|
+
"url": "/v1/instagram/posts"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "Comments",
|
|
118
|
+
"value": "instagram.post.comments.list",
|
|
119
|
+
"action": "List Instagram post or reel comments",
|
|
120
|
+
"description": "Get comments on an Instagram post or Reel.",
|
|
121
|
+
"routing": {
|
|
122
|
+
"request": {
|
|
123
|
+
"method": "GET",
|
|
124
|
+
"url": "/v1/instagram/posts/comments"
|
|
125
|
+
},
|
|
126
|
+
"send": {
|
|
127
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
128
|
+
},
|
|
129
|
+
"operations": {
|
|
130
|
+
"pagination": pagination_1.cursorPagination
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Transcript",
|
|
136
|
+
"value": "instagram.post.transcript.get",
|
|
137
|
+
"action": "Get Instagram post transcript",
|
|
138
|
+
"description": "Get the transcript for an Instagram post or Reel.",
|
|
139
|
+
"routing": {
|
|
140
|
+
"request": {
|
|
141
|
+
"method": "GET",
|
|
142
|
+
"url": "/v1/instagram/posts/transcript"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Search reels",
|
|
148
|
+
"value": "instagram.search.reels.list",
|
|
149
|
+
"action": "Search Instagram Reels",
|
|
150
|
+
"description": "Search Instagram Reels by keyword with optional date filters and page-based pagination.",
|
|
151
|
+
"routing": {
|
|
152
|
+
"request": {
|
|
153
|
+
"method": "GET",
|
|
154
|
+
"url": "/v1/instagram/search/reels"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"displayName": "Handle",
|
|
162
|
+
"name": "handle",
|
|
163
|
+
"type": "string",
|
|
164
|
+
"default": "",
|
|
165
|
+
"description": "Instagram handle to look up, with or without a leading @.",
|
|
166
|
+
"placeholder": "e.g. n8n",
|
|
167
|
+
"required": true,
|
|
168
|
+
"displayOptions": {
|
|
169
|
+
"show": {
|
|
170
|
+
"resource": [
|
|
171
|
+
"instagram"
|
|
172
|
+
],
|
|
173
|
+
"operation": [
|
|
174
|
+
"instagram.profile.get"
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"displayName": "User Id",
|
|
181
|
+
"name": "userId",
|
|
182
|
+
"type": "string",
|
|
183
|
+
"default": "",
|
|
184
|
+
"description": "Instagram numeric user id to look up.",
|
|
185
|
+
"required": true,
|
|
186
|
+
"displayOptions": {
|
|
187
|
+
"show": {
|
|
188
|
+
"resource": [
|
|
189
|
+
"instagram"
|
|
190
|
+
],
|
|
191
|
+
"operation": [
|
|
192
|
+
"instagram.profile.basic.get"
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"displayName": "Return All",
|
|
199
|
+
"name": "returnAll",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"default": false,
|
|
202
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
203
|
+
"displayOptions": {
|
|
204
|
+
"show": {
|
|
205
|
+
"resource": [
|
|
206
|
+
"instagram"
|
|
207
|
+
],
|
|
208
|
+
"operation": [
|
|
209
|
+
"instagram.profile.posts.list"
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"displayName": "Handle",
|
|
216
|
+
"name": "handle",
|
|
217
|
+
"type": "string",
|
|
218
|
+
"default": "",
|
|
219
|
+
"description": "Instagram handle whose posts should be listed.",
|
|
220
|
+
"placeholder": "e.g. n8n",
|
|
221
|
+
"required": true,
|
|
222
|
+
"displayOptions": {
|
|
223
|
+
"show": {
|
|
224
|
+
"resource": [
|
|
225
|
+
"instagram"
|
|
226
|
+
],
|
|
227
|
+
"operation": [
|
|
228
|
+
"instagram.profile.posts.list"
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"displayName": "Return All",
|
|
235
|
+
"name": "returnAll",
|
|
236
|
+
"type": "boolean",
|
|
237
|
+
"default": false,
|
|
238
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
239
|
+
"displayOptions": {
|
|
240
|
+
"show": {
|
|
241
|
+
"resource": [
|
|
242
|
+
"instagram"
|
|
243
|
+
],
|
|
244
|
+
"operation": [
|
|
245
|
+
"instagram.profile.reels.list"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"displayName": "Handle",
|
|
252
|
+
"name": "handle",
|
|
253
|
+
"type": "string",
|
|
254
|
+
"default": "",
|
|
255
|
+
"description": "Instagram handle whose reels should be listed.",
|
|
256
|
+
"placeholder": "e.g. n8n",
|
|
257
|
+
"required": true,
|
|
258
|
+
"displayOptions": {
|
|
259
|
+
"show": {
|
|
260
|
+
"resource": [
|
|
261
|
+
"instagram"
|
|
262
|
+
],
|
|
263
|
+
"operation": [
|
|
264
|
+
"instagram.profile.reels.list"
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"displayName": "Handle",
|
|
271
|
+
"name": "handle",
|
|
272
|
+
"type": "string",
|
|
273
|
+
"default": "",
|
|
274
|
+
"description": "Instagram handle whose story highlight albums should be listed.",
|
|
275
|
+
"placeholder": "e.g. n8n",
|
|
276
|
+
"required": true,
|
|
277
|
+
"displayOptions": {
|
|
278
|
+
"show": {
|
|
279
|
+
"resource": [
|
|
280
|
+
"instagram"
|
|
281
|
+
],
|
|
282
|
+
"operation": [
|
|
283
|
+
"instagram.profile.highlights.list"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"displayName": "Highlight Id",
|
|
290
|
+
"name": "highlightId",
|
|
291
|
+
"type": "string",
|
|
292
|
+
"default": "",
|
|
293
|
+
"description": "Numeric Instagram highlight id from a highlight URL.",
|
|
294
|
+
"required": true,
|
|
295
|
+
"displayOptions": {
|
|
296
|
+
"show": {
|
|
297
|
+
"resource": [
|
|
298
|
+
"instagram"
|
|
299
|
+
],
|
|
300
|
+
"operation": [
|
|
301
|
+
"instagram.highlight.get"
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"displayName": "Url",
|
|
308
|
+
"name": "url",
|
|
309
|
+
"type": "string",
|
|
310
|
+
"default": "",
|
|
311
|
+
"description": "Link to the post or reel.",
|
|
312
|
+
"placeholder": "e.g. https://example.com/page",
|
|
313
|
+
"required": true,
|
|
314
|
+
"routing": {
|
|
315
|
+
"send": {
|
|
316
|
+
"type": "query",
|
|
317
|
+
"property": "url"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"displayOptions": {
|
|
321
|
+
"show": {
|
|
322
|
+
"resource": [
|
|
323
|
+
"instagram"
|
|
324
|
+
],
|
|
325
|
+
"operation": [
|
|
326
|
+
"instagram.post.get"
|
|
327
|
+
]
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"displayName": "Additional Fields",
|
|
333
|
+
"name": "additionalOptions",
|
|
334
|
+
"type": "collection",
|
|
335
|
+
"placeholder": "Add Field",
|
|
336
|
+
"default": {},
|
|
337
|
+
"displayOptions": {
|
|
338
|
+
"show": {
|
|
339
|
+
"resource": [
|
|
340
|
+
"instagram"
|
|
341
|
+
],
|
|
342
|
+
"operation": [
|
|
343
|
+
"instagram.post.get"
|
|
344
|
+
]
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"options": [
|
|
348
|
+
{
|
|
349
|
+
"displayName": "Region",
|
|
350
|
+
"name": "region",
|
|
351
|
+
"type": "string",
|
|
352
|
+
"default": "",
|
|
353
|
+
"description": "Optional two-letter region (country code) for request routing.",
|
|
354
|
+
"routing": {
|
|
355
|
+
"send": {
|
|
356
|
+
"type": "query",
|
|
357
|
+
"property": "region"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"displayName": "Trim",
|
|
363
|
+
"name": "trim",
|
|
364
|
+
"type": "boolean",
|
|
365
|
+
"default": false,
|
|
366
|
+
"description": "When true, returns a smaller response with fewer fields.",
|
|
367
|
+
"routing": {
|
|
368
|
+
"send": {
|
|
369
|
+
"type": "query",
|
|
370
|
+
"property": "trim"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"displayName": "Download Media",
|
|
376
|
+
"name": "downloadMedia",
|
|
377
|
+
"type": "boolean",
|
|
378
|
+
"default": false,
|
|
379
|
+
"description": "When true, returns permanent CDN URLs for media in `downloads`. Adds 10 credits (11 total including the base lookup).",
|
|
380
|
+
"routing": {
|
|
381
|
+
"send": {
|
|
382
|
+
"type": "query",
|
|
383
|
+
"property": "downloadMedia"
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"displayName": "Return All",
|
|
391
|
+
"name": "returnAll",
|
|
392
|
+
"type": "boolean",
|
|
393
|
+
"default": false,
|
|
394
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
395
|
+
"displayOptions": {
|
|
396
|
+
"show": {
|
|
397
|
+
"resource": [
|
|
398
|
+
"instagram"
|
|
399
|
+
],
|
|
400
|
+
"operation": [
|
|
401
|
+
"instagram.post.comments.list"
|
|
402
|
+
]
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"displayName": "Url",
|
|
408
|
+
"name": "url",
|
|
409
|
+
"type": "string",
|
|
410
|
+
"default": "",
|
|
411
|
+
"description": "Link to the Instagram post or reel whose comments should be listed.",
|
|
412
|
+
"placeholder": "e.g. https://example.com/page",
|
|
413
|
+
"required": true,
|
|
414
|
+
"routing": {
|
|
415
|
+
"send": {
|
|
416
|
+
"type": "query",
|
|
417
|
+
"property": "url"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"displayOptions": {
|
|
421
|
+
"show": {
|
|
422
|
+
"resource": [
|
|
423
|
+
"instagram"
|
|
424
|
+
],
|
|
425
|
+
"operation": [
|
|
426
|
+
"instagram.post.comments.list"
|
|
427
|
+
]
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"displayName": "Url",
|
|
433
|
+
"name": "url",
|
|
434
|
+
"type": "string",
|
|
435
|
+
"default": "",
|
|
436
|
+
"description": "Link to the Instagram post or Reel whose transcript should be returned.",
|
|
437
|
+
"placeholder": "e.g. https://example.com/page",
|
|
438
|
+
"required": true,
|
|
439
|
+
"routing": {
|
|
440
|
+
"send": {
|
|
441
|
+
"type": "query",
|
|
442
|
+
"property": "url"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"displayOptions": {
|
|
446
|
+
"show": {
|
|
447
|
+
"resource": [
|
|
448
|
+
"instagram"
|
|
449
|
+
],
|
|
450
|
+
"operation": [
|
|
451
|
+
"instagram.post.transcript.get"
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"displayName": "Query",
|
|
458
|
+
"name": "query",
|
|
459
|
+
"type": "string",
|
|
460
|
+
"default": "",
|
|
461
|
+
"description": "Search query text for Instagram Reels.",
|
|
462
|
+
"placeholder": "e.g. automation",
|
|
463
|
+
"required": true,
|
|
464
|
+
"routing": {
|
|
465
|
+
"send": {
|
|
466
|
+
"type": "query",
|
|
467
|
+
"property": "query"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"displayOptions": {
|
|
471
|
+
"show": {
|
|
472
|
+
"resource": [
|
|
473
|
+
"instagram"
|
|
474
|
+
],
|
|
475
|
+
"operation": [
|
|
476
|
+
"instagram.search.reels.list"
|
|
477
|
+
]
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"displayName": "Additional Fields",
|
|
483
|
+
"name": "additionalOptions",
|
|
484
|
+
"type": "collection",
|
|
485
|
+
"placeholder": "Add Field",
|
|
486
|
+
"default": {},
|
|
487
|
+
"displayOptions": {
|
|
488
|
+
"show": {
|
|
489
|
+
"resource": [
|
|
490
|
+
"instagram"
|
|
491
|
+
],
|
|
492
|
+
"operation": [
|
|
493
|
+
"instagram.search.reels.list"
|
|
494
|
+
]
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"options": [
|
|
498
|
+
{
|
|
499
|
+
"displayName": "Date Posted",
|
|
500
|
+
"name": "datePosted",
|
|
501
|
+
"type": "options",
|
|
502
|
+
"options": [
|
|
503
|
+
{
|
|
504
|
+
"name": "Last Hour",
|
|
505
|
+
"value": "last-hour"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "Last Day",
|
|
509
|
+
"value": "last-day"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "Last Week",
|
|
513
|
+
"value": "last-week"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "Last Month",
|
|
517
|
+
"value": "last-month"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "Last Year",
|
|
521
|
+
"value": "last-year"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"default": "last-hour",
|
|
525
|
+
"description": "Optional filter for when matching reels were posted.",
|
|
526
|
+
"routing": {
|
|
527
|
+
"send": {
|
|
528
|
+
"type": "query",
|
|
529
|
+
"property": "datePosted"
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"displayName": "Page",
|
|
535
|
+
"name": "page",
|
|
536
|
+
"type": "number",
|
|
537
|
+
"default": 0,
|
|
538
|
+
"description": "1-based results page number. Omit to request the first page. Pagination is page-based.",
|
|
539
|
+
"routing": {
|
|
540
|
+
"send": {
|
|
541
|
+
"type": "query",
|
|
542
|
+
"property": "page"
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
];
|