GET epo.org HTTP 200106 ms11.2 KB$0.00107 captured Aug 7, 2026
epo.org, as data
One API turns any epo.org 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 106 ms
- Page size
- 11.2 KB of markdown, 221 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This epo.org page cost $0.00107 to fetch.
# Nominations open for 2027Join our annual conference of the PATLIB centres on 16 September# Opposition Matters 2026Be part of our top event for professional users on 29 and 30 September# Study on European technology transfer officesOn 22 October, the Observatory will host an event exploring key research findings and how they can be translated into market success## The EPO provides high-quality patents and efficient services that foster innovation, competitiveness and economic growth.#### Searching for patentsFind out what technology already exists[European Patent Register](<https://register.epo.org/regviewer >) [European Publication Server](<https://data.epo.org/publication-server >) [Espacenet patent search](<https://worldwide.espacenet.com/ >)New to patents?Patent searching for IP professionals#### Applying for a patentAccess MyEPO servicesOnline Filing 2.0Fee AssistantNew to patents?Applying for IP professionals#### Law and practiceKeep pace with the latest legal developmentsOfficial Journal[European Patent Convention](<https://www.epo.org/en/legal/epc/2020/index.html >)Guidelines for ExaminationLaw & practice for IP professionals#### Boards of AppealIndependent review of EPO decisionsDecisionsCase law of the Boards of AppealOral proceedings## NewsDisruption due to earthquake in JapanA notice in the Official Journal outlines remedies available where time limits were missed due to earthquake-related disruptionsExchange on patent quality, sustainability, the Unitary Patent and geographicaloutreachExchange on patent quality, emerging technologies and the Unitary PatentSolidarity with LGBTQ+ communityEPO to continue key role as PCT authority until 2037PCT AssemblyreappointsEPO as International Searching and Preliminary Examining AuthorityInternational co-operationPatent granting process fully digital as of 1 April 2027 What Spider does on epo.org
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.
106 ms · $0.00107Page 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://epo.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://epo.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://epo.org/", {
return_format: "markdown",
});
console.log(page.content); What epo.org costs
Multiplied from the measured 11.2 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 epo.org.
The capture above took 106 ms and cost $0.00107. The same call takes any URL on epo.org.