Pay-per-request access to social media data from TikTok, Instagram, X/Twitter, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.
Price
from $0.0600
per request
Network
base
Category
media
On-chain txns
35
Uptime
100%
Avg latency
110ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Facebook - Get replies to a comment
Facebook - Get replies to a comment
Facebook - Get user/page followers
Facebook - Get user/page followers
Facebook - Get accounts user/page follows
Facebook - Get accounts user/page follows
Facebook - Get comments on a post
Facebook - Get comments on a post
Facebook - Get user/page posts
Facebook - Get user/page posts
Facebook - Get user/page profile information
Facebook - Search posts by keyword
Facebook - Search for group profiles
Facebook - Search for page profiles
Facebook - Search for people profiles
Instagram - Get replies to a comment
Instagram - Get user followers
Instagram - Get accounts user follows
Instagram - Get user highlights
Instagram - Get comments on a post
Instagram - Get user posts
Instagram - Get user profile information
Instagram - Search posts by keyword
Instagram - Search posts by tag/hashtag
Instagram - Get user stories
Reddit - Get comment details
Reddit - Get post details
Reddit - Get comments on a post
Reddit - Search posts by keyword
Reddit - Search user profiles by keyword
Reddit - Get subreddit posts
TikTok - Get replies to a comment
TikTok - Get user followers
TikTok - Get accounts user follows
TikTok - Get comments on a post
TikTok - Get user posts/videos
TikTok - Get user profile information
TikTok - Search posts by keyword
TikTok - Search posts by hashtag
TikTok - Search posts by music/sound
TikTok - Search user profiles by keyword
X/Twitter - Get user followers
X/Twitter - Get accounts user follows
X/Twitter - Get quote tweets of a post
X/Twitter - Get replies to a post
X/Twitter - Get profiles who retweeted a post
X/Twitter - Get user posts/tweets
X/Twitter - Get user profile information
X/Twitter - Search posts by keyword
X/Twitter - Search user profiles by keyword
# 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.devimport { 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();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.