How to get Linkbio page
GET request to /v1/linkbio/page with your input. You get clean JSON back in seconds for 4 credits per call — no OAuth, scraping or platform SDKs. Extract the public links and profile fields from a Linkbio page.How to get Linkbio page (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the Linkbio Page API
Send an authenticated GET request to /v1/linkbio/page with your input. No OAuth, no scraping setup.
- 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/linkbio/page?url=https%3A%2F%2Flnk.bio%2Fcharlidamelio" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."What the response looks like
{
"success": true,
"data": {
"platform": "linkbio",
"url": "https://lnk.bio/charlidamelio",
"username": "charlidamelio",
"name": "@charlidamelio",
"avatar": "https://s3.us-west-2.amazonaws.com/cdn.lnk.bio/profilepics/-1344625_20220123667.jpg",
"linkCount": 8,
"socials": {
"facebook": "https://facebook.com/thecharlidamelio",
"twitter": "https://twitter.com/charlidamelio",
"instagram": "https://instagram.com/charlidamelio",
"tiktok": "https://tiktok.com/@charlidamelio",
"youtube": "https://youtube.com/c/charlidamelio",
"snapchat": "https://www.snapchat.com/add/damelioc"
},
"links": [
{
"url": "https://www.charlidamelio.com",
"title": "official website of charli d'amelio"
},
{
"url": "https://facebook.com/thecharlidamelio",
"title": null
},
{
"url": "https://twitter.com/charlidamelio",
"title": null
},
{
"url": "https://instagram.com/charlidamelio",
"title": null
},
{
"url": "https://triller.co/m/@charlidamelio",
"title": null
},
{
"url": "https://tiktok.com/@charlidamelio",
"title": null
},
{
"url": "https://youtube.com/c/charlidamelio",
"title": null
},
{
"url": "https://www.snapchat.com/add/damelioc",
"title": null
}
]
}
}Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Linkbio (lnk.bio) page URL or username, e.g. https://lnk.bio/charlidamelio. 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. |
| cache | boolean | No | Set true to serve from the 24h response cache. Default false — always fetch fresh data. |
Frequently asked questions
What does the Linkbio Page API do?
The Linkbio Page API lets you fetch profile or page details and audience stats from a public Linkbio profile or page using one GET request to /v1/linkbio/page. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the Linkbio Page API cost?
Each successful call costs 4 credits. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.
Do I need a Linkbio 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.
Is the Linkbio Page 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 shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.
Ready to get Linkbio page?
Start free with 100 credits — no credit card required.
Get your free API key