Search and retrieve US patent data: full details, inventors, assignees, citations, and litigation history.
GET /patent/{number}
Full patent details, abstract, inventors
GET /patents/search
Search by keyword or assignee
GET /patents/company/{name}
All patents assigned to a company
GET /patents/inventor/{name}
Patents by inventor
GET /patent/{number}/citations
Forward and backward citation graph
REST API for US patent data powered by USPTO and Google Patents. Search by keyword, company, or inventor. Get full paten...