Difference between revisions of "Patent Data"

From edegan.com
Jump to navigation Jump to search
imported>Leo
imported>Leo
Line 23: Line 23:
 
[http://www.edegan.com/wiki/index.php/Image:Grant_download_2005-2015.sh Script to download patent grant data from 2005-2015]
 
[http://www.edegan.com/wiki/index.php/Image:Grant_download_2005-2015.sh Script to download patent grant data from 2005-2015]
  
  to use
+
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

Revision as of 18:55, 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