GET dukeupress.edu HTTP 200226 ms25.8 KB$0.000351 captured Aug 7, 2026
dukeupress.edu, as data
One API turns any dukeupress.edu 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 226 ms
- Page size
- 25.8 KB of markdown, 305 lines
- Fields
- Course Name, Institution, Description, Duration and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This dukeupress.edu page cost $0.000351 to fetch.
[Brackett_Touch of Grey cover### Radical History Review RHR Editorial Collective For more than forty-five years, *Radical History Review* has stood at the point where rigorous historical scholarship and active political engagement converge.### Journal of Health Politics, Policy and Law Sarah E. Gollust A leading journal in its field, and the primary source of communication across the many disciplines it serves, the *Journal of Health Politics, Policy and Law* focuses on the initiation, formulation, and implementation of health policy and analyzes the relations between government and health—past, present, and future.### Public Culture Brian T. Edwards, Vyjayanthi Rao Public Culture</I> is a peer-reviewed interdisciplinary journal of cultural studies, published three times a year.### Duke Mathematical Journal Hubert L. Bray, Alexander Kiselev Published since its inception in 1935 by Duke University Press, the *Duke Mathematical Journal* is one of the world's leading mathematical journals.### Notre Dame Journal of Formal Logic Curtis Franks, Anand Pillay The *Notre Dame Journal of Formal Logic* publishes original work in all areas of logic and the foundations of mathematics.### Illinois Journal of Mathematics Rui Loja Fernandes Founded in 1957, the *Illinois Journal of Mathematics* (*IJM*) featured in its inaugural volume the papers of many of the world’s leading mathematicians.### Kyoto Journal of Mathematics Osamu Fujino The *Kyoto Journal of Mathematics* publishes original research papers at the forefront of pure mathematics, including surveys that contribute to advances in pure mathematics.### Global Migration Migration is shaped by shifting political forces, environmental pressures, cultural ties, and deeply personal motivations. Selections in this reading list explore how systems of control, labor, security, race, gender, and climate intersect with lived experiences of movement across borders.### Critical Perspectives on AI in the Humanities This reading list brings together a curated selection of journal issues, peer-reviewed articles, and scholarly books that examine the cultural, ethical, political, and intellectual dimensions of artificial intelligence. Spanning disciplines across the humanities, this collection highlights questions of power, labor, race, language, authorship, and knowledge production in an era shaped by algorithms.### Globalization, Neoliberalism, and the Global Rise of Right-Wing Politics With Trump’s second term and the rise of right-wing leaders globally, the 2016 election appears less like an anomaly and more like part of a broader rightward shift. This reading list explores how to make sense of this shift by examining its historical context and significance. As these questions arise in many discussions, we offer a collection of books, journal issues, and articles to help readers navigate this political moment.Upcoming Conferences & Exhibits What Spider does on dukeupress.edu
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.
226 ms · $0.000351Page 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://dukeupress.edu/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://dukeupress.edu/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://dukeupress.edu/", {
return_format: "markdown",
});
console.log(page.content); What dukeupress.edu costs
Multiplied from the measured 25.8 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 dukeupress.edu.
The capture above took 226 ms and cost $0.000351. The same call takes any URL on dukeupress.edu.