Linkme · Guide

How to get Linkme profile

TL;DR
To get Linkme profile, sign up for a free Captapi key, then send one GET request to /v1/linkme/profile with your input. You get clean JSON back in seconds for 1 credit per call — no OAuth, scraping or platform SDKs. Linkme profile → bio, profileVisitCount, featured links, webLinks, email/infoLinks, stripeStatus. Flat 1 credit.

How to get Linkme profile (step by step)

  1. 1

    Get a free API key

    Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.

  2. 2

    Call the Linkme Profile API

    Send an authenticated GET request to /v1/linkme/profile with your input. No OAuth, no scraping setup.

  3. 3

    Read the JSON response

    Parse the clean JSON response. Pass cache=true for a free 24h cache hit; default is always fresh.

Code example

curl "https://api.captapi.com/v1/linkme/profile?url=https%3A%2F%2Flink.me%2Fdanucd" \
  -H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."

What the response looks like

{
  "success": true,
  "data": {
    "platform": "linkme",
    "id": "1bf3efbf94cc4f55d3650ddc61094ac3",
    "url": "https://link.me/danucd",
    "username": "danucd",
    "handle": "danucd",
    "displayName": "Dana",
    "name": "Dana",
    "firstName": "Dana",
    "avatar": "https://media.link.me/_resize/image/quality=90,format=webp/webp-images/user-profile/1169288/tmp-2541-1763300314455.webp",
    "profileVisitCount": "54.1k",
    "createdAt": "2024-11-01 12:37:51",
    "updatedAt": "2025-11-16 13:43:17",
    "email": "dana.danucd@gmail.com",
    "socials": {
      "appleMusic": "https://music.apple.com/ng/artist/danucd/1562315189",
      "spotify": "https://open.spotify.com/artist/0A8XmfCL2yangEtvot3peD?autoplay=true&source_application=google_assistant",
      "instagram": "https://www.instagram.com/danucd/",
      "facebook": "https://www.facebook.com/Danucd",
      "twitter": "https://www.twitter.com/Danucd1",
      "youtube": "https://www.youtube.com/@DanucD2",
      "tiktok": "https://www.tiktok.com/@danucd_",
      "twitch": "https://m.twitch.tv/danucd?fbclid=PAZXh0bgNhZW0CMTEAAaaw5KxeIr47f2JnvCWttLnzIFG35Q8vQ6dK_H4Pv7bQKefUMmqYXvRPm90_aem_qRBQ5McX7dnSwaw8aHxqaA&desktop-redirect=true",
      "threads": "https://www.threads.net/@danucd?hl=en"
    },
    "chatId": "LinkMe-1169288",
    "bio": "ALL MY LINKS👇",
    "description": "ALL MY LINKS👇",
    "links": [
      {
        "url": "https://twitch.tv/danucd",
        "title": "Twitch",
        "id": "231267",
        "thumbnail": "small"
      },
      {
        "url": "https://www.youtube.com/@DanucD2",
        "title": "Daily YouTube",
        "id": "611348",
        "thumbnail": "small"
      }
    ],
    "linkCount": 12,
    "totalLinks": 7,
    "webLinks": [
      {
        "title": "Apple-music",
        "linkId": 9,
        "links": [
          {
            "linkValue": "https://music.apple.com/ng/artist/danucd/1562315189",
            "faceValue": "1562315189",
            "baseUrl": "https://music.apple.com/profile/"
          }
        ]
      },
      {
        "title": "Spotify",
        "linkId": 10,
        "links": [
          {
            "linkValue": "https://open.spotify.com/artist/0A8XmfCL2yangEtvot3peD?autoplay=true&source_application=google_assistant",
            "faceValue": "0A8XmfCL2yangEtvot3peD",
            "baseUrl": "https://open.spotify.com/user/"
          }
        ]
      }
    ],
    "infoLinks": [
      {
        "title": "Email",
        "linkId": 1,
        "links": [
          {
            "linkValue": "dana.danucd@gmail.com",
            "faceValue": "dana.danucdgmail.com"
          }
        ]
      }
    ],
    "other": [
      {
        "url": "https://www.deezer.com/artist/129733822/radio?autoplay=true",
        "title": "Deezer",
        "type": "Deezer"
      }
    ],
    "stripeStatus": {
      "tipsEnabled": false,
      "stripeEnabled": false
    },
    "isDefaultProfilePicture": false,
    "verifiedAccount": false,
    "isAmbassador": true,
    "isPrivate": false
  }
}

Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.

Request parameters

NameTypeRequiredDescription
urlstring YesLinkme profile URL or username, e.g. https://link.me/danucd or danucd. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble.
cachebooleanNoSet true to serve from the response cache (default TTL). Default false — always fetch fresh. Prefer cacheMaxAge when you need 1d–30d freshness control. Envelope includes cached + cachedAt on hits.
cacheMaxAgestringNoMax age of a cached response: 1d, 3d, 7d, 14d, or 30d. When set, enables caching with that TTL (SC cache_max_age). Envelope: cached + cachedAt.

Frequently asked questions

What does the Linkme Profile API do?

The Linkme Profile API lets you fetch profile or page details and audience stats from a public Linkme profile or page using one GET request to /v1/linkme/profile. It returns clean JSON — no OAuth or infrastructure setup required.

How many credits does the Linkme Profile API cost?

Each successful call costs 1 credit. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Hits include cached + cachedAt. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Failed or empty results are never charged.

Do I need a Linkme API key or OAuth?

No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.

Why did Linkme used to return Privacy Policy and Terms as links?

An older HTML scrape read the SSR shell meta tags and site footer. We now parse Linkme's dehydrated TanStack $tsr profile (same payload SC uses): bio, profileVisitCount, featured links[], webLinks[], infoLinks/email, stripeStatus, and isDefaultProfilePicture. Footer chrome is never returned. Flat 1 credit.

Is the Linkme Profile API suitable for production use?

Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Hits include cached + cachedAt. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Use it for analytics, monitoring, and content automation.

Ready to get Linkme profile?

Start free with 100 credits — no credit card required.

Get your free API key