payment-ready until 2026-08-20
imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed
Pay-per-request API for public social media data across TikTok, Instagram, YouTube, X, LinkedIn, Facebook, Reddit and other platforms, priced at $0.06 per call. Aggregates third-party scraping providers (Scrape Creators, Data365, Lightreel) behind one x402 endpoint set.
Pay from $0.06 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-02-10 · $1.3k all-time · settled via coinbase
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 455ms
- avg response
- 244ms
- total checks
- 2,144
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.06 (p90 in Data)
- price (min)
- $0.06
- category percentile (min)
- p90 in Data
- endpoints / prices
- 10 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 174d
- registrar
- Name.com, Inc.
- hosting
- custom
- domain created
- 2026-02-17
Identity facts, not a risk score.
traction $397.92 30d · 128 buyers
- volume 30d
- $397.92
- buyers 30d
- 128
- settlements 30d
- 6,632
- first settlement
- 2026-02-10
- last settlement
- 2026-08-13
- top buyer share
- 12% of 30d volume
- trend 7d vs 30d
- 0.69x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
- volume all-time
- $1.3k
- settlements all-time
- 22,073
- median settlement 30d
- $0.06
- max settlement 30d
- $0.06
- settled via
- coinbase ($397.92, 6,632 tx)
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /api/sc/facebook/adLibrary/company/ads | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/facebook/profile/posts | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/instagram/user/reels | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/reddit/subreddit/details | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/tiktok/profile | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/tiktok/song/videos | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/truthsocial/user/posts | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/youtube/channel | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/youtube/channel-videos | $0.06 | Base/Solana | USDC | header | |
| POST | /api/sc/youtube/channel/community-posts | $0.06 | Base/Solana | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /api/sc/facebook/adLibrary/company/ads returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://stablesocial.dev/api/sc/facebook/adLibrary/company/ads'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/facebook/adLibrary/company/ads",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · Facebook — Company Ads",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"trim": {
"type": "boolean",
"description": "Set to true for a trimmed down version of the response"
},
"cursor": {
"type": "string",
"description": "Cursor to paginate through results"
},
"pageId": {
"type": "string",
"description": "The companies ad library page id. You can get this with my Search For Companies Endpoint. Can either use this or companyName"
},
"status": {
"enum": [
"ALL",
"ACTIVE",
"INACTIVE"
],
"type": "string",
"description": "Status of the ad. Defaults to ACTIVE."
},
"country": {
"type": "string",
"description": "This can only be one country. It has to be the 2 letter code for the country. It defaults to ALL."
},
"sort_by": {
"enum": [
"total_impressions",
"relevancy_monthly_grouped"
],
"type": "string",
"description": "Sort by impressions (high to low), or Most Recent (relevancy_monthly_grouped). Defaults to impressions."
},
"end_date": {
"type": "string",
"description": "End date to search for. Format: YYYY-MM-DD"
},
"language": {
"type": "string",
"description": "Language to filter ads on. Needs to be 2 letter language code, ie EN, ES, FR, etc"
},
"media_type": {
"enum": [
"ALL",
"IMAGE",
"VIDEO",
"MEME",
"IMAGE_AND_MEME",
"NONE"
],
"type": "string",
"description": "Media type of the ad. Defaults to ALL. Meme refers to ads with image and text. Not sure why they call it meme."
},
"start_date": {
"type": "string",
"description": "Start date to search for. Format: YYYY-MM-DD"
},
"companyName": {
"type": "string",
"description": "The name of the company. Can either use this or pageId"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/facebook/profile/posts",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · Facebook — Profile Posts",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"url": {
"type": "string",
"description": "Facebook profile URL"
},
"cursor": {
"type": "string",
"description": "To paginate through the posts"
},
"pageId": {
"type": "string",
"description": "Facebook profile page id"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/instagram/user/reels",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · Instagram — Reels",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"trim": {
"type": "boolean",
"description": "Set to true for a trimmed down version of the response"
},
"handle": {
"type": "string",
"description": "Instagram handle. Use user_id for faster response times."
},
"max_id": {
"type": "string",
"description": "Max id to get more reels. Get 'max_id' from previous response."
},
"user_id": {
"type": "string",
"description": "Instagram user id. Use this for faster response times."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/reddit/subreddit/details",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · Reddit — Subreddit Details",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"url": {
"type": "string",
"description": "Subreddit URL"
},
"subreddit": {
"type": "string",
"description": "Subreddit name. MUST be case sensitive. So 'AskReddit' not 'askreddit'."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/tiktok/profile",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · TikTok — Profile",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"handle": {
"type": "string",
"description": "TikTok handle. You can pass handle or user_id."
},
"user_id": {
"type": "string",
"description": "TikTok user id."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/tiktok/song/videos",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · TikTok — TikToks using Song",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"clipId": {
"type": "string",
"description": "This is clipId. Can be found on a url like so: https://www.tiktok.com/music/That%27s-Who-I-Praise-7370375686554782506, where 7370375686554782506 is the clipId"
},
"cursor": {
"type": "number",
"description": "The cursor to get the next page of results."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/truthsocial/user/posts",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · Truth Social — User Posts",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"trim": {
"type": "boolean",
"description": "Set to true for a trimmed down version of the response"
},
"handle": {
"type": "string",
"description": "Truth Social username"
},
"user_id": {
"type": "string",
"description": "Truth Social user id. Use this for faster response times. Trumps is 107780257626128497. It is the 'id' field in the profile endpoint."
},
"next_max_id": {
"type": "string",
"description": "Used to paginate to next page"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/youtube/channel",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · YouTube — Channel Details",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"url": {
"type": "string",
"description": "YouTube channel URL. Can pass a channelId, handle or url"
},
"handle": {
"type": "string",
"description": "YouTube channel handle. Can pass a channelId, handle or url"
},
"channelId": {
"type": "string",
"description": "YouTube channel ID. Can pass a channelId, handle or url"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/youtube/channel-videos",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · YouTube — Channel Videos",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"sort": {
"enum": [
"latest",
"popular"
],
"type": "string",
"description": "Sort by latest or popular"
},
"handle": {
"type": "string",
"description": "YouTube channel handle"
},
"channelId": {
"type": "string",
"description": "YouTube channel ID"
},
"includeExtras": {
"type": "string",
"description": "This will get you the like + comment count and the description. To get the full details of the video, use the /v1/youtube/video endpoint. Honestly, if you use t"
},
"continuationToken": {
"type": "string",
"description": "Continuation token to get more videos. Get 'continuationToken' from previous response."
},
"is_paid_promotions": {
"type": "string",
"description": "Set to 'true' to search YouTube's public paid product placement / sponsorship / endorsement search surface. This returns normal YouTube videos where the creator"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCfA26F13c6C18307033EcE13BBb8F470dA5b4dbE",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8VZEQmHM8ADqTSWMtnn3cMmevBaR1E8xrrzm2zf81g2U",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stablesocial.dev/api/sc/youtube/channel/community-posts",
"tags": [
"Sc"
],
"method": "POST",
"mimeType": "application/json",
"description": "Scrape Creators · YouTube — Channel Community Posts",
"serviceName": "StableSocial"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"handle": {
"type": "string",
"description": "YouTube channel handle"
},
"channelId": {
"type": "string",
"description": "YouTube channel ID"
},
"continuationToken": {
"type": "string",
"description": "Continuation token to get more community posts. Get 'continuationToken' from previous response."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/stablesocial/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 10 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-20 · last up 2026-08-13
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/stablesocial?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stablesocial.svg" alt="StableSocial listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/stablesocial?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/stablesocial?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stablesocial.svg?data=uptime" alt="StableSocial uptime on x402-list" height="28"> </a>