Feature: serp

Google Patents

Patent results with title, inventors, assignee, filing date, and public-document URL.

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

JSON
{ "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:

Python
tool.invoke({"query": "retrieval augmented generation assignee:google", "vertical": "patents"})

Frequently Asked Questions

Send a search request with the appropriate platform (google) and Scavio returns google patents data in the response. See the example above for the exact field path.

Yes. Scavio fetches google patents data in real time on each request. There is no caching layer and no stale data.

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 p

Google Patents data is returned as part of the standard search response. Each request costs 1 credit. Free tier includes 500 credits/month.

Start Using Google Patents

Patent results with title, inventors, assignee, filing date, and public-document URL.