Description Usage Arguments Examples
Searches for link shares by public pages, groups, profiles on FB/IG
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
token |
A valid CT API Token |
count |
... |
endDate |
... |
includeHistory |
... |
link |
A URL |
includeSummary |
... (Defaults to "false") |
offset |
... (Usually you want to leave this at 0 and paginate via dates only) |
platforms |
... |
searchField |
... |
startDate |
... |
sortBy |
... |
output_raw |
A boolean signifying whether to output raw CT output or parse into df. Defaulting to |
1 2 3 4 5 6 7 8 9 10 11 12 | postlist <-
links(token = crowdtangle_token(),
count = 1000,
endDate = '2020-12-31',
includeHistory = NULL,
link = "rt.com",
includeSummary= 'false',
offset = 0,
platforms = 'facebook',
searchField = 'Include_query_strings',
startDate = '2020-06-01T00:00:00',
sortBy = 'date')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.