GET 16personalities.com HTTP 200156 ms5.0 KB$0.000119 captured Aug 7, 2026
16personalities.com, as data
One API turns any 16personalities.com 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 156 ms
- Page size
- 5.0 KB of markdown, 83 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This 16personalities.com page cost $0.000119 to fetch.
# “It’s so incredible to finally be understood.”Only 10 minutes to get a “freakishly accurate” description of who you are and why you do things the way you do.Tests taken in United States## Understand othersIn our free type descriptions you’ll learn what really drives, inspires, and worries different personality types, helping you build more meaningful relationships.## Understand your team betterUnderstand your team better with our Team Assessments. Improve communication, create harmony, and help team members develop their individual strengths. Works for teams of all sizes.## See what others have to sayOur customers receive a reward for sharing their feedback, either positive or negative.Incredibly thorough and scary. It’s like someone putting a mirror to your face and you seeing your true self whether you like it or not.Wow! This site is just AMAZING! I took the test and the results were so spot on, I felt like I had been vindicated. Like someone finally gets me and I'm not a weirdo.Reading this profile is comforting, exciting, inspiring, and a little bit freaky :) It’s great to have my strengths and weaknesses so clearly articulated.It is awesome to read something that describes you so well... and knowing you are not a weirdo! I did not expect a profile so accurate.Everything just fell into place. I could finally breathe freely, as if my body and mind were unshackled. I found a part of myself that I had lost years prior: my passion.I was really reading my profile. What started as a fun online test, finished as a deep and insightful look at my everyday life, work and relationships.This profile has opened up a Pandora’s box of ideas. I felt as though someone was reading my mind. Such a valuable tool for self-evaluation and real introspection. What Spider does on 16personalities.com
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.
156 ms · $0.000119Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows 16personalities.com's own links, respects robots, streams pages as they land.
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://16personalities.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://16personalities.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://16personalities.com/", {
return_format: "markdown",
});
console.log(page.content); What 16personalities.com costs
Multiplied from the measured 5.0 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 16personalities.com.
The capture above took 156 ms and cost $0.000119. The same call takes any URL on 16personalities.com.