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
88 stars 23 forks source link

Problem with downloading full information about patent #2

Open ArtemMIPT opened 6 years ago

ArtemMIPT commented 6 years ago

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

amotl commented 5 years ago

Dear @ArtemMIPT,

the USPTO PEDS system does not offer any fulltext information for patent documents, as far as I know. Also, I don't know any API-based data source offered by the USPTO which makes it possible to retrieve fulltext information from individual documents.

Maybe @mohamedasni or @andyhegedus have some advices here?

With kind regards, Andreas.

amotl commented 5 years ago

Dear @ArtemMIPT,

for obtaining abstract or description texts for patent documents issued by the USPTO, you might want to have a look at the pypatent package by @daneads.

With kind regards, Andreas.