linuskohl / googlepatentscraper

Scrapes documents from Google patents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, linus@munichresearch.com

About

Scrapes documents from Google patents

License:GNU General Public License v3.0


Languages

Language:Python 100.0%