google_patent_details
Retrieve comprehensive patent details by supplying a publication number. Returns title, PDF, inventors, assignees, dates, and prior-art keywords in structured JSON.
Instructions
Retrieves detailed information about a specific patent, including title, PDF link, inventors, assignees, filing/priority/publication dates, and prior-art keywords. [Credits: 5 API credits per request] Notes: patent_id format is the plain publication_number (e.g. US11734097B1), not the 'patent/US.../en' path format returned by the google_patents search endpoint's organic_results.patent_id field. Returns: { title, type, pdf, publication_number, country, prior_art_keywords: [string], prior_art_date, application_number, inventors: [ { name, link, scrapingdog_link } ], assignees: [string], priority_date, filing_date, publication_date, worldwide_applications: {} }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Return the full HTML of the Google page instead of parsed JSON. (default: false) | |
| language | No | Language of the results, e.g. en, es, fr, de. See Google Language Page. (default: en) | |
| patent_id | Yes | The patent ID, e.g. US11734097B1 (plain publication-number style, not the 'patent/<id>/en' format returned by google_patents' organic_results). |