All services

Service / social

StableSocial

Pay-per-request social media data from TikTok, Instagram, Facebook, and Reddit. Get profiles, posts, comments, followers, and search across platforms.

Documentation

Payment protocol

mpp

01
tempo

Method ledger

12 callable methods

OpenAPI source
POST/api/facebook/posts
60000 USDC

Get Facebook page/user posts.

POST JSON body with username.

{
  "body": {
    "username": "string (required)"
  }
}
POST/api/facebook/profile
60000 USDC

Get Facebook page/user profile.

POST JSON body with username or page name.

{
  "body": {
    "username": "string (required)"
  }
}
POST/api/facebook/search
60000 USDC

Search Facebook posts by keyword.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/instagram/posts
60000 USDC

Get Instagram user posts.

POST JSON body with username.

{
  "body": {
    "username": "string (required)"
  }
}
POST/api/instagram/profile
60000 USDC

Get Instagram user profile.

POST JSON body with username.

{
  "body": {
    "username": "string (required)"
  }
}
POST/api/instagram/search
60000 USDC

Search Instagram posts by keyword.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/reddit/post
60000 USDC

Get Reddit post details.

POST JSON body with Reddit post URL.

{
  "body": {
    "url": "string (required, Reddit post URL)"
  }
}
POST/api/reddit/search
60000 USDC

Search Reddit posts by keyword.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/reddit/subreddit
60000 USDC

Get subreddit posts.

POST JSON body with subreddit name.

{
  "body": {
    "subreddit": "string (required)"
  }
}
POST/api/tiktok/posts
60000 USDC

Get TikTok user posts.

POST JSON body with username.

{
  "body": {
    "username": "string (required)"
  }
}
POST/api/tiktok/profile
60000 USDC

Get TikTok user profile.

POST JSON body with username.

{
  "body": {
    "username": "string (required)"
  }
}
POST/api/tiktok/search
60000 USDC

Search TikTok posts by keyword.

POST JSON body with search query.

{
  "body": {
    "query": "string (required)"
  }
}