0.0.13 • Published 2 years ago

uspto-patents-view-api v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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;
          })
0.0.13

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.8-0

3 years ago

0.0.7-0

3 years ago

0.0.5-0

3 years ago

0.0.9

3 years ago

0.0.9-0

3 years ago

0.0.5

3 years ago

0.0.11-0

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago