get_most_litigated_patents
Identify the Top 10 most litigated patents using keywords or IPC codes to assess potential risks in a specific technology space. Filters by application, publication dates, and patent authorities for targeted insights.
Instructions
Identify the patents involved in the most litigation cases, indicating potential risk in a technology space. Returns the Top 10 patents by litigation count. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apply_end_time | No | Patent application end year (yyyy format). Filters by application filing date. | |
apply_start_time | No | Patent application start year (yyyy format). Filters by application filing date. | |
authority | No | Patent authority code (e.g., CN, US, EP, JP). Filters by patent office. Use OR for multiple, e.g., "US OR EP". | |
ipc | No | Patent IPC classification code. Used to specify a particular technology field. | |
keywords | No | Keywords to search within patent title and abstract/summary. Supports AND, OR, NOT logic. Example: "mobile phone AND (screen OR battery)" | |
public_end_time | No | Patent publication end year (yyyy format). Filters by publication date. | |
public_start_time | No | Patent publication start year (yyyy format). Filters by publication date. |