Skip to content
RAG Repo

EPO Espacenet & Open Patent Services

Espacenet is the European Patent Office's public patent search service, offering free access to over 140M patent documents from more than 100 countries. Every record carries bibliographic data (titles, applicants, inventors, classification codes, and citations), and for a large share of them the full text and drawings as well. Alongside the familiar web interface, Open Patent Services (OPS) exposes the same data through a programmatic API, and the EPO's text-analysis tooling has made getting at patent full texts far less painful than it once was.

For anything past casual browsing you will want OPS. You register for a free account, receive API credentials, and query the service, which answers in `XML` with some JSON. The free tier carries weekly quotas on how much you can pull, so plan any bulk ingestion deliberately: decide the corpus you actually need, fetch it, cache it, and stay inside the allowance rather than hammering the endpoint and getting throttled.

As a RAG source it is excellent for reading, searching, and analysing patents: prior-art searches, mapping a technology landscape, or grounding a technical assistant in genuine invention disclosures. Patents are dense, highly structured, and heavily cross-referenced, which suits passage retrieval well, and the international spread means you are not boxed into a single jurisdiction.

The access model is the thing to get right, and it is why we rate this as limited. The EPO's terms let you use the data freely for most purposes but stop short of granting a blanket right to reuse it inside a commercial product: think of it as "open access, not open licence." You can read the documents at no cost, yet building a product on top of them is restricted, so if you intend to commercialise anything derived from Espacenet, check the EPO's conditions or arrange a specific licence first. Coverage varies too, since full text is not available for every country or every era, and the documents span many languages.

WIPO PATENTSCOPE gives similar global reach through a different interface, the USPTO publishes open bulk US patent data, and Google Patents Public Datasets on BigQuery is worth a look when you need large-scale, query-friendly access.

patentseuropeepoapifull-textglobal

Related sources