GET uni-mainz.de HTTP 2001.4 s2.6 KB$0.000125 captured Aug 7, 2026
uni-mainz.de, as data
One API turns any uni-mainz.de 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 1.4 s
- Page size
- 2.6 KB of markdown, 54 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This uni-mainz.de page cost $0.000125 to fetch.
* The author’s name is on the front of the title page.* The publication’s title is on the front of the title page.* The supervisor’s name is on the back of the title page.* The second supervisor’s name is on the back of the title page.* The date of the doctoral examination is on the back of the title page.* The CV is on the last page of the dissertation or on a supplementary page.* Have at least 1 copy bound as a metal-free hardcover, further copies as a softcover (also called clamp binding).What do I have to consider with the online version?* This is the peer-reviewed version approved for publication.* The electronic version must be identical in terms of page and content to the printed version, i.e. citable. Blank pages must be inserted if entire pages, e.g. acknowledgements, have been deleted.* The author’s name is on the title page.* The publication’s title is on the title page.* The pagination of the electronic version is identical to the printed version.* Figures, quotes, tables, etc. are all included in the electronic version.* Supervisors’ names: Obtain consent from named individuals. Otherwise delete the names.* CV: Your data will appear on the Internet. If you do not agree, you can delete the CV - When deleting, please ensure that the pages are identical to the printed version by inserting blank pages if necessary.* Other personal data, e.g. names, in the publication and in the acknowledgments: Obtain the consent of named persons or delete the names.* The electronic version is in PDF format (ideally PDF/A).* The reuse license specified later in the upload process must be indicated on the back of the title page of the electronic version, for example:Attribution, ShareAlike (CC-BY-SA-4.0)Attribution, NoDerivatives (CC-BY-ND-4.0) What Spider does on uni-mainz.de
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.
1.4 s · $0.000125Page 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://www.ub.uni-mainz.de/en/dissertations/checklist-submitting-doctoral-dissertations", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.ub.uni-mainz.de/en/dissertations/checklist-submitting-doctoral-dissertations", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.ub.uni-mainz.de/en/dissertations/checklist-submitting-doctoral-dissertations", {
return_format: "markdown",
});
console.log(page.content); What uni-mainz.de costs
Multiplied from the measured 2.6 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 uni-mainz.de.
The capture above took 1.4 s and cost $0.000125. The same call takes any URL on uni-mainz.de.