USPTO Patent Public Search

Datadory delivers Electronic Equipment & Instruments patent data covering the USPTO Patent Public Search corpus: more than 11 million issued United States patents alongside several million published applications, full text back to 1976, organized across eight named bibliographic fields from assignee name to publication date. Get a sample of this dataset and inspect assignee-scoped rows before anything ships.

The USPTO Patent Public Search is the United States Patent and Trademark Office's own window onto every issued US patent and every published patent application — more than 11 million granted patents plus several million pre-grant publications, with full text back to 1976 and bibliographic records reaching earlier. It is the successor to the retired PubEast/PubWest and PatFT/AppFT terminals, and within the Electronic Equipment & Instruments industry it is the canonical prior-art stop: when an electronics team needs to know whether a circuit topology, a sensor design or a display method was already claimed, this is the corpus the answer lives in.

The interface exposes a Quick Lookup for a single known number, a Basic Search that joins two fielded text boxes with AND/OR/NOT logic, and an Advanced mode for full query strings — a capable research surface. What it is not is an analysis environment: results come back as session exports, and turning eleven-digit application numbers, padded patent numbers and YYYYMMDD dates into join-ready rows is manual work. Datadory hands it to you shaped instead. Get a sample of this dataset and the rows come back cut to the assignees, inventors and date ranges you nominate, in the same schema the production feed uses.

What do rows from the USPTO patent corpus look like?

The record anatomy below is the delivered shape — one row per patent or published application, with the identifier quirks already normalized:

# Delivered row shape -- electronics prior-art cut; slots fill in your sample
publication_number : 20210123456      # pre-grant publication: 4-digit year + 7 digits
patent_number      : 0123456          # issued grant, left-padded to 7 digits
title              : <invention title>
inventor_name      : <named inventor>
assignee_name      : <rights-holding entity>
publication_date   : 20210101         # YYYYMMDD

Two conventions in that block break naive pipelines when they go unhandled. Issued patent numbers are left-padded to seven digits — 123456 becomes 0123456 — while application publication numbers run to eleven characters once the four-digit year is attached: 2021123456 becomes 20210123456. Treat both as plain integers and joins silently drop records. Every extract ships with those keys typed and padded consistently, so deduplication against your own filing lists is a set operation rather than a cleanup project. Live values for the assignees, date ranges and technology classes you care about arrive with your sample.

Which fields does the USPTO Patent Public Search dictionary define?

Eight fields anchor the dictionary, each carrying one axis of the bibliographic spine — who filed it, who holds it, who invented it, when it published, and the number that keys the whole record.

Additional fields on request: classification symbols (CPC/IPC), citation links between documents, claims and abstract text, and inventor geography arrive as extended columns when your analysis calls for them. Tell us the question you are answering and we map that depth onto your sample rather than shipping columns nobody reads — which is also where column-level naming gets locked down for your pipeline.

Where does coverage reach, and at what grain?

Three chips summarize the footprint:

  • Geography — United States grants and publications, the full national corpus held by the USPTO; foreign-origin filings appear wherever an international applicant entered the US system.
  • Time — everything the office holds: full text from 1976 forward, bibliographic records stretching earlier, spanning issued patents and pre-grant publications in a single corpus.
  • Granularity — one row per patent or per published application document, keyed on its publication number.

That document-level grain is the point for electronics work: component-level innovation moves in applications years before products ship, so a corpus covering publications alongside grants shows a rival's direction of travel roughly two to three years ahead of the storefront — the difference between reacting to a launch and anticipating it.

How is USPTO patent data delivered through Datadory?

API, files, or your warehouse. Daily, weekly, or hourly.

You choose the channel and the cadence; extraction, normalization and schema stability are our problem. The identifier-padding and date-formatting conventions above travel fixed across all three channels, so a nightly warehouse load and an on-demand lookup agree row for row. When the office revises records or extends the corpus, the feed you consume stays normalized — same columns, same types, same join keys. A sample ships first either way, sized to test in your pipelines the same day.

Who builds on USPTO Patent Public Search data?

Three of our persona groups lean on it hardest:

  1. Competitive intelligence & product teams — pull every filing under a rival's assignee name, watch where those filings cluster technologically, and benchmark your own portfolio's shape against theirs. More in the competitive intelligence & product teams hub.
  2. Data scientists & ML engineers — train prior-art retrieval, claim-language and technology-classification models on nearly five decades of full text, with assignee and inventor fields arriving as ready-made labels. Details on the data scientists page.
  3. Journalists & academics — ground reporting and research in the primary record rather than press-release summaries, with every row traceable to its publication number. See journalists & academics.

The recurring use cases: competitor tracking built on assignee-scoped filing histories, ML model training over historical full text, and citation-grade research where a single wrong patent number would embarrass the whole piece.

Which notes pair with this dataset?

Cards worth reading next: the rest of the Electronic Equipment & Instruments shelf, the structured patent-data siblings that complement this corpus with disambiguated inventors and machine-translated international text, and the comparison that sets it against a components-side neighbor.

Field dictionary — the eight bibliographic fields carried on every USPTO patent record

FieldTypeDefinitionExample
EverythingtextFull-record catch-all spanning every indexed element of the patent or application.any term, anywhere in the record
Applicant namestringName of the applicant party of record on the filing.company or person of record
Assignee namestringName of the assignee holding rights to the patent or application.rights-holding entity
Attorney agent/firmstringFirm or agent of record representing the application.representative firm
Attorney namestringIndividual attorney name of record on the filing.attorney of record
Patent/Application publication numberstringIssued patent number padded to 7 digits; pre-grant publication number at year + 7 digits, 11 characters total.0123456 / 20210123456
Inventor namestringNamed inventor on the patent or application.named individual
Publication datedatePublication or issue date of the record.20210101

Questions buyers ask

How many patents does the USPTO Patent Public Search corpus cover?

More than 11 million issued United States patents plus several million published patent applications — effectively the entire US patent record the office holds. Full text runs back to 1976, with bibliographic records reaching earlier, so deep history and current filing activity sit in one corpus.

What is the difference between an issued patent and a published application here?

Grants and pre-grant publications carry different identifier formats: issued patent numbers are left-padded to seven digits, while application publication numbers combine the four-digit year with seven more digits for eleven characters total. Both appear in the same corpus, and extracts type them consistently so nothing drops out of a join.

Can I track a competitor's filings by assignee?

Yes. Assignee name and applicant name are first-class fields, combinable with inventor name and publication date ranges. Name the companies and the window — one rival's last five years of filings, say — and the extract arrives scoped exactly to that, keyed on publication number.

How far back does the full text reach?

Full text starts in 1976 and runs to the present; earlier years carry bibliographic detail without complete text. For electronics prior-art work that matters less than it sounds — the technologies dominating modern claim disputes fall comfortably inside the full-text era.

How does this differ from PatentsView or Google Patents Public Data?

Same underlying corpus, different strengths. This is the office's own record with authoritative bibliographic fields; PatentsView adds disambiguated inventors and joined classification tables; Google Patents layers machine-translated international text. We deliver whichever fits the job, and both siblings sit beside it on the industry hub.

What does a Datadory sample include?

The rows and fields you nominate — typically a recent window cut to the assignees, inventors or date ranges you name, delivered in the same schema as the production feed. Samples exist to prove fit before you commit, so joins you build during evaluation survive unchanged into production.

See the rows before you pay anything.

Name this dataset and we send real records from it — scoped to the fields you asked for.

See pricing