Install
openclaw skills install justserpapi-google-patents-detailsCall GET /api/v1/google/patents/details for Google SERP Patents Details through Just Serp API with patent_id.
openclaw skills install justserpapi-google-patents-detailsUse this focused Just Serp API skill for Google SERP Patents Details. It targets GET /api/v1/google/patents/details. Required inputs are patent_id. OpenAPI describes it as: Get Google patent Details data, including abstracts, claims, and legal status, for patent review and IP due diligence.
googlepatents/detailsjustserpapi-google-patents-details| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
patentDetails | v1 | GET | /api/v1/google/patents/details | Details |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
html | query | n/a | all | boolean | Set to true to return the raw HTML of the Google search results page alongside the structured data |
language | query | n/a | all | string | Set the language for the results using its two-letter code (e.g., 'en' for English, 'fr' for French). See Google Language |
patent_id | query | all | n/a | string | The unique Google Patent ID (e.g., 'US1234567B1') |
Request body: none documented; send parameters through path or query arguments.
Use patentDetails for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: patentDetails.
node {baseDir}/bin/run.mjs --operation "patentDetails" --api-key "$JUST_SERP_API_KEY" --params-json '{"patent_id":"<patent_id>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.
JUST_SERP_API_KEY--api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.patentDetails on /api/v1/google/patents/details.patent_id) before summarizing results.