uspto-database
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Author
Category
Other ToolsInstall
Hot:13
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=k-dense-ai-scientific-skills-uspto-database&locale=en&source=copy
USPTO Database - U.S. Patent and Trademark Office Data Retrieval Skills
Skill Overview
USPTO Database provides access to the USPTO's official APIs, supporting patent search, trademark queries, prosecution history tracking, citation analysis, and ownership change records. It is suitable for intellectual property analysis, prior art searches, and patent due diligence.
Use Cases
Core Features
Frequently Asked Questions
How do I obtain an access key for the USPTO API?
Register for an API key at the USPTO developer portal (https://account.uspto.gov/api-manager/). The PatentSearch API requires separate registration on the PatentsView site (https://patentsview.org/api-v01-information-page). Set the keys as environment variables USPTO_API_KEY and PATENTSVIEW_API_KEY to use them.
What's the difference between PEDS and the deprecated PAIR?
PEDS (Patent Examination Data System) is the USPTO's currently recommended prosecution history query API, providing complete examination records from 1981 to the present. PAIR Bulk Data (PBD) was deprecated in 2024. PEDS can be accessed via the official Python library uspto-opendata-python and provides application status, transaction history, office action dates, and comprehensive prosecution data.
Are there rate limits for the patent search API?
The PatentSearch API is limited to 45 requests per minute. It is recommended to implement exponential backoff to handle rate-limit errors and to cache responses where possible. Other USPTO APIs (PEDS, TSDR, Assignment, etc.) use the same API key, so be mindful of overall call frequency to avoid service interruptions.