GET sciencespo.fr HTTP 2002.2 s17.7 KB$0.000228 captured Aug 7, 2026
sciencespo.fr, as data
One API turns any sciencespo.fr 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 2.2 s
- Page size
- 17.7 KB of markdown, 96 lines
- Fields
- Title, Authors, Abstract, Journal
- Captured
- Aug 7, 2026
Free balance on signup, no card. This sciencespo.fr page cost $0.000228 to fetch.
The use of this notion marks the evolution of my work since the 2006 conference. Survival includes acts of rescue by Jews themselves but also by non-Jewish French, through the active but also passive complicity of the population. Survival also depends on general factors, of a structural or contextual nature, depending on the Nazis’ political and strategic objectives in Europe, the existence of a Free Zone in France, the evolution of public opinion during roundups, the protest of eminent Catholic clergy, the creation of a so-called Italian zone, the development of resistance, the failures and limits of repression, and the evolution of the military front.
The book’s title sums up its intentions. The aim is not to claim that the three-quarters of Jews living in France were “rescued”, rather, that they survived. The two things are very different.*Interview by Miriam Périer, CERI* Jacques Semelin, *La survie des juifs en France 1940 – 1944*, CNRS éditions* Das Überleben von Juden in Frankreich 1940-1944, éditions Wallstein Verlag* The Survival of the Jews in France 1940-44, Hurst PublishersShare[Tweet](<https://twitter.com/intent/tweet?text=The Survival of the Jews in France, 1940-1944&url=https://www.sciencespo.fr/research/cogito/home/?p=6608&lang=en&via=ScPoResearch>)#### Related posts](https://www.sciencespo.fr/research/cogito/home/facing-the-scandal-of-evil-through-literature/?lang=en)A depiction of the Great Lisbon Earthquake, which occurred on 1 November 1755.#### Facing the Scandal of Evil Through Literature](https://www.sciencespo.fr/research/cogito/home/can-the-green-deal-make-european-agriculture-greener/?lang=en)Green Deal européen. Image Pixabay#### Can the Green Deal Make European Agriculture Greener?](https://www.sciencespo.fr/research/cogito/home/holy-russia-versus-the-west/?lang=en) What Spider does on sciencespo.fr
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.
2.2 s · $0.000228Page 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.sciencespo.fr/research/cogito/home/the-survival-of-the-jews-in-france-1940-1944/?lang=en", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.sciencespo.fr/research/cogito/home/the-survival-of-the-jews-in-france-1940-1944/?lang=en", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.sciencespo.fr/research/cogito/home/the-survival-of-the-jews-in-france-1940-1944/?lang=en", {
return_format: "markdown",
});
console.log(page.content); What sciencespo.fr costs
Multiplied from the measured 17.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 sciencespo.fr.
The capture above took 2.2 s and cost $0.000228. The same call takes any URL on sciencespo.fr.