Skip to main content
AI Studio  add-on for Spider.
bio.site · HTTP 200

Bio Scraper

Spider read bio.site in 158 ms without a browser and returned 220 lines of clean markdown, including sections like "Do I need a website to use a link in bio tool?", "How do I add a link in bio to my profile?" and "What should I put in my link in bio?".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response bio.site/index.md markdown · 220 lines
Bio Sites are built to help creators and brands make money online.* Make passive income with digital products* Monetize your time with 1:1 appointments* Earn from multiple affiliate links* Create shoppable catalog with Product Links* Showcase your portfolio and sell your services* Add a crowdfunding section, where your followers can contribute to your next projectAnd with Bio Sites, you can connect to Stripe or PayPal for fast, easy and secure payments. It's like putting a checkout in your social bio.### Do I need a website to use a link in bio tool?No, you don't need a website to use a link in bio tool. Lots of creators use a Bio Site as an alternative to having a full website. Others have both a link in bio page and a full website.### How do I add a link in bio to my profile?It depends on the channel. For example:**How to add a link in bio to Instagram**Go to your profile, tap Edit Profile, and paste your link into the Website field.**How to add a link in bio to TikTok**Switch to a Business or Creator account, then go to Edit Profile and add your link under Website.**How to add a link in bio to YouTube**Go to YouTube Studio → Customization → Profile and add your link under Links.### What should I put in my link in bio?You can put multiple elements in your link in bio. Here are some ideas:* Links to your social media channels like TikTok, Instagram, YouTube and more* A short description about who your are and what you do* Embedded content from TikTok, such as best performing posts* Downloadable digital products* Email and phone number capture* A tip jarTop tip: Think about the main action you want your audience to take when they reach your link in bio (e.g. buy your product, or book an appointment). Put that section at the top of your Bio Site.### Can I have more than one link in bio page with Bio Sites?Yes, you can create up to 10 Bio Sites with just one account.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on bio.site.

bio-site-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://bio.site");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What bio.site costs to scrape.

The capture above cost $0.000139 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://bio.site/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping bio.site.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.