uspto-opendata-python icon indicating copy to clipboard operation
uspto-opendata-python copied to clipboard

A client library for accessing the USPTO Open Data APIs, written in Python.

Results 11 uspto-opendata-python issues
Sort by recently updated
recently updated
newest added

Hey! This is the only way I can see to contact you, so here I go! I'm the author and maintainer of `patent_client`, a library with a similar scope and...

Based on comments by @andyhegedus coming from #5, we would like to add support for accessing more data sources from USPTO in the future. - BDSS API: https://bulkdata.uspto.gov/ - Bulk...

I tried following. ``` from uspto.peds.client import UsptoPatentExaminationDataSystemClient client = UsptoPatentExaminationDataSystemClient() client.search('appEarlyPubNumber:(US 2006-0063272 A1)') client.search('appEarlyPubNumber:(US 2006-0063272)') client.search('appEarlyPubNumber:(2006-0063272 A1)') client.search('appEarlyPubNumber:(2006-0063272 2017-0042821)') ``` all gives ``` {'numFound': 0, 'start': 0, 'docs': [],...

## Introduction This is about writing query expressions properly. ### Searching for names ``` uspto-peds search 'appExamName:"WILSON, NICHOLAS R"' ``` Note the quotes around the examiner name here. -- https://github.com/ip-tools/uspto-opendata-python/issues/10#issuecomment-480110809...

We should take some details about the [mm (Minimum Should Match) Parameter] of the [DisMax query parser] into consideration, see https://github.com/ip-tools/uspto-opendata-python/issues/10#issuecomment-480095121 ff. The upstream user interface currently will always set...

Coming from #7, @rahul-gj created a fork of this library called [uspto-peds-python](https://github.com/rahul-gj/uspto-peds-python), which just wraps the PEDS Search API and is purely based on the `requests` and `BeautifulSoup` packages. This...

I can't download such fields like abstract or description of patent using this library.

Can we update the dependencies? It is un-necessarily uninstalling the updated packages and installing old packages. ``` Found existing installation: urllib3 1.24.1 Uninstalling urllib3-1.24.1: Successfully uninstalled urllib3-1.24.1 Found existing installation:...

I tried to search on USPTO web site for patents of Amazon and the result was ~9000 patents. Using this library I found only ~600 patents. I was searching for...

I copy pasted the query from the docs and it seems like theres a 404 response from the API.