Skip to main content
AI Studio  add-on for Spider.
epo.org · HTTP 200

Epo Scraper

Spider read epo.org in 106 ms without a browser and returned 221 lines of clean markdown, including sections like "Nominations open for 2027", "Opposition Matters 2026" and "Study on European technology transfer offices".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response epo.org/index.md markdown · 221 lines
# 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
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on epo.org.

epo-org-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://epo.org");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRating

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What epo.org costs to scrape.

The capture above cost $0.00107 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://epo.org/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping epo.org.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.