VOOZH about

URL: https://apify.com/johnvc/google-patents-api

⇱ Google Patents Scraper API - MCP, Claude AI Β· Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

Google Patents API

Google Patents API for Claude, Cursor, ChatGPT, and any MCP-compatible AI agent. Search by keyword, inventor, or assignee across USPTO, EPO, WIPO, JPO, CN, KR + 100 offices. Pull claims, citations, family graphs, CPC. AI patent summaries. Pay per event.

Pricing

from $0.01 / 1,000 results

Rating

5.0

(3)

Developer

πŸ‘ John

John

Maintained by Community

Actor stats

6

Bookmarked

14

Total users

9

Monthly active users

9 hours ago

Last modified

Share

Google Patents MCP - Search, Details, Citations, AI Summaries

The Google Patents API for AI agents and IP professionals. Use this actor with Claude, Cursor, ChatGPT, or any MCP-compatible AI agent.

Search Google Patents by keyword, inventor, or assignee across USPTO, EPO, WIPO, JPO, CN, KR, and 100+ patent offices. Pull full patent details: claims, citations, family graphs, CPC classifications, and PDF URLs. Get AI-generated patent summaries (top assignees, inventors, and CPC classes with percentage and year-range frequency). Pay per event - no flat monthly fees.

Use it from your AI agent

Wire this actor into Claude, Cursor, ChatGPT, or any MCP client and your agent can run tasks like:

  • "Find all patents filed by Apple in the last 5 years and return assignees, inventors, filing dates, and citation counts."
  • "Pull the full claims, abstract, and citation network for patent US10123456B2."
  • "Get an AI-generated summary of patents about graphene battery with the top assignees and CPC classes."
  • "Monitor new patents filed in CPC class H01M for any new applications since last month."
  • "Build a citation graph from patent US11734097B1 showing all backward and forward citations."
  • "Find all patents by inventor John Smith at IBM and rank by forward citation count."

For IP attorneys, R&D teams, and patent valuation specialists

This actor is built for professional patent work:

  • Prior-art search - Full keyword + filter search across 100+ offices with CPC/IPC classification filtering and date-range filtering on priority, filing, or publication dates.
  • Freedom-to-operate analysis - Pull full claims text and citation networks for any patent in seconds; export as JSON to feed into your claim-chart workflow.
  • Technology landscaping - The AI summary block returns top assignees and top CPC classes for any search, with year-range frequency arrays so you can visualize a technology landscape in one chart.
  • Patent valuation - Forward citation counts (cited_by) come back with every details lookup, ready to feed citation-weighted valuation models.
  • Competitive intelligence - byAssignee mode gives you every patent from a target company filtered to a country, type, status, and date range, in one call.

Quick start

Use as an MCP tool (Claude, Cursor, ChatGPT)

This actor runs on the Apify MCP server, so any MCP-compatible AI client can discover and call it.

1. Install the Apify MCP server. Point your client at the hosted endpoint:

https://mcp.apify.com

In a client that uses an mcpServers config (such as Claude Desktop or Cursor), add a server entry like this and restart the client:

{
"mcpServers":{
"apify":{
"url":"https://mcp.apify.com",
"headers":{
"Authorization":"Bearer YOUR_APIFY_API_TOKEN"
}
}
}
}

The exact, per-client setup steps are in the Apify MCP integration docs.

2. Call this actor by name. Once the server is connected, your agent can find it through search-actors or call it directly by its full name:

johnvc/google-patents-api

Every input parameter carries an LLM-readable title and description, so the agent can pick the right inputs on its own.

Watch: how to install and use the Apify MCP server

New to MCP? This Apify walkthrough shows how to install the MCP server and use it to discover and run actors from Claude, Cursor, or any MCP client.

Run from the Apify console

  1. Click Try for free on the actor page.
  2. Fill in a search query, e.g. q: graphene battery, max_pages: 2.
  3. Click Start. Results land in the default dataset, one row per search page.

Run via the Apify API

curl-X POST "https://api.apify.com/v2/acts/johnvc~google-patents-api/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"q": "graphene battery",
"country": "US,EP",
"after": "filing:20200101",
"max_pages": 3,
"include_ai_summary": true
}'

Input parameters

The actor accepts one flat input form. The mode is implicit from which fields you fill:

FieldTypeDescription
qstringFree-text search query. At least one of q, patent_id, assignee, or inventor is required.
patent_idstringProvide to fetch full details for a specific patent. Format patent/US10123456B2/en or patent/US10123456B2.
assigneestringComma-separated assignee names (e.g. Apple,Microsoft).
inventorstringComma-separated inventor names.
countrystringComma-separated patent office codes: US, EP, WO, JP, KR, CN, DE, GB, FR, CA, AU, IN, ...
languagestringComma-separated language codes: EN, DE, ZH, FR, ES, AR, JA, KO, PT, RU, IT, NL, SV, FI, NO, DA.
statusenumGRANT or APPLICATION.
typeenumPATENT or DESIGN.
before / afterstringDate filters in the form type:YYYYMMDD, where type is priority, filing, or publication.
sortenumrelevance, new, old.
litigationenumYES or NO.
numintegerResults per page (10 to 100, default 10).
max_pagesintegerNumber of pages to fetch (default 1, 0 for unlimited).
include_ai_summarybooleanAttach the AI summary block to the first page item.
include_detailsbooleanAfter pagination, also pull full details for each result up to 10 patents.

Output

Each dataset item represents one page of search results (or one details record). The shape is:

{
"search_parameters":{ ... },
"search_metadata":{
"total_results":1340,
"patents_count":10,
"pages_processed":1,
"mode":"search"
},
"search_timestamp":"2026-05-14T12:34:56",
"page_number":1,
"patents":[
{
"patent_id":"patent/US10123456B2/en",
"title":"...",
"snippet":"...",
"assignee":["..."],
"inventor":["..."],
"priority_date":"2018-01-15",
"filing_date":"2019-01-15",
"grant_date":"2021-11-23",
"publication_date":"2021-11-23",
"publication_number":"US10123456B2",
"pdf":"https://patentimages.storage.googleapis.com/..."
}
],
"ai_summary":{
"assignees":[{"key":"...","percentage":12.4,"frequency":[...]}],
"inventors":[...],
"cpc":[...]
}
}

In details mode, the same item also carries a details object with claims, cpc_classifications, patent_citations, non_patent_citations, cited_by, worldwide_applications, parent/child/priority applications, legal_events, images, and the PDF URL.

Pricing

Pay per event:

EventPrice
Setup (per run)$0.02
Page processed (one dataset item written)$0.02

A search page (~10 patents), a details lookup, and a details-mode result each count as one page_processed. Use max_pages and include_details to control your total spend.

Scheduled monitoring

To monitor new filings, schedule this actor in the Apify console and pair it with the after: publication:YYYYMMDD parameter. Each run returns only patents published after your cursor date - feed the dataset into your downstream alerting workflow.

Support

Issues or feature requests: open a ticket on the Apify actor page or message the maintainer through the Apify console.


n8n integration

Available as an n8n community node, n8n-nodes-google-patents-api. In n8n: Settings, Community Nodes, install n8n-nodes-google-patents-api, then use it in any workflow (it also works as an AI Agent tool).


Featured Tasks

Ready-to-run examples that show this API solving a specific problem. Each opens its own setup so you can run it on your account in one click.

Last Updated: 2026.06.19

You might also like

Google Patents Intelligence

constructive_calm/google-patents-intelligence

Scrapes patents from Google Patents (USPTO, EPO, WIPO, JPO, CN, KR, and 100+ offices) with rich factual output: citations, classifications, assignees, inventors, claims count. Modes: keyword search, by-assignee, by-inventor, patent details, and incremental monitoring for scheduled alerts.

14

5.0

Google Patents Scraper β€” Search, Citations, Family Graph

khadinakbar/google-patents-scraper

Scrape 120M+ patents from USPTO, EPO, WIPO, JPO, CN, KR + 100 offices. Six modes: search, details (claims/citations/family), byAssignee, byInventor, family graph, citationNetwork. Pay-per-event, no API key. Built for prior-art search, IP landscaping, and AI-agent use via Apify MCP.

17

Google Patents Scraper | Worldwide Patent Database

parseforge/google-patents-scraper

Search 120M+ patents worldwide from Google Patents covering USPTO, EPO, WIPO, CNIPA, JPO and more. Filter by country, assignee, inventor, status, date and language. Export title, abstract, dates and PDF links to CSV, Excel, JSON or XML for IP research at scale.

Google Patents Scraper

crawlerbros/google-patents-scraper

Search Google Patents and pull full patent metadata: abstract, claims, classifications (CPC/IPC), inventors, assignees, priority/grant dates, family, citations, and PDFs. Search by keyword, inventor, assignee, classification, or citation; lookup by publication number or URL.

Google Patents Scraper

codingfrontend/google-patents-scraper

Scrapes patent data from Google Patents including title, patent number, inventor, assignee, filing/publication dates, abstract, link and citations.

πŸ‘ User avatar

codingfrontend

3

USPTO Patents Scraper | Google Patents Full-Text Grants Search

parseforge/uspto-patents-scraper

Export US patent grants and applications via Google Patents public search: patent number, title, abstract, assignee, inventor, filing date, grant date, publication date, CPC codes and PDF link. Search by query, classification or assignee. CSV, Excel, JSON or XML.

USPTO API - Patent & Trademark Data

alizarin_refrigerator-owner/uspto-api---patent-trademark-data

Access USPTO patent & trademark data. Search 11M+ US patents by keyword, inventor, assignee or classification. Get patent details, claims, citations legal status. Track trademark registrations and applications. Search Patents Search by Inventor Get Patent Claims Get Citations Search Trademarks

Google Patents Scraper Claims Inventors Citations 1

scrapepilot/google-patents-scraper----claims-inventors-citations-1

Scrape complete patent data from Google Patents. Returns full claims text, abstract, inventors, applicants, IPC/CPC classifications, filing dates, legal status and citation counts. Search by patent ID, keyword, assignee or inventor. RESIDENTIAL proxy included.

Google Patents Scraper

api-empire/google-patents-scraper

πŸ”Ž Google Patents Scraper (google-patents-scraper) extracts structured patent data from Google Patentsβ€”titles, abstracts, inventors, assignees, CPC, claims, citations, priority dates & PDF links. βš™οΈ Ideal for IP research, competitive intel & R&D. Export to CSV/JSON for analysis. πŸš€