External API
Operators in the External API category
Home > External API
Operators
Total: 4 operators
1 - Reddit Search
Search for recent posts with python-wrapped Reddit API, PRAW
Home > External Api
| Property | Requirement | Type | Default | Description |
|---|
| Client Id | ✓ | String | - | Client id that uses to access Reddit API |
| Client Secret | ✓ | String | - | Client secret that uses to access Reddit API |
| Query | ✓ | String | - | Search query |
| Limit | ✓ | Integer | 100 | Up to 1000 |
| Sorting | ✓ | none, controversial, gilded, hot, new, rising, top | none | The sorting method, hot, new, etc |
Output Ports
2 - Twitter Full Archive Search API
Retrieve data from Twitter Full Archive Search API
Home > External Api
| Property | Requirement | Type | Default | Description |
|---|
| API Key | ✓ | String | - | |
| API Secret Key | ✓ | String | - | |
| Stop Upon Rate Limit | ✓ | Boolean | false | Stop when hitting rate limit? |
| Search Query | ✓ | String | - | Up to 1024 characters (Limited By Twitter) |
| From Datetime | ✓ | String | 2021-04-01T00:00:00Z | ISO 8601 format |
| To Datetime | ✓ | String | 2021-05-01T00:00:00Z | ISO 8601 format |
| Limit | ✓ | Integer | 100 | Maximum number of tweets to retrieve |
Output Ports
3 - Twitter Search API
Retrieve data from Twitter Search API
Home > External Api
| Property | Requirement | Type | Default | Description |
|---|
| API Key | ✓ | String | - | |
| API Secret Key | ✓ | String | - | |
| Stop Upon Rate Limit | ✓ | Boolean | false | Stop when hitting rate limit? |
| Search Query | ✓ | String | - | Up to 1024 characters (Limited by Twitter) |
| Limit | ✓ | Integer | 100 | Maximum number of tweets to retrieve |
Output Ports
4 - URL Fetcher
Fetch the content of a single URL
Home > External Api
| Property | Requirement | Type | Default | Description |
|---|
| URL | ✓ | String | - | Only accepts standard URL format |
| Decoding | ✓ | UTF-8, RAW BYTES | - | The decoding method for the url content |
Output Ports