Skip to content
RAG Repo

PatentsView is run by the USPTO to make US patent records easier to explore and analyse. It links patents to the people, organisations, and places behind them, and keeps the database updated on a regular schedule.

There are two main ways to work with it. The Data Download provides the complete US patent collection as data tables that you can join together or text-mine, which the maintainers recommend for heavy-duty use. The API is better suited to lightweight, regular queries: it allows each user up to 45 queries per minute and returns the full text of title and abstract sections along with inventor, assignee, location, and classification details.

The data is released under CC BY 4.0, so you can use it commercially as long as you credit the source. That makes it one of the more straightforward patent corpora to build on.

patentsususptoapibulk-downloadstructured

Related sources