← Back to marketplace

StableSocial

external

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

by Stablesocial47 endpoints100% uptime218ms avg

Price

from $0.0600

per request

Network

base

Category

media

On-chain txns

57

Uptime

100%

Avg latency

218ms

Checks

91

Status

Healthy

Base URL

https://stablesocial.dev

Endpoints (47)

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/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/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/profile
base$0.0600

Facebook - Get user/page profile information

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/jobs
base
POST/api/jobs/%7BjobId%7D
base
POST/api/lightreel/account-feedback
base$0.0600

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.

POST/api/lightreel/brand-mentions
base$0.0600

Lightreel - Monitor brand mentions, social mentions, product mentions, competitor mentions, creator posts, sentiment patterns, earned UGC, and discussion around a brand or campaign.

POST/api/lightreel/chat
base$0.0600

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.

POST/api/lightreel/chat/%7BconversationId%7D
base
POST/api/lightreel/chats
base
POST/api/lightreel/competitor-strategy
base$0.0600

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.

POST/api/lightreel/content-calendar
base$0.0600

Lightreel - Plan content calendars, UGC calendars, TikTok calendars, Instagram Reel calendars, posting plans, weekly creative tests, and social media campaign schedules.

POST/api/lightreel/creator-performance
base$0.0600

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.

POST/api/lightreel/script-ideas
base$0.0600

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.

POST/api/lightreel/top-hooks
base$0.0600

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.

POST/api/lightreel/trends
base$0.0600

Lightreel - Research current TikTok, Instagram, X/Twitter, UGC, creator, social video, ad creative, and content trends by topic, niche, audience, sound, category, or market.

POST/api/lightreel/ugc-brief
base$0.0600

Lightreel - Generate UGC briefs, creator briefs, campaign briefs, creative direction, hook lists, shot lists, talking points, and production notes grounded in current social trends.

POST/api/lightreel/video-feedback
base$0.0600

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.

POST/api/lightreel/video-ideas
base$0.0600

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.

POST/api/lightreel/video-search
base$0.0600

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.

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/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

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.