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,1625 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.facebook = void 0;
|
|
4
|
+
const pagination_1 = require("../shared/pagination");
|
|
5
|
+
exports.facebook = [
|
|
6
|
+
{
|
|
7
|
+
"displayName": "Operation",
|
|
8
|
+
"name": "operation",
|
|
9
|
+
"type": "options",
|
|
10
|
+
"noDataExpression": true,
|
|
11
|
+
"displayOptions": {
|
|
12
|
+
"show": {
|
|
13
|
+
"resource": [
|
|
14
|
+
"facebook"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"default": "facebook.profile.get",
|
|
19
|
+
"options": [
|
|
20
|
+
{
|
|
21
|
+
"name": "Profile",
|
|
22
|
+
"value": "facebook.profile.get",
|
|
23
|
+
"action": "Get Facebook profile",
|
|
24
|
+
"description": "Get a Facebook profile or page.",
|
|
25
|
+
"routing": {
|
|
26
|
+
"request": {
|
|
27
|
+
"method": "GET",
|
|
28
|
+
"url": "/v1/facebook/profiles"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "Profile posts",
|
|
34
|
+
"value": "facebook.profile.posts.list",
|
|
35
|
+
"action": "List Facebook profile posts",
|
|
36
|
+
"description": "Get posts from a Facebook profile or page.",
|
|
37
|
+
"routing": {
|
|
38
|
+
"request": {
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"url": "/v1/facebook/profiles/posts"
|
|
41
|
+
},
|
|
42
|
+
"send": {
|
|
43
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
44
|
+
},
|
|
45
|
+
"operations": {
|
|
46
|
+
"pagination": pagination_1.cursorPagination
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "Profile reels",
|
|
52
|
+
"value": "facebook.profile.reels.list",
|
|
53
|
+
"action": "List Facebook profile reels",
|
|
54
|
+
"description": "Get Reels from a Facebook profile or page.",
|
|
55
|
+
"routing": {
|
|
56
|
+
"request": {
|
|
57
|
+
"method": "GET",
|
|
58
|
+
"url": "/v1/facebook/profiles/reels"
|
|
59
|
+
},
|
|
60
|
+
"send": {
|
|
61
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
62
|
+
},
|
|
63
|
+
"operations": {
|
|
64
|
+
"pagination": pagination_1.cursorPagination
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "Profile photos",
|
|
70
|
+
"value": "facebook.profile.photos.list",
|
|
71
|
+
"action": "List Facebook profile photos",
|
|
72
|
+
"description": "Get photos from a Facebook profile or page.",
|
|
73
|
+
"routing": {
|
|
74
|
+
"request": {
|
|
75
|
+
"method": "GET",
|
|
76
|
+
"url": "/v1/facebook/profiles/photos"
|
|
77
|
+
},
|
|
78
|
+
"send": {
|
|
79
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
80
|
+
},
|
|
81
|
+
"operations": {
|
|
82
|
+
"pagination": pagination_1.cursorPagination
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Post or reel",
|
|
88
|
+
"value": "facebook.post.get",
|
|
89
|
+
"action": "Get Facebook post or reel",
|
|
90
|
+
"description": "Get a Facebook post or Reel.",
|
|
91
|
+
"routing": {
|
|
92
|
+
"request": {
|
|
93
|
+
"method": "GET",
|
|
94
|
+
"url": "/v1/facebook/posts"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "Comments",
|
|
100
|
+
"value": "facebook.post.comments.list",
|
|
101
|
+
"action": "List Facebook post or reel comments",
|
|
102
|
+
"description": "Get comments on a Facebook post or Reel.",
|
|
103
|
+
"routing": {
|
|
104
|
+
"request": {
|
|
105
|
+
"method": "GET",
|
|
106
|
+
"url": "/v1/facebook/posts/comments"
|
|
107
|
+
},
|
|
108
|
+
"send": {
|
|
109
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
110
|
+
},
|
|
111
|
+
"operations": {
|
|
112
|
+
"pagination": pagination_1.cursorPagination
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "Transcript",
|
|
118
|
+
"value": "facebook.post.transcript.get",
|
|
119
|
+
"action": "Get Facebook post transcript",
|
|
120
|
+
"description": "Get the transcript for a Facebook post.",
|
|
121
|
+
"routing": {
|
|
122
|
+
"request": {
|
|
123
|
+
"method": "GET",
|
|
124
|
+
"url": "/v1/facebook/posts/transcript"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "Group posts",
|
|
130
|
+
"value": "facebook.group.posts.list",
|
|
131
|
+
"action": "List Facebook group posts",
|
|
132
|
+
"description": "Get posts from a Facebook group.",
|
|
133
|
+
"routing": {
|
|
134
|
+
"request": {
|
|
135
|
+
"method": "GET",
|
|
136
|
+
"url": "/v1/facebook/groups/posts"
|
|
137
|
+
},
|
|
138
|
+
"send": {
|
|
139
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
140
|
+
},
|
|
141
|
+
"operations": {
|
|
142
|
+
"pagination": pagination_1.cursorPagination
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Marketplace item",
|
|
148
|
+
"value": "facebook.marketplace.item.get",
|
|
149
|
+
"action": "Get Facebook Marketplace item",
|
|
150
|
+
"description": "Get details for a Facebook Marketplace listing.",
|
|
151
|
+
"routing": {
|
|
152
|
+
"request": {
|
|
153
|
+
"method": "GET",
|
|
154
|
+
"url": "/v1/facebook/marketplace/items"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "Marketplace location search",
|
|
160
|
+
"value": "facebook.marketplace.locations.search",
|
|
161
|
+
"action": "Search Facebook Marketplace locations",
|
|
162
|
+
"description": "Search Facebook Marketplace locations to obtain coordinates for listing search.",
|
|
163
|
+
"routing": {
|
|
164
|
+
"request": {
|
|
165
|
+
"method": "GET",
|
|
166
|
+
"url": "/v1/facebook/marketplace/locations/search"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "Marketplace search",
|
|
172
|
+
"value": "facebook.marketplace.search.list",
|
|
173
|
+
"action": "Search Facebook Marketplace listings",
|
|
174
|
+
"description": "Search Facebook Marketplace listings by keyword near a latitude and longitude.",
|
|
175
|
+
"routing": {
|
|
176
|
+
"request": {
|
|
177
|
+
"method": "GET",
|
|
178
|
+
"url": "/v1/facebook/marketplace/search"
|
|
179
|
+
},
|
|
180
|
+
"send": {
|
|
181
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
182
|
+
},
|
|
183
|
+
"operations": {
|
|
184
|
+
"pagination": pagination_1.cursorPagination
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "Ad library ad",
|
|
190
|
+
"value": "facebook.adLibrary.ad.get",
|
|
191
|
+
"action": "Get Facebook Ad Library ad",
|
|
192
|
+
"description": "Get a single Facebook Ad Library ad by archive id or public Ad Library URL.",
|
|
193
|
+
"routing": {
|
|
194
|
+
"request": {
|
|
195
|
+
"method": "GET",
|
|
196
|
+
"url": "/v1/facebook/ad-library/ads"
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "Ad Library search",
|
|
202
|
+
"value": "facebook.adLibrary.ads.search.get",
|
|
203
|
+
"action": "Search Facebook Ad Library ads",
|
|
204
|
+
"description": "Search Facebook Ad Library ads by keyword.",
|
|
205
|
+
"routing": {
|
|
206
|
+
"request": {
|
|
207
|
+
"method": "GET",
|
|
208
|
+
"url": "/v1/facebook/ad-library/ads/search"
|
|
209
|
+
},
|
|
210
|
+
"send": {
|
|
211
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
212
|
+
},
|
|
213
|
+
"operations": {
|
|
214
|
+
"pagination": pagination_1.cursorPagination
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "Company ads",
|
|
220
|
+
"value": "facebook.company.ads.list",
|
|
221
|
+
"action": "List Facebook company ads",
|
|
222
|
+
"description": "List ads a company or page is running in the Facebook Ad Library.",
|
|
223
|
+
"routing": {
|
|
224
|
+
"request": {
|
|
225
|
+
"method": "GET",
|
|
226
|
+
"url": "/v1/facebook/ad-library/companies/ads"
|
|
227
|
+
},
|
|
228
|
+
"send": {
|
|
229
|
+
"paginate": "={{$parameter[\"returnAll\"]}}"
|
|
230
|
+
},
|
|
231
|
+
"operations": {
|
|
232
|
+
"pagination": pagination_1.cursorPagination
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "Ad library companies",
|
|
238
|
+
"value": "facebook.adLibrary.companies.search",
|
|
239
|
+
"action": "Search Facebook ad library companies",
|
|
240
|
+
"description": "Search Facebook ad library companies by name.",
|
|
241
|
+
"routing": {
|
|
242
|
+
"request": {
|
|
243
|
+
"method": "GET",
|
|
244
|
+
"url": "/v1/facebook/ad-library/companies/search"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"displayName": "Url",
|
|
252
|
+
"name": "url",
|
|
253
|
+
"type": "string",
|
|
254
|
+
"default": "",
|
|
255
|
+
"description": "Facebook public profile or page URL to look up.",
|
|
256
|
+
"placeholder": "e.g. https://example.com/page",
|
|
257
|
+
"required": true,
|
|
258
|
+
"routing": {
|
|
259
|
+
"send": {
|
|
260
|
+
"type": "query",
|
|
261
|
+
"property": "url"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"displayOptions": {
|
|
265
|
+
"show": {
|
|
266
|
+
"resource": [
|
|
267
|
+
"facebook"
|
|
268
|
+
],
|
|
269
|
+
"operation": [
|
|
270
|
+
"facebook.profile.get"
|
|
271
|
+
]
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"displayName": "Additional Fields",
|
|
277
|
+
"name": "additionalOptions",
|
|
278
|
+
"type": "collection",
|
|
279
|
+
"placeholder": "Add Field",
|
|
280
|
+
"default": {},
|
|
281
|
+
"displayOptions": {
|
|
282
|
+
"show": {
|
|
283
|
+
"resource": [
|
|
284
|
+
"facebook"
|
|
285
|
+
],
|
|
286
|
+
"operation": [
|
|
287
|
+
"facebook.profile.get"
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"options": [
|
|
292
|
+
{
|
|
293
|
+
"displayName": "Include Business Hours",
|
|
294
|
+
"name": "includeBusinessHours",
|
|
295
|
+
"type": "boolean",
|
|
296
|
+
"default": false,
|
|
297
|
+
"description": "Optional: include structured business hours in the response when available.",
|
|
298
|
+
"routing": {
|
|
299
|
+
"send": {
|
|
300
|
+
"type": "query",
|
|
301
|
+
"property": "includeBusinessHours"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"displayName": "Return All",
|
|
309
|
+
"name": "returnAll",
|
|
310
|
+
"type": "boolean",
|
|
311
|
+
"default": false,
|
|
312
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
313
|
+
"displayOptions": {
|
|
314
|
+
"show": {
|
|
315
|
+
"resource": [
|
|
316
|
+
"facebook"
|
|
317
|
+
],
|
|
318
|
+
"operation": [
|
|
319
|
+
"facebook.profile.posts.list"
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"displayName": "Additional Fields",
|
|
326
|
+
"name": "additionalOptions",
|
|
327
|
+
"type": "collection",
|
|
328
|
+
"placeholder": "Add Field",
|
|
329
|
+
"default": {},
|
|
330
|
+
"displayOptions": {
|
|
331
|
+
"show": {
|
|
332
|
+
"resource": [
|
|
333
|
+
"facebook"
|
|
334
|
+
],
|
|
335
|
+
"operation": [
|
|
336
|
+
"facebook.profile.posts.list"
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"options": [
|
|
341
|
+
{
|
|
342
|
+
"displayName": "Url",
|
|
343
|
+
"name": "url",
|
|
344
|
+
"type": "string",
|
|
345
|
+
"default": "",
|
|
346
|
+
"description": "Full public Facebook profile or page URL.",
|
|
347
|
+
"placeholder": "e.g. https://example.com/page",
|
|
348
|
+
"routing": {
|
|
349
|
+
"send": {
|
|
350
|
+
"type": "query",
|
|
351
|
+
"property": "url"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"displayName": "Page Id",
|
|
357
|
+
"name": "pageId",
|
|
358
|
+
"type": "string",
|
|
359
|
+
"default": "",
|
|
360
|
+
"description": "Facebook page or profile id when you have it instead of a full URL.",
|
|
361
|
+
"routing": {
|
|
362
|
+
"send": {
|
|
363
|
+
"type": "query",
|
|
364
|
+
"property": "pageId"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"displayName": "Return All",
|
|
372
|
+
"name": "returnAll",
|
|
373
|
+
"type": "boolean",
|
|
374
|
+
"default": false,
|
|
375
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
376
|
+
"displayOptions": {
|
|
377
|
+
"show": {
|
|
378
|
+
"resource": [
|
|
379
|
+
"facebook"
|
|
380
|
+
],
|
|
381
|
+
"operation": [
|
|
382
|
+
"facebook.profile.reels.list"
|
|
383
|
+
]
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"displayName": "Url",
|
|
389
|
+
"name": "url",
|
|
390
|
+
"type": "string",
|
|
391
|
+
"default": "",
|
|
392
|
+
"description": "Public Facebook profile or page URL whose reels should be listed.",
|
|
393
|
+
"placeholder": "e.g. https://example.com/page",
|
|
394
|
+
"required": true,
|
|
395
|
+
"routing": {
|
|
396
|
+
"send": {
|
|
397
|
+
"type": "query",
|
|
398
|
+
"property": "url"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"displayOptions": {
|
|
402
|
+
"show": {
|
|
403
|
+
"resource": [
|
|
404
|
+
"facebook"
|
|
405
|
+
],
|
|
406
|
+
"operation": [
|
|
407
|
+
"facebook.profile.reels.list"
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"displayName": "Return All",
|
|
414
|
+
"name": "returnAll",
|
|
415
|
+
"type": "boolean",
|
|
416
|
+
"default": false,
|
|
417
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
418
|
+
"displayOptions": {
|
|
419
|
+
"show": {
|
|
420
|
+
"resource": [
|
|
421
|
+
"facebook"
|
|
422
|
+
],
|
|
423
|
+
"operation": [
|
|
424
|
+
"facebook.profile.photos.list"
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"displayName": "Url",
|
|
431
|
+
"name": "url",
|
|
432
|
+
"type": "string",
|
|
433
|
+
"default": "",
|
|
434
|
+
"description": "Public Facebook profile or page URL whose photos should be listed.",
|
|
435
|
+
"placeholder": "e.g. https://example.com/page",
|
|
436
|
+
"required": true,
|
|
437
|
+
"routing": {
|
|
438
|
+
"send": {
|
|
439
|
+
"type": "query",
|
|
440
|
+
"property": "url"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"displayOptions": {
|
|
444
|
+
"show": {
|
|
445
|
+
"resource": [
|
|
446
|
+
"facebook"
|
|
447
|
+
],
|
|
448
|
+
"operation": [
|
|
449
|
+
"facebook.profile.photos.list"
|
|
450
|
+
]
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"displayName": "Url",
|
|
456
|
+
"name": "url",
|
|
457
|
+
"type": "string",
|
|
458
|
+
"default": "",
|
|
459
|
+
"description": "Public permalink to the Facebook post or reel.",
|
|
460
|
+
"placeholder": "e.g. https://example.com/page",
|
|
461
|
+
"required": true,
|
|
462
|
+
"routing": {
|
|
463
|
+
"send": {
|
|
464
|
+
"type": "query",
|
|
465
|
+
"property": "url"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"displayOptions": {
|
|
469
|
+
"show": {
|
|
470
|
+
"resource": [
|
|
471
|
+
"facebook"
|
|
472
|
+
],
|
|
473
|
+
"operation": [
|
|
474
|
+
"facebook.post.get"
|
|
475
|
+
]
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"displayName": "Additional Fields",
|
|
481
|
+
"name": "additionalOptions",
|
|
482
|
+
"type": "collection",
|
|
483
|
+
"placeholder": "Add Field",
|
|
484
|
+
"default": {},
|
|
485
|
+
"displayOptions": {
|
|
486
|
+
"show": {
|
|
487
|
+
"resource": [
|
|
488
|
+
"facebook"
|
|
489
|
+
],
|
|
490
|
+
"operation": [
|
|
491
|
+
"facebook.post.get"
|
|
492
|
+
]
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"options": [
|
|
496
|
+
{
|
|
497
|
+
"displayName": "Include Comments",
|
|
498
|
+
"name": "includeComments",
|
|
499
|
+
"type": "boolean",
|
|
500
|
+
"default": false,
|
|
501
|
+
"description": "When true, includes a sample of top-level comments when available.",
|
|
502
|
+
"routing": {
|
|
503
|
+
"send": {
|
|
504
|
+
"type": "query",
|
|
505
|
+
"property": "includeComments"
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"displayName": "Include Transcript",
|
|
511
|
+
"name": "includeTranscript",
|
|
512
|
+
"type": "boolean",
|
|
513
|
+
"default": false,
|
|
514
|
+
"description": "When true, includes a plain-text transcript when available for the video.",
|
|
515
|
+
"routing": {
|
|
516
|
+
"send": {
|
|
517
|
+
"type": "query",
|
|
518
|
+
"property": "includeTranscript"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
]
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"displayName": "Return All",
|
|
526
|
+
"name": "returnAll",
|
|
527
|
+
"type": "boolean",
|
|
528
|
+
"default": false,
|
|
529
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
530
|
+
"displayOptions": {
|
|
531
|
+
"show": {
|
|
532
|
+
"resource": [
|
|
533
|
+
"facebook"
|
|
534
|
+
],
|
|
535
|
+
"operation": [
|
|
536
|
+
"facebook.post.comments.list"
|
|
537
|
+
]
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"displayName": "Additional Fields",
|
|
543
|
+
"name": "additionalOptions",
|
|
544
|
+
"type": "collection",
|
|
545
|
+
"placeholder": "Add Field",
|
|
546
|
+
"default": {},
|
|
547
|
+
"displayOptions": {
|
|
548
|
+
"show": {
|
|
549
|
+
"resource": [
|
|
550
|
+
"facebook"
|
|
551
|
+
],
|
|
552
|
+
"operation": [
|
|
553
|
+
"facebook.post.comments.list"
|
|
554
|
+
]
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"options": [
|
|
558
|
+
{
|
|
559
|
+
"displayName": "Url",
|
|
560
|
+
"name": "url",
|
|
561
|
+
"type": "string",
|
|
562
|
+
"default": "",
|
|
563
|
+
"description": "Link to the Facebook post or reel whose comments should be listed.",
|
|
564
|
+
"placeholder": "e.g. https://example.com/page",
|
|
565
|
+
"routing": {
|
|
566
|
+
"send": {
|
|
567
|
+
"type": "query",
|
|
568
|
+
"property": "url"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"displayName": "Feedback Id",
|
|
574
|
+
"name": "feedbackId",
|
|
575
|
+
"type": "string",
|
|
576
|
+
"default": "",
|
|
577
|
+
"description": "Optional Facebook feedback identifier for the target post; when available it can improve lookup performance.",
|
|
578
|
+
"routing": {
|
|
579
|
+
"send": {
|
|
580
|
+
"type": "query",
|
|
581
|
+
"property": "feedbackId"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
]
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"displayName": "Url",
|
|
589
|
+
"name": "url",
|
|
590
|
+
"type": "string",
|
|
591
|
+
"default": "",
|
|
592
|
+
"description": "Link to the Facebook post or reel whose transcript should be returned.",
|
|
593
|
+
"placeholder": "e.g. https://example.com/page",
|
|
594
|
+
"required": true,
|
|
595
|
+
"routing": {
|
|
596
|
+
"send": {
|
|
597
|
+
"type": "query",
|
|
598
|
+
"property": "url"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"displayOptions": {
|
|
602
|
+
"show": {
|
|
603
|
+
"resource": [
|
|
604
|
+
"facebook"
|
|
605
|
+
],
|
|
606
|
+
"operation": [
|
|
607
|
+
"facebook.post.transcript.get"
|
|
608
|
+
]
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"displayName": "Return All",
|
|
614
|
+
"name": "returnAll",
|
|
615
|
+
"type": "boolean",
|
|
616
|
+
"default": false,
|
|
617
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
618
|
+
"displayOptions": {
|
|
619
|
+
"show": {
|
|
620
|
+
"resource": [
|
|
621
|
+
"facebook"
|
|
622
|
+
],
|
|
623
|
+
"operation": [
|
|
624
|
+
"facebook.group.posts.list"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"displayName": "Url",
|
|
631
|
+
"name": "url",
|
|
632
|
+
"type": "string",
|
|
633
|
+
"default": "",
|
|
634
|
+
"description": "Public Facebook group URL whose posts should be listed.",
|
|
635
|
+
"placeholder": "e.g. https://example.com/page",
|
|
636
|
+
"required": true,
|
|
637
|
+
"routing": {
|
|
638
|
+
"send": {
|
|
639
|
+
"type": "query",
|
|
640
|
+
"property": "url"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"displayOptions": {
|
|
644
|
+
"show": {
|
|
645
|
+
"resource": [
|
|
646
|
+
"facebook"
|
|
647
|
+
],
|
|
648
|
+
"operation": [
|
|
649
|
+
"facebook.group.posts.list"
|
|
650
|
+
]
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"displayName": "Additional Fields",
|
|
656
|
+
"name": "additionalOptions",
|
|
657
|
+
"type": "collection",
|
|
658
|
+
"placeholder": "Add Field",
|
|
659
|
+
"default": {},
|
|
660
|
+
"displayOptions": {
|
|
661
|
+
"show": {
|
|
662
|
+
"resource": [
|
|
663
|
+
"facebook"
|
|
664
|
+
],
|
|
665
|
+
"operation": [
|
|
666
|
+
"facebook.group.posts.list"
|
|
667
|
+
]
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"options": [
|
|
671
|
+
{
|
|
672
|
+
"displayName": "Sort By",
|
|
673
|
+
"name": "sortBy",
|
|
674
|
+
"type": "options",
|
|
675
|
+
"options": [
|
|
676
|
+
{
|
|
677
|
+
"name": "Top",
|
|
678
|
+
"value": "top"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "Recent Activity",
|
|
682
|
+
"value": "recentActivity"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "Chronological",
|
|
686
|
+
"value": "chronological"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "Chronological Listings",
|
|
690
|
+
"value": "chronologicalListings"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
693
|
+
"default": "top",
|
|
694
|
+
"description": "Optional sort order for the returned posts.",
|
|
695
|
+
"routing": {
|
|
696
|
+
"send": {
|
|
697
|
+
"type": "query",
|
|
698
|
+
"property": "sortBy"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"displayName": "Additional Fields",
|
|
706
|
+
"name": "additionalOptions",
|
|
707
|
+
"type": "collection",
|
|
708
|
+
"placeholder": "Add Field",
|
|
709
|
+
"default": {},
|
|
710
|
+
"displayOptions": {
|
|
711
|
+
"show": {
|
|
712
|
+
"resource": [
|
|
713
|
+
"facebook"
|
|
714
|
+
],
|
|
715
|
+
"operation": [
|
|
716
|
+
"facebook.marketplace.item.get"
|
|
717
|
+
]
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"options": [
|
|
721
|
+
{
|
|
722
|
+
"displayName": "Item Id",
|
|
723
|
+
"name": "itemId",
|
|
724
|
+
"type": "string",
|
|
725
|
+
"default": "",
|
|
726
|
+
"description": "Facebook Marketplace item identifier. Provide this instead of url when you already know the item id.",
|
|
727
|
+
"routing": {
|
|
728
|
+
"send": {
|
|
729
|
+
"type": "query",
|
|
730
|
+
"property": "itemId"
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"displayName": "Url",
|
|
736
|
+
"name": "url",
|
|
737
|
+
"type": "string",
|
|
738
|
+
"default": "",
|
|
739
|
+
"description": "Public Facebook Marketplace item URL.",
|
|
740
|
+
"placeholder": "e.g. https://example.com/page",
|
|
741
|
+
"routing": {
|
|
742
|
+
"send": {
|
|
743
|
+
"type": "query",
|
|
744
|
+
"property": "url"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
]
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"displayName": "Query",
|
|
752
|
+
"name": "query",
|
|
753
|
+
"type": "string",
|
|
754
|
+
"default": "",
|
|
755
|
+
"description": "City or place name to search for Facebook Marketplace locations.",
|
|
756
|
+
"placeholder": "e.g. automation",
|
|
757
|
+
"required": true,
|
|
758
|
+
"routing": {
|
|
759
|
+
"send": {
|
|
760
|
+
"type": "query",
|
|
761
|
+
"property": "query"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"displayOptions": {
|
|
765
|
+
"show": {
|
|
766
|
+
"resource": [
|
|
767
|
+
"facebook"
|
|
768
|
+
],
|
|
769
|
+
"operation": [
|
|
770
|
+
"facebook.marketplace.locations.search"
|
|
771
|
+
]
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"displayName": "Return All",
|
|
777
|
+
"name": "returnAll",
|
|
778
|
+
"type": "boolean",
|
|
779
|
+
"default": false,
|
|
780
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
781
|
+
"displayOptions": {
|
|
782
|
+
"show": {
|
|
783
|
+
"resource": [
|
|
784
|
+
"facebook"
|
|
785
|
+
],
|
|
786
|
+
"operation": [
|
|
787
|
+
"facebook.marketplace.search.list"
|
|
788
|
+
]
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"displayName": "Query",
|
|
794
|
+
"name": "query",
|
|
795
|
+
"type": "string",
|
|
796
|
+
"default": "",
|
|
797
|
+
"description": "Search query text for marketplace listings.",
|
|
798
|
+
"placeholder": "e.g. automation",
|
|
799
|
+
"required": true,
|
|
800
|
+
"routing": {
|
|
801
|
+
"send": {
|
|
802
|
+
"type": "query",
|
|
803
|
+
"property": "query"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"displayOptions": {
|
|
807
|
+
"show": {
|
|
808
|
+
"resource": [
|
|
809
|
+
"facebook"
|
|
810
|
+
],
|
|
811
|
+
"operation": [
|
|
812
|
+
"facebook.marketplace.search.list"
|
|
813
|
+
]
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"displayName": "Additional Fields",
|
|
819
|
+
"name": "additionalOptions",
|
|
820
|
+
"type": "collection",
|
|
821
|
+
"placeholder": "Add Field",
|
|
822
|
+
"default": {},
|
|
823
|
+
"displayOptions": {
|
|
824
|
+
"show": {
|
|
825
|
+
"resource": [
|
|
826
|
+
"facebook"
|
|
827
|
+
],
|
|
828
|
+
"operation": [
|
|
829
|
+
"facebook.marketplace.search.list"
|
|
830
|
+
]
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
"options": [
|
|
834
|
+
{
|
|
835
|
+
"displayName": "Lat",
|
|
836
|
+
"name": "lat",
|
|
837
|
+
"type": "number",
|
|
838
|
+
"default": 0,
|
|
839
|
+
"description": "Latitude for the marketplace search location.",
|
|
840
|
+
"routing": {
|
|
841
|
+
"send": {
|
|
842
|
+
"type": "query",
|
|
843
|
+
"property": "lat"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"displayName": "Lng",
|
|
849
|
+
"name": "lng",
|
|
850
|
+
"type": "number",
|
|
851
|
+
"default": 0,
|
|
852
|
+
"description": "Longitude for the marketplace search location.",
|
|
853
|
+
"routing": {
|
|
854
|
+
"send": {
|
|
855
|
+
"type": "query",
|
|
856
|
+
"property": "lng"
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"displayName": "Radius Km",
|
|
862
|
+
"name": "radiusKm",
|
|
863
|
+
"type": "number",
|
|
864
|
+
"default": 0,
|
|
865
|
+
"description": "Optional search radius in kilometers.",
|
|
866
|
+
"routing": {
|
|
867
|
+
"send": {
|
|
868
|
+
"type": "query",
|
|
869
|
+
"property": "radiusKm"
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"displayName": "Min Price",
|
|
875
|
+
"name": "minPrice",
|
|
876
|
+
"type": "number",
|
|
877
|
+
"default": 0,
|
|
878
|
+
"description": "Optional minimum listing price.",
|
|
879
|
+
"routing": {
|
|
880
|
+
"send": {
|
|
881
|
+
"type": "query",
|
|
882
|
+
"property": "minPrice"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"displayName": "Max Price",
|
|
888
|
+
"name": "maxPrice",
|
|
889
|
+
"type": "number",
|
|
890
|
+
"default": 0,
|
|
891
|
+
"description": "Optional maximum listing price.",
|
|
892
|
+
"routing": {
|
|
893
|
+
"send": {
|
|
894
|
+
"type": "query",
|
|
895
|
+
"property": "maxPrice"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"displayName": "Count",
|
|
901
|
+
"name": "count",
|
|
902
|
+
"type": "number",
|
|
903
|
+
"default": 0,
|
|
904
|
+
"description": "Optional number of listings to return.",
|
|
905
|
+
"routing": {
|
|
906
|
+
"send": {
|
|
907
|
+
"type": "query",
|
|
908
|
+
"property": "count"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"displayName": "Sort By",
|
|
914
|
+
"name": "sortBy",
|
|
915
|
+
"type": "options",
|
|
916
|
+
"options": [
|
|
917
|
+
{
|
|
918
|
+
"name": "Suggested",
|
|
919
|
+
"value": "suggested"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "Distance Ascend",
|
|
923
|
+
"value": "distanceAscend"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "Creation Time Descend",
|
|
927
|
+
"value": "creationTimeDescend"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "Price Ascend",
|
|
931
|
+
"value": "priceAscend"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "Price Descend",
|
|
935
|
+
"value": "priceDescend"
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"default": "suggested",
|
|
939
|
+
"description": "Optional sort order for marketplace listings.",
|
|
940
|
+
"routing": {
|
|
941
|
+
"send": {
|
|
942
|
+
"type": "query",
|
|
943
|
+
"property": "sortBy"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"displayName": "Delivery Method",
|
|
949
|
+
"name": "deliveryMethod",
|
|
950
|
+
"type": "options",
|
|
951
|
+
"options": [
|
|
952
|
+
{
|
|
953
|
+
"name": "All",
|
|
954
|
+
"value": "all"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "Local Pickup",
|
|
958
|
+
"value": "localPickup"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "Shipping",
|
|
962
|
+
"value": "shipping"
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"default": "all",
|
|
966
|
+
"description": "Optional delivery method filter for marketplace listings.",
|
|
967
|
+
"routing": {
|
|
968
|
+
"send": {
|
|
969
|
+
"type": "query",
|
|
970
|
+
"property": "deliveryMethod"
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"displayName": "Condition",
|
|
976
|
+
"name": "condition",
|
|
977
|
+
"type": "options",
|
|
978
|
+
"options": [
|
|
979
|
+
{
|
|
980
|
+
"name": "New",
|
|
981
|
+
"value": "new"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "Used Like New",
|
|
985
|
+
"value": "usedLikeNew"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "Used Good",
|
|
989
|
+
"value": "usedGood"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "Used Fair",
|
|
993
|
+
"value": "usedFair"
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"default": "new",
|
|
997
|
+
"description": "Optional item condition filter for marketplace listings.",
|
|
998
|
+
"routing": {
|
|
999
|
+
"send": {
|
|
1000
|
+
"type": "query",
|
|
1001
|
+
"property": "condition"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"displayName": "Date Listed",
|
|
1007
|
+
"name": "dateListed",
|
|
1008
|
+
"type": "options",
|
|
1009
|
+
"options": [
|
|
1010
|
+
{
|
|
1011
|
+
"name": "1",
|
|
1012
|
+
"value": "1"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "7",
|
|
1016
|
+
"value": "7"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "30",
|
|
1020
|
+
"value": "30"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "All",
|
|
1024
|
+
"value": "all"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "Last24 Hours",
|
|
1028
|
+
"value": "last24Hours"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "Last7 Days",
|
|
1032
|
+
"value": "last7Days"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "Last30 Days",
|
|
1036
|
+
"value": "last30Days"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"default": "1",
|
|
1040
|
+
"description": "Optional date-listed filter for marketplace listings.",
|
|
1041
|
+
"routing": {
|
|
1042
|
+
"send": {
|
|
1043
|
+
"type": "query",
|
|
1044
|
+
"property": "dateListed"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"displayName": "Availability",
|
|
1050
|
+
"name": "availability",
|
|
1051
|
+
"type": "options",
|
|
1052
|
+
"options": [
|
|
1053
|
+
{
|
|
1054
|
+
"name": "Available",
|
|
1055
|
+
"value": "available"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "Sold",
|
|
1059
|
+
"value": "sold"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "All",
|
|
1063
|
+
"value": "all"
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"default": "available",
|
|
1067
|
+
"description": "Optional availability filter for marketplace listings.",
|
|
1068
|
+
"routing": {
|
|
1069
|
+
"send": {
|
|
1070
|
+
"type": "query",
|
|
1071
|
+
"property": "availability"
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"displayName": "Additional Fields",
|
|
1079
|
+
"name": "additionalOptions",
|
|
1080
|
+
"type": "collection",
|
|
1081
|
+
"placeholder": "Add Field",
|
|
1082
|
+
"default": {},
|
|
1083
|
+
"displayOptions": {
|
|
1084
|
+
"show": {
|
|
1085
|
+
"resource": [
|
|
1086
|
+
"facebook"
|
|
1087
|
+
],
|
|
1088
|
+
"operation": [
|
|
1089
|
+
"facebook.adLibrary.ad.get"
|
|
1090
|
+
]
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"options": [
|
|
1094
|
+
{
|
|
1095
|
+
"displayName": "Ad Id",
|
|
1096
|
+
"name": "adId",
|
|
1097
|
+
"type": "string",
|
|
1098
|
+
"default": "",
|
|
1099
|
+
"description": "Facebook Ad Library archive id for the ad.",
|
|
1100
|
+
"routing": {
|
|
1101
|
+
"send": {
|
|
1102
|
+
"type": "query",
|
|
1103
|
+
"property": "adId"
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"displayName": "Url",
|
|
1109
|
+
"name": "url",
|
|
1110
|
+
"type": "string",
|
|
1111
|
+
"default": "",
|
|
1112
|
+
"description": "Public Facebook Ad Library URL for the ad.",
|
|
1113
|
+
"placeholder": "e.g. https://example.com/page",
|
|
1114
|
+
"routing": {
|
|
1115
|
+
"send": {
|
|
1116
|
+
"type": "query",
|
|
1117
|
+
"property": "url"
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"displayName": "Include Transcript",
|
|
1123
|
+
"name": "includeTranscript",
|
|
1124
|
+
"type": "boolean",
|
|
1125
|
+
"default": false,
|
|
1126
|
+
"description": "When true, includes a plain-text transcript when available for the ad video.",
|
|
1127
|
+
"routing": {
|
|
1128
|
+
"send": {
|
|
1129
|
+
"type": "query",
|
|
1130
|
+
"property": "includeTranscript"
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"displayName": "Trim",
|
|
1136
|
+
"name": "trim",
|
|
1137
|
+
"type": "boolean",
|
|
1138
|
+
"default": false,
|
|
1139
|
+
"description": "When true, requests a smaller upstream payload before normalization.",
|
|
1140
|
+
"routing": {
|
|
1141
|
+
"send": {
|
|
1142
|
+
"type": "query",
|
|
1143
|
+
"property": "trim"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"displayName": "Return All",
|
|
1151
|
+
"name": "returnAll",
|
|
1152
|
+
"type": "boolean",
|
|
1153
|
+
"default": false,
|
|
1154
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
1155
|
+
"displayOptions": {
|
|
1156
|
+
"show": {
|
|
1157
|
+
"resource": [
|
|
1158
|
+
"facebook"
|
|
1159
|
+
],
|
|
1160
|
+
"operation": [
|
|
1161
|
+
"facebook.adLibrary.ads.search.get"
|
|
1162
|
+
]
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"displayName": "Query",
|
|
1168
|
+
"name": "query",
|
|
1169
|
+
"type": "string",
|
|
1170
|
+
"default": "",
|
|
1171
|
+
"description": "Search query text for Facebook Ad Library ads.",
|
|
1172
|
+
"placeholder": "e.g. automation",
|
|
1173
|
+
"required": true,
|
|
1174
|
+
"routing": {
|
|
1175
|
+
"send": {
|
|
1176
|
+
"type": "query",
|
|
1177
|
+
"property": "query"
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
"displayOptions": {
|
|
1181
|
+
"show": {
|
|
1182
|
+
"resource": [
|
|
1183
|
+
"facebook"
|
|
1184
|
+
],
|
|
1185
|
+
"operation": [
|
|
1186
|
+
"facebook.adLibrary.ads.search.get"
|
|
1187
|
+
]
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"displayName": "Additional Fields",
|
|
1193
|
+
"name": "additionalOptions",
|
|
1194
|
+
"type": "collection",
|
|
1195
|
+
"placeholder": "Add Field",
|
|
1196
|
+
"default": {},
|
|
1197
|
+
"displayOptions": {
|
|
1198
|
+
"show": {
|
|
1199
|
+
"resource": [
|
|
1200
|
+
"facebook"
|
|
1201
|
+
],
|
|
1202
|
+
"operation": [
|
|
1203
|
+
"facebook.adLibrary.ads.search.get"
|
|
1204
|
+
]
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
"options": [
|
|
1208
|
+
{
|
|
1209
|
+
"displayName": "Sort By",
|
|
1210
|
+
"name": "sortBy",
|
|
1211
|
+
"type": "options",
|
|
1212
|
+
"options": [
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Impressions",
|
|
1215
|
+
"value": "impressions"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "Most Recent",
|
|
1219
|
+
"value": "most-recent"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"default": "impressions",
|
|
1223
|
+
"description": "Optional sort order for returned ads.",
|
|
1224
|
+
"routing": {
|
|
1225
|
+
"send": {
|
|
1226
|
+
"type": "query",
|
|
1227
|
+
"property": "sortBy"
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"displayName": "Search Type",
|
|
1233
|
+
"name": "searchType",
|
|
1234
|
+
"type": "options",
|
|
1235
|
+
"options": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "Keyword Unordered",
|
|
1238
|
+
"value": "keyword-unordered"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "Exact Phrase",
|
|
1242
|
+
"value": "exact-phrase"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"default": "keyword-unordered",
|
|
1246
|
+
"description": "Optional keyword matching mode for the search query.",
|
|
1247
|
+
"routing": {
|
|
1248
|
+
"send": {
|
|
1249
|
+
"type": "query",
|
|
1250
|
+
"property": "searchType"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"displayName": "Ad Type",
|
|
1256
|
+
"name": "adType",
|
|
1257
|
+
"type": "options",
|
|
1258
|
+
"options": [
|
|
1259
|
+
{
|
|
1260
|
+
"name": "All",
|
|
1261
|
+
"value": "all"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "Political And Issue",
|
|
1265
|
+
"value": "political-and-issue"
|
|
1266
|
+
}
|
|
1267
|
+
],
|
|
1268
|
+
"default": "all",
|
|
1269
|
+
"description": "Optional filter for all ads or political and issue ads.",
|
|
1270
|
+
"routing": {
|
|
1271
|
+
"send": {
|
|
1272
|
+
"type": "query",
|
|
1273
|
+
"property": "adType"
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"displayName": "Country",
|
|
1279
|
+
"name": "country",
|
|
1280
|
+
"type": "string",
|
|
1281
|
+
"default": "",
|
|
1282
|
+
"description": "Optional country code filter. Use ALL to search all countries.",
|
|
1283
|
+
"routing": {
|
|
1284
|
+
"send": {
|
|
1285
|
+
"type": "query",
|
|
1286
|
+
"property": "country"
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"displayName": "Status",
|
|
1292
|
+
"name": "status",
|
|
1293
|
+
"type": "options",
|
|
1294
|
+
"options": [
|
|
1295
|
+
{
|
|
1296
|
+
"name": "All",
|
|
1297
|
+
"value": "all"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"name": "Active",
|
|
1301
|
+
"value": "active"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "Inactive",
|
|
1305
|
+
"value": "inactive"
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"default": "all",
|
|
1309
|
+
"description": "Optional ad status filter.",
|
|
1310
|
+
"routing": {
|
|
1311
|
+
"send": {
|
|
1312
|
+
"type": "query",
|
|
1313
|
+
"property": "status"
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"displayName": "Media Type",
|
|
1319
|
+
"name": "mediaType",
|
|
1320
|
+
"type": "options",
|
|
1321
|
+
"options": [
|
|
1322
|
+
{
|
|
1323
|
+
"name": "All",
|
|
1324
|
+
"value": "all"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "Image",
|
|
1328
|
+
"value": "image"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "Video",
|
|
1332
|
+
"value": "video"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "Meme",
|
|
1336
|
+
"value": "meme"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "Image And Meme",
|
|
1340
|
+
"value": "image-and-meme"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "None",
|
|
1344
|
+
"value": "none"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"default": "all",
|
|
1348
|
+
"description": "Optional creative media filter.",
|
|
1349
|
+
"routing": {
|
|
1350
|
+
"send": {
|
|
1351
|
+
"type": "query",
|
|
1352
|
+
"property": "mediaType"
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"displayName": "Start Date",
|
|
1358
|
+
"name": "startDate",
|
|
1359
|
+
"type": "string",
|
|
1360
|
+
"default": "",
|
|
1361
|
+
"description": "Optional start date filter in YYYY-MM-DD format.",
|
|
1362
|
+
"routing": {
|
|
1363
|
+
"send": {
|
|
1364
|
+
"type": "query",
|
|
1365
|
+
"property": "startDate"
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"displayName": "End Date",
|
|
1371
|
+
"name": "endDate",
|
|
1372
|
+
"type": "string",
|
|
1373
|
+
"default": "",
|
|
1374
|
+
"description": "Optional end date filter in YYYY-MM-DD format.",
|
|
1375
|
+
"routing": {
|
|
1376
|
+
"send": {
|
|
1377
|
+
"type": "query",
|
|
1378
|
+
"property": "endDate"
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"displayName": "Trim",
|
|
1384
|
+
"name": "trim",
|
|
1385
|
+
"type": "boolean",
|
|
1386
|
+
"default": false,
|
|
1387
|
+
"description": "When true, returns a smaller response with fewer fields.",
|
|
1388
|
+
"routing": {
|
|
1389
|
+
"send": {
|
|
1390
|
+
"type": "query",
|
|
1391
|
+
"property": "trim"
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
]
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"displayName": "Return All",
|
|
1399
|
+
"name": "returnAll",
|
|
1400
|
+
"type": "boolean",
|
|
1401
|
+
"default": false,
|
|
1402
|
+
"description": "Whether to return all results by paginating through every page, or only the first page. Each page consumes API credits.",
|
|
1403
|
+
"displayOptions": {
|
|
1404
|
+
"show": {
|
|
1405
|
+
"resource": [
|
|
1406
|
+
"facebook"
|
|
1407
|
+
],
|
|
1408
|
+
"operation": [
|
|
1409
|
+
"facebook.company.ads.list"
|
|
1410
|
+
]
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"displayName": "Additional Fields",
|
|
1416
|
+
"name": "additionalOptions",
|
|
1417
|
+
"type": "collection",
|
|
1418
|
+
"placeholder": "Add Field",
|
|
1419
|
+
"default": {},
|
|
1420
|
+
"displayOptions": {
|
|
1421
|
+
"show": {
|
|
1422
|
+
"resource": [
|
|
1423
|
+
"facebook"
|
|
1424
|
+
],
|
|
1425
|
+
"operation": [
|
|
1426
|
+
"facebook.company.ads.list"
|
|
1427
|
+
]
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
"options": [
|
|
1431
|
+
{
|
|
1432
|
+
"displayName": "Page Id",
|
|
1433
|
+
"name": "pageId",
|
|
1434
|
+
"type": "string",
|
|
1435
|
+
"default": "",
|
|
1436
|
+
"description": "Facebook page id when you have it instead of a company name.",
|
|
1437
|
+
"routing": {
|
|
1438
|
+
"send": {
|
|
1439
|
+
"type": "query",
|
|
1440
|
+
"property": "pageId"
|
|
1441
|
+
}
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"displayName": "Company Name",
|
|
1446
|
+
"name": "companyName",
|
|
1447
|
+
"type": "string",
|
|
1448
|
+
"default": "",
|
|
1449
|
+
"description": "Company or page name to search when you do not have a page id.",
|
|
1450
|
+
"routing": {
|
|
1451
|
+
"send": {
|
|
1452
|
+
"type": "query",
|
|
1453
|
+
"property": "companyName"
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"displayName": "Country",
|
|
1459
|
+
"name": "country",
|
|
1460
|
+
"type": "string",
|
|
1461
|
+
"default": "",
|
|
1462
|
+
"description": "Optional country code filter. Use ALL to search all countries.",
|
|
1463
|
+
"routing": {
|
|
1464
|
+
"send": {
|
|
1465
|
+
"type": "query",
|
|
1466
|
+
"property": "country"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"displayName": "Status",
|
|
1472
|
+
"name": "status",
|
|
1473
|
+
"type": "options",
|
|
1474
|
+
"options": [
|
|
1475
|
+
{
|
|
1476
|
+
"name": "All",
|
|
1477
|
+
"value": "all"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"name": "Active",
|
|
1481
|
+
"value": "active"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "Inactive",
|
|
1485
|
+
"value": "inactive"
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"default": "all",
|
|
1489
|
+
"description": "Optional ad status filter.",
|
|
1490
|
+
"routing": {
|
|
1491
|
+
"send": {
|
|
1492
|
+
"type": "query",
|
|
1493
|
+
"property": "status"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"displayName": "Media Type",
|
|
1499
|
+
"name": "mediaType",
|
|
1500
|
+
"type": "options",
|
|
1501
|
+
"options": [
|
|
1502
|
+
{
|
|
1503
|
+
"name": "All",
|
|
1504
|
+
"value": "all"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"name": "Image",
|
|
1508
|
+
"value": "image"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "Video",
|
|
1512
|
+
"value": "video"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "Meme",
|
|
1516
|
+
"value": "meme"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "Image And Meme",
|
|
1520
|
+
"value": "image-and-meme"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "None",
|
|
1524
|
+
"value": "none"
|
|
1525
|
+
}
|
|
1526
|
+
],
|
|
1527
|
+
"default": "all",
|
|
1528
|
+
"description": "Optional creative media filter.",
|
|
1529
|
+
"routing": {
|
|
1530
|
+
"send": {
|
|
1531
|
+
"type": "query",
|
|
1532
|
+
"property": "mediaType"
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"displayName": "Language",
|
|
1538
|
+
"name": "language",
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"default": "",
|
|
1541
|
+
"description": "Optional language code filter.",
|
|
1542
|
+
"routing": {
|
|
1543
|
+
"send": {
|
|
1544
|
+
"type": "query",
|
|
1545
|
+
"property": "language"
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"displayName": "Sort By",
|
|
1551
|
+
"name": "sortBy",
|
|
1552
|
+
"type": "options",
|
|
1553
|
+
"options": [
|
|
1554
|
+
{
|
|
1555
|
+
"name": "Impressions",
|
|
1556
|
+
"value": "impressions"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"name": "Most Recent",
|
|
1560
|
+
"value": "most-recent"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"default": "impressions",
|
|
1564
|
+
"description": "Optional sort order for returned ads.",
|
|
1565
|
+
"routing": {
|
|
1566
|
+
"send": {
|
|
1567
|
+
"type": "query",
|
|
1568
|
+
"property": "sortBy"
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"displayName": "Start Date",
|
|
1574
|
+
"name": "startDate",
|
|
1575
|
+
"type": "string",
|
|
1576
|
+
"default": "",
|
|
1577
|
+
"description": "Optional start date filter in YYYY-MM-DD format.",
|
|
1578
|
+
"routing": {
|
|
1579
|
+
"send": {
|
|
1580
|
+
"type": "query",
|
|
1581
|
+
"property": "startDate"
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"displayName": "End Date",
|
|
1587
|
+
"name": "endDate",
|
|
1588
|
+
"type": "string",
|
|
1589
|
+
"default": "",
|
|
1590
|
+
"description": "Optional end date filter in YYYY-MM-DD format.",
|
|
1591
|
+
"routing": {
|
|
1592
|
+
"send": {
|
|
1593
|
+
"type": "query",
|
|
1594
|
+
"property": "endDate"
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"displayName": "Query",
|
|
1602
|
+
"name": "query",
|
|
1603
|
+
"type": "string",
|
|
1604
|
+
"default": "",
|
|
1605
|
+
"description": "Search query text for Facebook ad library companies.",
|
|
1606
|
+
"placeholder": "e.g. automation",
|
|
1607
|
+
"required": true,
|
|
1608
|
+
"routing": {
|
|
1609
|
+
"send": {
|
|
1610
|
+
"type": "query",
|
|
1611
|
+
"property": "query"
|
|
1612
|
+
}
|
|
1613
|
+
},
|
|
1614
|
+
"displayOptions": {
|
|
1615
|
+
"show": {
|
|
1616
|
+
"resource": [
|
|
1617
|
+
"facebook"
|
|
1618
|
+
],
|
|
1619
|
+
"operation": [
|
|
1620
|
+
"facebook.adLibrary.companies.search"
|
|
1621
|
+
]
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
];
|