USPTO CPC patent classification UPC USPC data database concordance

USPC to CPC Statistical Concordance Table

NOTE: The USPC to CPC concordance pages mentioned in the original post are not available via the USPTO website anymore. So, I have posted the CSV of the concordance below. You can download the CSV here: https://www.syspect.ca/wp-content/uploads/2020/12/uspc-cpc.csv OLD POST The USPC to CPC statistical concordance table is available on the USPTO website:http://www.uspto.gov/web/patents/classification/index.htm The only problem is that it’s nearly impossible to download all the tables because they are all on separate pages. Here is a web-scraping python script to download all the tables for all USPC and create a CSV file. The script is available here and requires the BeautifulSoup library: https://dl.dropbox.com/u/45852891/UPC-CPCconcordance1000.py The parsed CSV file is available here: https://dl.dropbox.com/u/45852891/uspc-cpc.csv The CSV includes the first 5 related CPC codes as columns and can be opened in excel or imported into a database. Cheers!

Read more