ip-tools / uspto-opendata-python

A client library for accessing the USPTO Open Data APIs, written in Python.
https://docs.ip-tools.org/uspto-opendata-python/
MIT License
87 stars 23 forks source link

Add more data sources from USPTO #8

Open amotl opened 5 years ago

amotl commented 5 years ago

Based on comments by @andyhegedus coming from #5, we would like to add support for accessing more data sources from USPTO in the future.

mustberuss commented 3 years ago

If it helps, the same people who created the patentview api also created a python wrapper for it. The api can output json or xml but the wrapper generates csv files. Wrapper queries can be chained together as mentioned on my patentsview site at http://patentsview.historicip.com/wrapper2.htm The site is similar to the peds one mentioned in #5.

Russ Allen