x402 List

x402 Protocol Service Directory

StableSocial

Data

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://stablesocial.dev ENDPOINTS 10 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 53m ago

Evidence-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
263ms
avg response
199ms
total checks
70
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.06 (p91 in Data)
price (min)
$0.06
category percentile (min)
p91 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.

traction $323.64 30d · 131 buyers
volume 30d
$323.64
buyers 30d
131
settlements 30d
5,394
last settlement
2026-07-21
top buyer share
20% of 30d volume
trend 7d vs 30d
0.96x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

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

Provides API access to scrape and retrieve data from various social media platforms including Facebook, Instagram, TikTok, YouTube, Reddit, and Truth Social.

category
social-media-api
in
body
social-mediadata-scrapingfacebookinstagramtiktokyoutubereddittruth-social

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /api/sc/facebook/adLibrary/company/ads $0.06 Base/Solana USDC
POST /api/sc/facebook/profile/posts $0.06 Base/Solana USDC
POST /api/sc/instagram/user/reels $0.06 Base/Solana USDC
POST /api/sc/reddit/subreddit/details $0.06 Base/Solana USDC
POST /api/sc/tiktok/profile $0.06 Base/Solana USDC
POST /api/sc/tiktok/song/videos $0.06 Base/Solana USDC
POST /api/sc/truthsocial/user/posts $0.06 Base/Solana USDC
POST /api/sc/youtube/channel $0.06 Base/Solana USDC
POST /api/sc/youtube/channel-videos $0.06 Base/Solana USDC
POST /api/sc/youtube/channel/community-posts $0.06 Base/Solana USDC
10 endpoints

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.

// request
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
  }
]

UPTIME

07-21 · uptime 100.0% · 201ms avg07-2107-21
RESPONSE TIME
07-21 · 201ms avg07-21 · 201ms avg07-2107-21
24h UPTIME 100%
UPTIME 24H 100%
AVG RESP 200ms
TOTAL CHECKS 74

RECENT CHECKS

TIME STATUS RESP
● OK 217ms
● OK 249ms
● OK 228ms
● OK 229ms
● OK 256ms
● OK 180ms
● OK 227ms
● OK 226ms
● OK 143ms
● OK 227ms
● OK 182ms
● OK 229ms
● OK 198ms
● OK 171ms
● OK 150ms
● OK 205ms
● OK 176ms
● OK 194ms

OVER TIME

All charts share the 24h window selected here. 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).

PRICE (captured 402, USD)
07-20 · $0.0607-21 · $0.06$0.0607-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-20 · $607-21 · $5peak $607-2007-21
DISTINCT BUYERS
07-20 · 12 buyers07-21 · 7 buyerspeak 12 buyers07-2007-21

COMPLIANCE

11/11 checks pass · grade A
  • 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

EMBED THIS BADGE

Show that StableSocial is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

StableSocial listed on x402-list
status
StableSocial uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![StableSocial on x402-list](https://x402-list.com/badge/stablesocial.svg)](https://x402-list.com/services/stablesocial?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]