GET rug.nl HTTP 200117 ms3.7 KB$0.000088 captured Aug 7, 2026
rug.nl, as data
One API turns any rug.nl 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 117 ms
- Page size
- 3.7 KB of markdown, 82 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This rug.nl page cost $0.000088 to fetch.
Skip to ContentSkip to Navigation## Open Science](https://rug.nl/library/openaccess-openscience/)## Read our new institutional plan](https://rug.nl/about-ug/policy-and-strategy/future-ug/)## Why Groningen?### Broad-based and technical university### Groundbreaking research### Vibrant student city### Over 120 nationalities### Invitation: Opening Academic Year 2026-2027](https://rug.nl/about-ug/latest-news/news/archief2026/nieuwsberichten/invitation-opening-academic-year-2026-2027)### Veni-grants for 21 UG researchers](https://rug.nl/about-ug/latest-news/news/archief2026/nieuwsberichten/0416-veni-toewijzingen)### Summer holiday? Read our recent magazine articles](https://rug.nl/magazine/verkorte-urls/overzicht-magazine-begin-2026)### The Summer Issue of Broerstraat 5 is out](https://rug.nl/alumni/magazines-and-newsletters/broerstraat-5/b5-2026-2)### Work with us](https://rug.nl/about-ug/work-with-us/)### UG International](https://rug.nl/about-ug/profile/internationalization/networks/)### Library](https://rug.nl/library/)Stories and videos in our magazine### Photo report UG makers](https://rug.nl/magazine/)### Read our researchers' opinion pieces](https://rug.nl/about-ug/latest-news/)* Facebook Page University of Groningen* LinkedIn Page University of Groningen* RSS-feed University of Groningen* Instagram account University of Groningen* YouTube channel University of Groningen## FunctionalProvides basic functions and uses anonymized cookies.## StandardProvides optimal operation and uses video cookies, among others.## CompleteProvides personalized content and uses marketing cookies. What Spider does on rug.nl
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.
117 ms · $0.000088Page 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://rug.nl/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://rug.nl/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://rug.nl/", {
return_format: "markdown",
});
console.log(page.content); What rug.nl costs
Multiplied from the measured 3.7 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 rug.nl.
The capture above took 117 ms and cost $0.000088. The same call takes any URL on rug.nl.