Difference between revisions of "Patent Data"
imported>Ed |
imported>Leo |
||
Line 45: | Line 45: | ||
*Kind codes: http://www.uspto.gov/learning-and-resources/support-centers/electronic-business-center/kind-codes-included-uspto-patent | *Kind codes: http://www.uspto.gov/learning-and-resources/support-centers/electronic-business-center/kind-codes-included-uspto-patent | ||
*Series codes: http://www.uspto.gov/web/offices/ac/ido/oeip/taf/filingyr.htm | *Series codes: http://www.uspto.gov/web/offices/ac/ido/oeip/taf/filingyr.htm | ||
+ | |||
+ | ==Other Resources== | ||
+ | http://www.uspto.gov/learning-and-resources/xml-resources |
Revision as of 14:16, 21 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
Notice there will be several hundreds of .zip files of size ~100mb getting downloaded so the process might take a while. When all the files are downloaded, unzip all of them using
~ leodu$ unzip *.zip
XML Schema Notes
Tags we are using:
- CPC Classification: https://en.wikipedia.org/wiki/Cooperative_Patent_Classification
Tags we aren't using:
- Kind codes: http://www.uspto.gov/learning-and-resources/support-centers/electronic-business-center/kind-codes-included-uspto-patent
- Series codes: http://www.uspto.gov/web/offices/ac/ido/oeip/taf/filingyr.htm