Capability / social
StableSocial
Pay-per-request social media data from TikTok, Instagram, Facebook, and Reddit. Get profiles, posts, comments, followers, and search across platforms.
Payment protocol
mpp
What your agent can do
12 available endpoints
POST/api/facebook/posts60000 USDC
/api/facebook/postsGet Facebook page/user posts.
POST JSON body with username.
{
"body": {
"username": "string (required)"
}
}POST/api/facebook/profile60000 USDC
/api/facebook/profileGet Facebook page/user profile.
POST JSON body with username or page name.
{
"body": {
"username": "string (required)"
}
}POST/api/facebook/search60000 USDC
/api/facebook/searchSearch Facebook posts by keyword.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}POST/api/instagram/posts60000 USDC
/api/instagram/postsGet Instagram user posts.
POST JSON body with username.
{
"body": {
"username": "string (required)"
}
}POST/api/instagram/profile60000 USDC
/api/instagram/profileGet Instagram user profile.
POST JSON body with username.
{
"body": {
"username": "string (required)"
}
}POST/api/instagram/search60000 USDC
/api/instagram/searchSearch Instagram posts by keyword.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}POST/api/reddit/post60000 USDC
/api/reddit/postGet Reddit post details.
POST JSON body with Reddit post URL.
{
"body": {
"url": "string (required, Reddit post URL)"
}
}POST/api/reddit/search60000 USDC
/api/reddit/searchSearch Reddit posts by keyword.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}POST/api/reddit/subreddit60000 USDC
/api/reddit/subredditGet subreddit posts.
POST JSON body with subreddit name.
{
"body": {
"subreddit": "string (required)"
}
}POST/api/tiktok/posts60000 USDC
/api/tiktok/postsGet TikTok user posts.
POST JSON body with username.
{
"body": {
"username": "string (required)"
}
}POST/api/tiktok/profile60000 USDC
/api/tiktok/profileGet TikTok user profile.
POST JSON body with username.
{
"body": {
"username": "string (required)"
}
}POST/api/tiktok/search60000 USDC
/api/tiktok/searchSearch TikTok posts by keyword.
POST JSON body with search query.
{
"body": {
"query": "string (required)"
}
}