Socket
Book a DemoInstallSign in
Socket

uspto-patents-view-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uspto-patents-view-api

An api wrapper for the patent view api run by the uspto

0.0.13
latest
Source
npmnpm
Version published
Weekly downloads
27
440%
Maintainers
1
Weekly downloads
 
Created
Source

Patent View Api

CI Job CodeFactor Codacy Badge npm version

Checkout all the granted patents over the last 50 years.

API Description

Examples of the

Shared arguments:

  • dataPoints - fields you want in your response;
    • example: ["patent_number", "date"]
  • sortBy - how you would like your results sorting in the response
    • example: [{"patent_number":"desc"}]

All endpoints support pagination, thus all endpoint's args object will have the following properties

{
  pageSize?: number;
  pages?: number;
}
  • Endpoints
    • Patents - retrieve details about patents and inventors
      • Range - Get all the patents between a period of time
        • /*
            RangeArgs: {
              startDate: string;
              endDate: string;
            }
          */
          const resp = await new Range().between({
            args: RangeArgs;
            dataPoints: DataPoints;
            sortBy?: SortingOptions;
          })
          

Keywords

uspto

FAQs

Package last updated on 21 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.