mirrored listing x402 eip155:8453

Get a TikTok profile by handle

Get a TikTok profile by handle.

Do you run api.socialfetch.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
14000 (raw units)
price
12
calls / 30d
1
unique payers
2026-09-16
updated

Provider

api.socialfetch.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x02C2fCAfCe36B4AAdB39625866Bc6B1699d83043",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "14000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {
          "handle": "mayberrymutts"
        },
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "lookupStatus": "found",
            "metrics": {
              "diggs": 0,
              "followers": 127352270,
              "following": 351,
              "friends": 284,
              "likes": 1301821757,
              "posts": 459
            },
            "profile": {
              "_truncated": true,
              "accountCreatedAt": "2018-10-20T19:26:16.000Z",
              "avatarUrl": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcent…",
              "avatarUrls": {
                "large": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcent…",
                "medium": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcent…",
                "thumb": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcent…"
              },
              "bio": "Watch my latest video! 👇",
              "displayName": "MrBeast",
              "handle": "mrbeast",
              "platform": "tiktok",
              "platformUserId": "6614519312189947909",
              "privateAccount": false,
              "profileUrl": "https://www.tiktok.com/@mrbeast",
              "secUid": "MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG",
              "verified": true
            }
          },
          "meta": {
            "creditsCharged": 1,
            "requestId": "req_f05c55ed-d134-4f26-9c23-8a49df4810ba",
            "version": "v1"
          }
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/tiktok/profiles/:handle",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {
                "handle": {
                  "description": "TikTok handle to look up, with or without a leading @.",
                  "maxLength": 128,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "handle"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.socialfetch.dev/v1/tiktok/profiles/:handle"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.socialfetch.dev/v1/tiktok/profiles/:handle");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.socialfetch.dev/v1/tiktok/profiles/:handle")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3072.json, and this resource appears in /discovery/resources and /discovery/search.