ecommerce-google-patent-search
Installation
SKILL.md
ecommerce-google-patent-search
Use this skill to query Google Patents public search. Read references/api.md before constructing a request.
Request contract
- Endpoint:
POST /api/v1/tools/research/googlePatent/search - Required:
q(non-empty query, maximum 1000 characters). - Optional:
num(10-100),page,country,language,before,after,sort,type,status,patents,scholar,litigation,inventor,assignee,clustered,dups. - Send only documented fields; reject unknown fields before network access.
Minimal example:
{"q":"wireless earbuds","num":10,"page":1}