Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.
Price
from $0.0600
per request
Network
base
Category
media
On-chain txns
57
Uptime
100%
Avg latency
218ms
Checks
91
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Facebook - Get replies to a comment
Facebook - Get user/page followers
Facebook - Get accounts user/page follows
Facebook - Get comments on a post
Facebook - Get user/page posts
Facebook - Get user/page profile information
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
Lightreel - Audit social accounts, improve underperforming accounts, diagnose why posts are not breaking through, get account feedback, growth gaps, competitor examples, and UGC strategy fixes.
Lightreel - Monitor brand mentions, social mentions, product mentions, competitor mentions, creator posts, sentiment patterns, earned UGC, and discussion around a brand or campaign.
Lightreel - Ask the UGC research agent a question. Returns a durable StableSocial job immediately; poll GET /api/jobs/{jobId}. Use response_fields for structured output.
Lightreel - See competitor strategies, reverse-engineer competitor UGC, compare winning hooks and formats, develop marketing strategy, and find what rival brands or accounts are doing on social video.
Lightreel - Plan content calendars, UGC calendars, TikTok calendars, Instagram Reel calendars, posting plans, weekly creative tests, and social media campaign schedules.
Lightreel - Track creator performance, analyze UGC creator accounts, compare creators, find which creator formats are working, and decide what content to repeat or brief next.
Lightreel - Write UGC scripts, creator scripts, ad scripts, AI prompts, short-form video outlines, hooks, beats, captions, and script variations based on current social content patterns.
Lightreel - Find top-performing UGC hooks, viral opening lines, ad hooks, creator hooks, and short-form video hook ideas for a topic, niche, product, or campaign.
Lightreel - Research current TikTok, Instagram, X/Twitter, UGC, creator, social video, ad creative, and content trends by topic, niche, audience, sound, category, or market.
Lightreel - Generate UGC briefs, creator briefs, campaign briefs, creative direction, hook lists, shot lists, talking points, and production notes grounded in current social trends.
Lightreel - Give feedback on UGC videos, creator drafts, scripts, hooks, captions, Reels, TikToks, storyboards, and ad creatives based on what is working in live social content.
Lightreel - Generate UGC video ideas, TikTok ideas, Instagram Reel ideas, creator concepts, ad creative ideas, content angles, and social video concepts from live trend and example research.
Lightreel - Search for UGC videos, TikTok/Instagram video examples, breakout posts, creator videos, ad examples, source URLs, and winning short-form content by topic, account, niche, or brief.
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 accounts user follows
TikTok - Get comments on a post
TikTok - Get user posts/videos
TikTok - Get user profile information
# 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.