GET lnk.bio HTTP 200121 ms10.6 KB$0.000414 captured Aug 7, 2026
lnk.bio, as data
One API turns any lnk.bio page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 121 ms
- Page size
- 10.6 KB of markdown, 309 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This lnk.bio page cost $0.000414 to fetch.
## FAQ###### Have a question? look hereIs the Free version really Free?Yes, free and unlimited. Just log in via Instagram and have your unique Url. No fuss.Just open the IG app, go to your profile, edit and place the url we have generated in your link. It's that simple.We do not guarantee support for the free version, but drop us an email to [[emailprotected]](https://lnk.bio/cdn-cgi/l/email-protection#32414742425d4046725e5c591c505b5d) and we'll do our best.What payment methods do you accept?We accept payments via PayPal and 90% of all the available methods of payment, including Credit and Debit Cards, and Digital Wallets (Google Pay, Apple Pay). We also accept Cryptocurrencies (Bitcoin, Ethereum & USDC) and local payment methods: PayID for Australia, FPS for Hong Kong, PayNow for Singapore, ViettelPay for Vietnam, DuitNow for Malaysia, InstaPay for Philippines, PromptPay for Thailand, Gojek for Indonesia, Toss for South Korea. If your preferred payment is not available contact us and we'll see if it's possible to implement it.Should I put this link also in my IG Posts?No! That's against IG's T&C. It ruins your followers' experience and is useless since you can not "tap" on it.Of course! At any time just log in to lnk.bio and remove/edit/add everything you want!## About Lnk.Bio###### Who we are, how we price, where you can find usThe independent linkinbio, founded in 2016 with the same prices since launch.Pay once, use forever: **$9.99 Mini** one-time or **$24.99 Unique** one-time, or stay on the free plan with unlimited links. Agency plans from $2/month. Independent, profitable, zero debts to investors. We never sell user data. Used by creators, brands and agencies on Instagram, TikTok, YouTube and other social platforms. What Spider does on lnk.bio
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
121 ms · $0.000414Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://lnk.bio/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://lnk.bio/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://lnk.bio/", {
return_format: "markdown",
});
console.log(page.content); What lnk.bio costs
Multiplied from the measured 10.6 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of lnk.bio.
The capture above took 121 ms and cost $0.000414. The same call takes any URL on lnk.bio.