USPTO Patent Search avatar

USPTO Patent Search

Pricing

$3.00 / 1,000 results

Go to Apify Store
USPTO Patent Search

USPTO Patent Search

Search US patents via the PatentsView API. Find patents by keyword, assignee organization, inventor, date range, and CPC classification. Ideal for patent attorneys, R&D teams, competitive intelligence, and VC due diligence.

Pricing

$3.00 / 1,000 results

Rating

0.0

(0)

Developer

Dash Authority

Dash Authority

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Search and retrieve US patents using the PatentsView API from the USPTO. Query patents by keyword, assignee, inventor, date range, and CPC classification. The only patent search actor on Apify.

Features

  • Search patents by keyword across titles and abstracts
  • Filter by assignee organization name
  • Filter by inventor last name
  • Filter by patent grant date range
  • Filter by CPC (Cooperative Patent Classification) group
  • Returns structured JSON with full patent metadata
  • No authentication required — PatentsView is a free public API

Use Cases

  • Prior Art Search: Patent attorneys can quickly find existing patents in a technology area before filing new applications.
  • Competitive Intelligence: R&D teams can monitor what competitors are patenting by searching assignee names and technology keywords.
  • VC Due Diligence: Investors can verify a startup's patent portfolio claims and check for competing IP in the same space.
  • Technology Landscape Mapping: Identify dominant players, filing trends, and white spaces in any technology domain using CPC codes and keyword searches.
  • Licensing Research: Find patents approaching expiration or identify licensing opportunities by searching specific technology areas and assignees.

Input

FieldTypeDescriptionDefault
keywordstringRequired. Search keyword for title/abstract
assigneestringAssignee organization name
inventorLaststringInventor last name
dateFromstringStart date (YYYY-MM-DD)
dateTostringEnd date (YYYY-MM-DD)
cpcGroupstringCPC classification group ID (e.g. H01L)
limitnumberMaximum results to return100

Output

Example result:

{
"patent_number": "11890123",
"title": "Method and system for adaptive neural network training using distributed computing",
"abstract": "A method for training neural networks across distributed computing nodes using adaptive gradient synchronization techniques that reduce communication overhead while maintaining model accuracy...",
"date": "2024-02-06",
"type": "utility",
"assignees": [
"Google LLC",
"DeepMind Technologies Limited"
],
"inventors": [
{ "first": "James", "last": "Chen" },
{ "first": "Sarah", "last": "Williams" }
],
"num_claims": 24
}
FieldTypeDescription
patent_numberstringUS patent number
titlestringPatent title
abstractstringFull patent abstract text
datestringPatent grant date (YYYY-MM-DD)
typestringPatent type (utility, design, plant, reissue)
assigneesarrayArray of assignee organization names
inventorsarrayArray of {first, last} name objects
num_claimsnumberNumber of claims in the patent

Pricing

$3.00 per 1,000 results ($0.003 per result).

How It Works

This actor makes direct HTTP requests to the PatentsView API (api.patentsview.org), the USPTO's public patent data service. No authentication, no browser, no scraping. PatentsView aggregates all granted US patents and makes them queryable via structured API calls. The database updates weekly.

FAQ

What patents are covered? All USPTO-granted patents — utility, design, plant, and reissue patents. This covers US patents only, not international filings (no PCT or EPO data).

Do I need an API key? No. PatentsView is a free, open API. No registration or authentication required.

What is the maximum number of results? 1,000 per query. For broader searches, narrow your date range or use CPC classification codes to segment results.

How fresh is the data? PatentsView updates weekly, typically within a few days of patent grant publication (every Tuesday).

Limits & Rate Limits

  • Maximum 1,000 results per query
  • PatentsView recommends keeping request rates reasonable (no official hard limit, but throttling may occur above ~45 requests/minute)
  • Very broad keyword searches (e.g. "machine") will hit the 1,000 result cap — use filters to narrow down
  • Abstract text is limited to 100 words in search results; full abstracts may require follow-up queries