patent_search
Search granted US patents by keyword (matched against title and abstract), title, and/or grant date range. Provide at least one of query, title, start_date, end_date. Returns title, grant date, assignee, and inventors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (default 25, max 100). | |
| query | No | Keyword(s) matched across patent title and abstract (e.g. 'lithium battery anode'). | |
| title | No | Keyword(s) matched against the patent title only. | |
| end_date | No | Grant-date upper bound (YYYY-MM-DD). | |
| start_date | No | Grant-date lower bound (YYYY-MM-DD). |