data payload wrapped in an ApiResult. Every call
costs one credit.
client.x — X (Twitter)
| Function | What it returns |
|---|---|
getTweetDetail | A tweet with its full reply thread |
search | Tweets matching X advanced-search operators |
searchUsers | X users matching a keyword |
getUser | An X user profile by handle |
getUserTweets | A user’s tweets timeline |
getUserReplies | A user’s replies |
getUserMedia | A user’s media tweets (photos and videos) |
getFollowers | A user’s followers |
getFollowing | Accounts a user follows |
getTweetRetweeters | Users who retweeted a tweet |
getTweetQuotes | Quote tweets of a tweet |
client.reddit — Reddit
| Function | What it returns |
|---|---|
getPost | A post with its full comment tree |
getComment | A single comment with its surrounding thread |
getSubreddit | Subreddit metadata |
getUser | A user profile |
listUserPosts | A user’s posts |
listUserComments | A user’s comments |
listUserOverview | A user’s mixed post/comment activity |
listSubredditPosts | Posts in a subreddit feed |
listSubredditComments | Recent comments in a subreddit |
searchAll | Posts, communities, and users at once |
searchCommunities | Communities (subreddits) |
searchPosts | Posts |
searchUsers | Users |
searchComments | Comments |
client.linkedin — LinkedIn
| Function | What it returns |
|---|---|
getCompanyFromUrl | A company by its universal name |
getProfileFromUrl | A profile by its public identity |
getJob | A job posting by URL |
getPostsFromCompany | Posts published by a company |
getPostsFromProfile | Posts published by a profile |
getPostDetail | A single post by its activity URN |
getActivityComments | The comment thread on a post |
getProfileComments | Comments authored by a member |
getProfileReactions | Posts a member reacted to |
getPostReactions | Members who reacted to a post |
searchAll | Results across every vertical |
searchCompanies | Companies |
searchCourses | Courses |
searchEvents | Events |
searchGroups | Groups |
searchJobs | Jobs, with location and facet filters |
searchPeople | People |
searchPosts | Posts, with sort and date filters |
searchProducts | Products |
searchSchools | Schools |
searchServices | Services |
Next steps
Account management
Create API keys and manage credits from code.
Errors
Handle API and network failures predictably.