Difference between revisions of "Patent Data"
imported>Leo |
imported>Leo |
||
Line 31: | Line 31: | ||
~ leodu$ chmod a+x Applications_download_2001-2004.sh | ~ leodu$ chmod a+x Applications_download_2001-2004.sh | ||
~ leodu$ ./Applications_download_2001-2004.sh | ~ leodu$ ./Applications_download_2001-2004.sh | ||
+ | |||
+ | When all the files are downloaded, unzip all of them using | ||
+ | |||
+ | ~ leodu$ unzip *.zip |
Revision as of 17:57, 20 January 2016
The Patent Data page is for instructions on how to get the USPTO patent data, how to use the database, and for the documentation of our database.
ER diagram
See ER Diagram
Downloading the files
The files (in xml format) for granted patent data can be obtained at granted patent
The files for patent application data can be obtained at patent applications
The files for maintenance fees data can be obtained at maintenance
Scripts are available to perform a bulk download of all the above files:
Script to download patent application data from 2001-2004
Script to download patent application data from 2005-2015
Script to download patent grant data from 1976-2000
Script to download patent grant data from 2001-2004
Script to download patent grant data from 2005-2015
To use the scripts, save the scripts as shell scripts, then either
~ leodu$ sh Applications_download_2001-2004.sh
or first change the script to an executable and execute it
~ leodu$ chmod a+x Applications_download_2001-2004.sh ~ leodu$ ./Applications_download_2001-2004.sh
When all the files are downloaded, unzip all of them using
~ leodu$ unzip *.zip