This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

External API

Operators in the External API category

Home > External API

Operators

OperatorDescription
Reddit SearchSearch for recent posts with python-wrapped Reddit API, PRAW
Twitter Full Archive Search APIRetrieve data from Twitter Full Archive Search API
Twitter Search APIRetrieve data from Twitter Search API
URL FetcherFetch the content of a single URL

Total: 4 operators

1 - Reddit Search

Search for recent posts with python-wrapped Reddit API, PRAW

Home > External Api

Input Properties

PropertyRequirementTypeDefaultDescription
Client IdString-Client id that uses to access Reddit API
Client SecretString-Client secret that uses to access Reddit API
QueryString-Search query
LimitInteger100Up to 1000
Sortingnone, controversial, gilded, hot, new,
rising, top
noneThe sorting method, hot, new, etc

Output Ports

PortMode
0Set Snapshot

2 - Twitter Full Archive Search API

Retrieve data from Twitter Full Archive Search API

Home > External Api

Input Properties

PropertyRequirementTypeDefaultDescription
API KeyString-
API Secret KeyString-
Stop Upon Rate LimitBooleanfalseStop when hitting rate limit?
Search QueryString-Up to 1024 characters (Limited By Twitter)
From DatetimeString2021-04-01T00:00:00ZISO 8601 format
To DatetimeString2021-05-01T00:00:00ZISO 8601 format
LimitInteger100Maximum number of tweets to retrieve

Output Ports

PortMode
0Set Snapshot

3 - Twitter Search API

Retrieve data from Twitter Search API

Home > External Api

Input Properties

PropertyRequirementTypeDefaultDescription
API KeyString-
API Secret KeyString-
Stop Upon Rate LimitBooleanfalseStop when hitting rate limit?
Search QueryString-Up to 1024 characters (Limited by Twitter)
LimitInteger100Maximum number of tweets to retrieve

Output Ports

PortMode
0Set Snapshot

4 - URL Fetcher

Fetch the content of a single URL

Home > External Api

Input Properties

PropertyRequirementTypeDefaultDescription
URLString-Only accepts standard URL format
DecodingUTF-8, RAW BYTES-The decoding method for the url content

Output Ports

PortMode
0Set Snapshot