← Back to marketplace

StableSocial

external

Pay-per-request access to social media data from TikTok, Instagram, X/Twitter, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

by Stablesocial50 endpoints100% uptime110ms avg

Price

from $0.0600

per request

Network

base

Category

media

On-chain txns

35

Uptime

100%

Avg latency

110ms

Checks

160

Status

Healthy

Base URL

https://stablesocial.dev

Endpoints (50)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/facebook/comment-replies
base$0.0600

Facebook - Get replies to a comment

POST/api/facebook/comment-replies
base$0.0600

Facebook - Get replies to a comment

POST/api/facebook/followers
base$0.0600

Facebook - Get user/page followers

POST/api/facebook/followers
base$0.0600

Facebook - Get user/page followers

POST/api/facebook/following
base$0.0600

Facebook - Get accounts user/page follows

POST/api/facebook/following
base$0.0600

Facebook - Get accounts user/page follows

POST/api/facebook/post-comments
base$0.0600

Facebook - Get comments on a post

POST/api/facebook/post-comments
base$0.0600

Facebook - Get comments on a post

POST/api/facebook/posts
base$0.0600

Facebook - Get user/page posts

POST/api/facebook/posts
base$0.0600

Facebook - Get user/page posts

POST/api/facebook/profile
base$0.0600

Facebook - Get user/page profile information

POST/api/facebook/search
base$0.0600

Facebook - Search posts by keyword

POST/api/facebook/search-groups
base$0.0600

Facebook - Search for group profiles

POST/api/facebook/search-pages
base$0.0600

Facebook - Search for page profiles

POST/api/facebook/search-people
base$0.0600

Facebook - Search for people profiles

POST/api/instagram/comment-replies
base$0.0600

Instagram - Get replies to a comment

POST/api/instagram/followers
base$0.0600

Instagram - Get user followers

POST/api/instagram/following
base$0.0600

Instagram - Get accounts user follows

POST/api/instagram/highlights
base$0.0600

Instagram - Get user highlights

POST/api/instagram/post-comments
base$0.0600

Instagram - Get comments on a post

POST/api/instagram/posts
base$0.0600

Instagram - Get user posts

POST/api/instagram/profile
base$0.0600

Instagram - Get user profile information

POST/api/instagram/search
base$0.0600

Instagram - Search posts by keyword

POST/api/instagram/search-tags
base$0.0600

Instagram - Search posts by tag/hashtag

POST/api/instagram/stories
base$0.0600

Instagram - Get user stories

POST/api/reddit/comment
base$0.0600

Reddit - Get comment details

POST/api/reddit/post
base$0.0600

Reddit - Get post details

POST/api/reddit/post-comments
base$0.0600

Reddit - Get comments on a post

POST/api/reddit/search
base$0.0600

Reddit - Search posts by keyword

POST/api/reddit/search-profiles
base$0.0600

Reddit - Search user profiles by keyword

POST/api/reddit/subreddit
base$0.0600

Reddit - Get subreddit posts

POST/api/tiktok/comment-replies
base$0.0600

TikTok - Get replies to a comment

POST/api/tiktok/followers
base$0.0600

TikTok - Get user followers

POST/api/tiktok/following
base$0.0600

TikTok - Get accounts user follows

POST/api/tiktok/post-comments
base$0.0600

TikTok - Get comments on a post

POST/api/tiktok/posts
base$0.0600

TikTok - Get user posts/videos

POST/api/tiktok/profile
base$0.0600

TikTok - Get user profile information

POST/api/tiktok/search
base$0.0600

TikTok - Search posts by keyword

POST/api/tiktok/search-hashtag
base$0.0600

TikTok - Search posts by hashtag

POST/api/tiktok/search-music
base$0.0600

TikTok - Search posts by music/sound

POST/api/tiktok/search-profiles
base$0.0600

TikTok - Search user profiles by keyword

POST/api/x/followers
base$0.0600

X/Twitter - Get user followers

POST/api/x/following
base$0.0600

X/Twitter - Get accounts user follows

POST/api/x/post-quotes
base$0.0600

X/Twitter - Get quote tweets of a post

POST/api/x/post-replies
base$0.0600

X/Twitter - Get replies to a post

POST/api/x/post-retweets
base$0.0600

X/Twitter - Get profiles who retweeted a post

POST/api/x/posts
base$0.0600

X/Twitter - Get user posts/tweets

POST/api/x/profile
base$0.0600

X/Twitter - Get user profile information

POST/api/x/search
base$0.0600

X/Twitter - Search posts by keyword

POST/api/x/search-profiles
base$0.0600

X/Twitter - Search user profiles by keyword

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://stablesocial.dev \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://stablesocial.dev
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://stablesocial.dev", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.