VOOZH about

URL: https://apify.com/dash_authority/uspto-patent-search

โ‡ฑ USPTO Patent Search ยท Apify


Pricing

$3.00 / 1,000 results

Go to Apify Store

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

2

Total users

0

Monthly active users

2 months 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

You might also like

USPTO Patents Scraper | Google Patents Full-Text Grants Search

parseforge/uspto-patents-scraper

Export US patent grants and applications via Google Patents public search: patent number, title, abstract, assignee, inventor, filing date, grant date, publication date, CPC codes and PDF link. Search by query, classification or assignee. CSV, Excel, JSON or XML.

USPTO API - Patent & Trademark Data

alizarin_refrigerator-owner/uspto-api---patent-trademark-data

Access USPTO patent & trademark data. Search 11M+ US patents by keyword, inventor, assignee or classification. Get patent details, claims, citations legal status. Track trademark registrations and applications. Search Patents Search by Inventor Get Patent Claims Get Citations Search Trademarks

Google Patents Scraper

codingfrontend/google-patents-scraper

Scrapes patent data from Google Patents including title, patent number, inventor, assignee, filing/publication dates, abstract, link and citations.

๐Ÿ‘ User avatar

codingfrontend

3

USPTO Patent Search Scraper

crawlerbros/uspto-patent-scraper

Search and extract US patent data from the USPTO Public Patent Search (PPUBS) - full-text search across 10M+ patents and patent applications. No API key required.

USPTO Patent Scraper

devilscrapes/uspto-patents-scraper

Search US issued patents via the official USPTO Patents Public Search API โ€” patent number, title, abstract, inventors, assignee, classifications, priority, filing, and grant dates โ€” bulk export to JSON or CSV. Free, no key, no login.