What is Google Patents?
Scavio exposes Google Patents with normalized fields per filing: title, inventor list, assignee, filing and publication date, classification codes, and the document URL. Used for prior-art research, IP landscaping, and competitive IP monitoring without a pay-walled patent database.
Example Response
{ "patents": [{ "title": "Method for ...", "assignee": "Acme", "filing_date": "2024-02-01" }] }Use Cases
- Prior-art search
- IP landscape analysis
- Competitor patent monitoring
- Research on emerging tech categories
Why Google Patents Matters
Google Patents covers WIPO and most major patent offices, and Scavio exposes the results as JSON an agent can consume directly.
LangChain Example
Drop google patents data into your LangChain agent in a few lines:
tool.invoke({"query": "retrieval augmented generation assignee:google", "vertical": "patents"})