GET stats.fm HTTP 200123 ms3.0 KB$0.000046 captured Aug 7, 2026
stats.fm, as data
One API turns any stats.fm 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 123 ms
- Page size
- 3.0 KB of markdown, 37 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This stats.fm page cost $0.000046 to fetch.
stats.fm (Formerly Spotistats for Spotify)# Your music,Enter a new dimension of music by getting unique insights into your music taste.# Easy, extensive and secureWith the click of a button, you'll be logged into your account, instantly gaining access to a valhalla of cool stats and insights## Safe & secureWe prioritize privacy and security. We only store the data we need to store to provide you with a magical experience, and all data is stored securely.## Enhanced personalized statsThanks to state of the art algorithms you'll always be welcomed with relevant, advanced and personalized stats for each item you click on.## Top tracks, artists and albums at a glance*Many users love checking their top lists here—it's a magical experience. You can organize lists by playtime, stream count, or use provided ordering methods from connected services.## Import your lifetime history*Take advantage of our unique import process to bring in your complete streaming history and unleash a wave of fantastic features. Believe us, it's really cool!* import of streaming history may be required to unlock (part of) this featureTotal stats currently unavailable# Connect with your friendsIt's as easy as sharing a link to your profile to share your stats with friends.Send friend requests to your friends and if your friends' privacy settings allow it you'll be able to check their stats anytime.# Full control over your dataDon't want to share part of your stats/profile? Use the privacy settings to select which parts of your profile you want to share with others.Want us to delete all your data? No problem, you can do that anytime in your account settings.# Download today and start your journey#### Available on Android & iOS What Spider does on stats.fm
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.
123 ms · $0.000046Page 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://stats.fm/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://stats.fm/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://stats.fm/", {
return_format: "markdown",
});
console.log(page.content); What stats.fm costs
Multiplied from the measured 3.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 stats.fm.
The capture above took 123 ms and cost $0.000046. The same call takes any URL on stats.fm.