GET format.com HTTP 200131 ms20.0 KB$0.000778 captured Aug 7, 2026
format.com, as data
One API turns any format.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 131 ms
- Page size
- 20.0 KB of markdown, 234 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This format.com page cost $0.000778 to fetch.
Create pages that vary from your site theme with unique gallery layouts, colors, text formatting, and custom code embeds.Curated themes from our design team.Change themes anytime without losing your content. Keep your site fresh and flexible. Make it your own with advanced settings.Easy customization and control.From beginner to pro, Format supports every level of design experience. Upload your images to ready made themes or control each aspect of your design with the advanced settings.Private screening: don’t rely on third-party hosting.All of your content in one place; upload directly to your portfolio and play up to 120 minutes of video.Curated fonts for personalized branding.Choose from our extensive library or upload your own from Adobe and Google.## Format: designed for every skill level.### For BeginnerEasily upload images and content into one of our professionally designed templates.### For ExperiencedOur design editor gives you the flexibility of thousands of design variables. Intuitive flex block tools allow you to build your own layouts.### For ProCustomize your site with code embeds, plugins or even add in your own CSS/HTML to the advanced code editor.Format members have been featured in these publications:## Instant Site Translation in MinutesSeamlessly integrate Weglot with your Format portfolio to create a fully multilingual website in just minutes—no complex coding or subdomains required.## Member portfolios to inspire you.Explore member portfolios in:See why industry leaders choose Format.## Proofing & Client ManagementCollaborate, proof, deliver, all within your online portfolio.Grow your business with branded client galleries, easy file transfers, and contracts. End-to-end creative workflow, built in.Create your own custom layouts. What Spider does on format.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.
131 ms · $0.000778Page 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://format.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://format.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://format.com/", {
return_format: "markdown",
});
console.log(page.content); What format.com costs
Multiplied from the measured 20.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 format.com.
The capture above took 131 ms and cost $0.000778. The same call takes any URL on format.com.