Learn R Programming

patentsview

An R client to the PatentsView API

Installation

You can get the stable version from CRAN:

install.packages("patentsview")

Development version

To get a bug fix or to use a feature from the development version, you can install the development version from GitHub:

# install.packages("pak")
pak::pak("ropensci/patentsview")

Basic usage

The PatentsView API provides an interface to a disambiguated version of USPTO. The patentsview R package provides one main function, search_pv(), to make it easy to interact with the API:

library(patentsview)

search_pv(query = '{"_gte":{"patent_date":"2007-01-01"}}')
#> $data
#> #### A list with a single data frame on patents level:
#> 
#> List of 1
#>  $ patents:'data.frame': 1000 obs. of  1 variable:
#>   ..$ patent_id: chr [1:1000] "10000000" ...
#> 
#> $query_results
#> #### Distinct entity counts across all downloadable pages of output:
#> 
#> total_hits = 5,815,634

Learning more

Head over to the package’s webpage for more info, including:

Copy Link

Version

Install

install.packages('patentsview')

Monthly Downloads

233

Version

1.0.0

License

MIT + file LICENSE

Maintainer

Christopher Baker

Last Published

February 26th, 2026

Functions in patentsview (1.0.0)

fieldsdf

Fields data frame
get_fields

Get list of retrievable fields
with_qfuns

With qry_funs
get_ok_pk

Get OK primary key
retrieve_linked_data

Retrieve Linked Data
get_endpoints

Get endpoints
unnest_pv_data

Unnest PatentsView data
search_pv

Search PatentsView
patentsview-package

patentsview: An R Client to the 'PatentsView' API
qry_funs

List of query functions