GET bio.link HTTP 200238 ms9.3 KB$0.000187 captured Aug 7, 2026
bio.link, as data
One API turns any bio.link 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 238 ms
- Page size
- 9.3 KB of markdown, 119 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This bio.link page cost $0.000187 to fetch.
### How does the AI assistant work?Once you set up your site and add your content - links, descriptions, posts, and a short knowledge base - the AI uses that information to answer visitor questions. It helps them find what they’re looking for faster, without needing you to be online or respond manually.### Is Bio Link mobile-friendly?Yes, your site is fully responsive. Whether it’s opened on a phone, tablet, or desktop, it looks and works great.### Can I customize the look of my page?Yes. You can choose from multiple themes, edit fonts and colors, add a profile image, and rearrange sections. Your page is entirely yours - and you can update it anytime.### Can I use a custom domain?Absolutely. You can connect your own domain (like yourname.com) or use your default bio.link URL.### How do creators typically use Bio Link?Creators use Bio Link in a variety of ways depending on what they do. Podcasters use it to share new episodes and let the AI answer questions about guests, topics, or the show itself. Coaches and consultants use it to route leads to booking links and handle FAQs automatically. Digital artists use it as a portfolio hub, linking to their shop, commission info, and socials. Musicians use it to promote new releases and tour dates, while letting fans ask the AI about upcoming shows or merch. Whatever your niche, Bio Link helps turn visitors into supporters - with less effort from you.### What analytics do I get?You can track views, link clicks, popular content, and visitor interactions with your AI - all from your dashboard. It helps you understand what’s working and where your audience is going.### What kind of knowledge base do I need to create?You can add anything you'd like your visitors to know: who you are, what you offer, how to work with you, or where to find your best content. The more specific and structured your knowledge base, the more helpful your AI will be. What Spider does on bio.link
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.
238 ms · $0.000187Page 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://bio.link/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://bio.link/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://bio.link/", {
return_format: "markdown",
});
console.log(page.content); What bio.link costs
Multiplied from the measured 9.3 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 bio.link.
The capture above took 238 ms and cost $0.000187. The same call takes any URL on bio.link.