Facilitates programmatic downloading of patent PDFs and retrieval of patent information from Google Patents.
Sponsored
The Patent Downloader is a Python SDK engineered to simplify the process of accessing patent data from Google Patents. It offers robust capabilities for downloading patent PDFs, extracting detailed information such as titles, inventors, and assignees, and supports batch processing from various file formats like TXT and CSV. With both a command-line interface and a flexible Python API, it caters to individual researchers and developers, further extending its utility with an MCP server for seamless integration into larger systems and applications.
主要功能
01Download patent PDFs from Google Patents
02Get patent information (title, inventors, assignee, etc.)
03MCP server support for API access
04Command-line interface for direct use
05Batch downloading from TXT/CSV files
061 GitHub stars
使用案例
01Automating the collection of patent documents for research or analysis
02Programmatically retrieving patent metadata for integration into databases or applications
03Batch processing lists of patent numbers to download associated PDFs and information
04Developing applications that require on-demand patent information retrieval via an API