Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 605 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 605 Bytes

googlepatentscraper

Note: This client is not affiliated with Google

Table of Contents

Install

Install with pip:

pip install googlepatentscraper

Usage

Load document from google patents

from googlepatentscraper.document import Document

patent = Document("US8400417B2")
pprint(patent.data)

License

This code is distributed under the terms of the GPLv3 license. Details can be found in the file LICENSE in this repository.

Package Author

Linus Kohl, [email protected]