GET dict.cc HTTP 200116 ms14.1 KB$0.000086 captured Aug 7, 2026
dict.cc, as data
One API turns any dict.cc 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 116 ms
- Page size
- 14.1 KB of markdown, 154 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This dict.cc page cost $0.000086 to fetch.
1,545,690 audio recordings, 1.730.262 inflection entries and 423,021 illustrating images315,446 registered users, 38,872 of them contributorsA big thank-you once again to all contributors, especially those who have remained loyal to dict.cc for so many years already!dict.cc wouldn't exist without you!*2025-05-28:* **Language Hall of Fame**As of today there's a new variant of the Hall of Fame, intended for comparing the development of dict.cc's language pairs.The all-time view lists all contributions from all areas of dict.cc, including the forum, audio recordings, illustrations, inflections, and, most importantly, translations. You can see not only how many entries there are, but also how many reviews/corrections (votes) were required. For example, over 3.3 million manual reviews and corrections have already been performed for the German-English vocabulary, and over 2 million reviews of German and English voice recordings have taken place so far. I think that's a tremendous amount of work, thanks to our amazing contributors!The "Last 7 Days" view allows contributors to see which language pairs and which areas are currently experiencing a lot or only little activity. Depending on their interest, they can participate in the lively section or breathe new life into other areas. The weekly "Activity Score" for comparing language pairs is also displayed in the right-hand section of the dict.cc homepage.The third view, called "Pending Entries" lists new additions (freshly added unverified entries) and wish list postings, so it indicates which areas and languages most urgently need support at the moment.I hope this new feature will be of interest, also to users who don't necessarily want to contribute but may still be curious about what's going on behind the scenes of dict.cc.» **Deutsch: Verlauf der Mitteilungen**© 2002 - 2026 Paul Hemetsberger What Spider does on dict.cc
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.
116 ms · $0.000086Page 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://dict.cc/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://dict.cc/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://dict.cc/", {
return_format: "markdown",
});
console.log(page.content); What dict.cc costs
Multiplied from the measured 14.1 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 dict.cc.
The capture above took 116 ms and cost $0.000086. The same call takes any URL on dict.cc.