VOOZH about

URL: https://apify.com/constructive_calm/google-patents-intelligence

⇱ Google Patents Intelligence Β· Apify


Pricing

from $8.00 / 1,000 patent (deep) records

Go to Apify Store

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.

Pricing

from $8.00 / 1,000 patent (deep) records

Rating

5.0

(1)

Developer

πŸ‘ Omar Eldeeb

Omar Eldeeb

Maintained by Community

Actor stats

2

Bookmarked

14

Total users

8

Monthly active users

19 days ago

Last modified

Share

Scrapes patents from Google Patents with global coverage across the USPTO, EPO, WIPO, JPO, China, Korea, and 100+ other patent offices. Returns underwriting-grade factual records β€” patent ID, title, abstract, all inventors, current and original assignees, CPC classifications, backward + forward citation counts, claims count, legal status, PDF URL, and a deterministic summary built from the extracted facts.

Five modes: keyword search, by assignee (company), by inventor, patent details (for a specific ID list), and incremental monitoring for scheduled alerts on new filings.

Why use this actor?

  • IP attorneys β€” monitor client portfolios, watch competitor filings, track legal status changes.
  • Competitive intelligence β€” sweep all patents assigned to a competitor, bucket by CPC class, surface forward-citation leaders (the most-cited = most foundational).
  • M&A analysts β€” audit a target's patent portfolio size, inventor concentration, and citation quality.
  • Investor research β€” map pharma pipelines, semiconductor IP, or AI-model patents across a watchlist of companies.
  • Academic + journalism β€” extract structured citations and classifications for research without manual copy-paste.
  • AI / LLM training pipelines β€” clean, structured patent metadata ready for ingestion.

How to use it

  1. Pick a mode β€” keyword search (most common), by_assignee (company sweep), by_inventor, details (specific IDs), or monitor (incremental, for schedules).
  2. Set filters β€” countries (e.g. ["US", "EP"]), date range, legal status (any / granted / application / expired).
  3. Pick enrichment depth β€” basic returns search-card fields (faster, cheaper); deep follows each result to its Google Patents detail page for the full ~20-field record (recommended).
  4. Run. Export as JSON / CSV / Excel, or point a downstream pipeline at the Apify dataset API.

Input

Keyword search β€” simple:

{
"mode":"search",
"query":"quantum computing",
"countries":["US","EP"],
"enrichmentDepth":"deep",
"maxResults":100
}

By assignee β€” company sweep:

{
"mode":"by_assignee",
"assignees":["Apple Inc","NVIDIA Corp"],
"countries":["US"],
"statusFilter":"granted",
"enrichmentDepth":"deep",
"maxResults":500
}

By inventor:

{
"mode":"by_inventor",
"inventors":["Yann LeCun"],
"enrichmentDepth":"deep",
"maxResults":50
}

Patent details β€” specific IDs:

{
"mode":"details",
"patentIds":["US10000000B2","EP3456789A1","WO2021123456A1"]
}

Monitor β€” scheduled alerts on new filings:

{
"mode":"monitor",
"query":"(LLM OR \"large language model\") AND attention",
"countries":["US","EP","WO"],
"incrementalMode":true,
"maxResults":500
}

Output

Each row is one patent with the full factual field set:

{
"patentId":"US8064700B2",
"url":"https://patents.google.com/patent/US8064700B2/en",
"scrapedAt":"2026-04-23T17:51:34.126Z",
"title":"Method and system for character recognition",
"abstract":"Character recognition is described. In one embodiment, it may use matched sequences rather than character shape to determine a computer-legible result.",
"countryCode":"US",
"applicationNumber":"US:12/721,456",
"filingDate":"2010-03-10",
"publicationDate":"2011-11-22",
"priorityDate":"2004-02-15",
"inventors":["Martin T. King","Dale L. Grover","Clifford A. Kushler","James Q. Stafford-Fraser"],
"assigneeCurrent":"Google LLC",
"legalStatus":"Expired - Lifetime",
"isGranted":true,
"cpcClassifications":["G06F16/951","G06F16/9538","G06V10/10","G06V30/10","G06Q30/0207","..."],
"backwardCitationsCount":185,
"forwardCitationsCount":27,
"nonPatentCitationsCount":136,
"claimsCount":18,
"pdfUrl":"https://patentimages.storage.googleapis.com/ec/04/0e/f4e7ccb0271700/US8064700.pdf",
"summaryText":"US8064700B2, granted 2011-11-22. Assigned to Google LLC. Filed 2010-03-10. Inventors: Martin T. King, Dale L. Grover, Clifford A. Kushler (+1 more). 18 claims, 185 backward citations, 27 forward citations.",
"enrichmentDepth":"deep"
}

Data fields

FieldTypeNotes
patentIdstringPublication number, e.g. US10000000B2 (dedup key)
urlstringCanonical Google Patents URL
titlestringPatent title
abstractstringShort abstract / meta description
countryCodestring2-letter patent-office code (US/EP/WO/JP/CN/...)
applicationNumberstringOfficial application number
filingDate, publicationDate, priorityDate, grantDateYYYY-MM-DDKey patent-lifecycle dates
inventorsstring[]All named inventors
assigneeCurrent, assigneeOriginalstringCurrent and original owners
legalStatusstring"Active" / "Expired - Lifetime" / "Application" / etc.
isGrantedboolHeuristic from publication-number suffix
cpcClassificationsstring[]CPC codes (most-specific "leaf" codes preferred)
backwardCitationsCountnumberPrior patents cited by this patent
forwardCitationsCountnumberLater patents citing this patent
nonPatentCitationsCountnumberCited non-patent literature
claimsCountnumberNumber of claims
pdfUrlstringDirect PDF link from Google Patents storage
summaryTextstringDeterministic template built from factual fields β€” not a copy of any Google Patents text

How much does it cost?

Pay-per-event β€” you pay only for records written to the dataset:

EventPriceWhen it fires
Patent (basic)$0.002Search-card fields only (mode: basic)
Patent (deep)$0.008Detail-page enriched (mode: deep)
New filing alert$0.001Emitted only in incremental mode when a patent is newly seen since the last run

Free trial: the first 20 deep records OR 200 basic records per run are free.

Typical run costs:

ScenarioCost
100 deep records$0.64
100 basic records$0 (within trial)
500 deep records$3.84
1,000 deep records$7.84
Scheduled monitor w/ 20 new hits/run$0.24/run

Tips

  • Deep vs. basic β€” deep follows each search result to its detail page for ~15 additional fields (full abstract, CPC codes, citation counts, claims count, legal status, PDF URL, full inventor list). Worth 4Γ— the price for any serious analytics workflow.
  • Country filter β€” Google Patents indexes 100+ patent offices. Use ["US"] to limit to USPTO, ["US", "EP"] for US + Europe, etc.
  • Date windows β€” dateFrom and dateTo filter by filing date. Useful for time-bounded competitive-intel sweeps.
  • Monitor mode β€” set up a schedule (e.g. nightly) with incrementalMode: true. The actor only emits newly-filed patents matching your query on each run, and charges a new-filing-alert event in addition to the record event.
  • Search operators β€” query accepts Google Patents' own operators: quotes for phrases, AND / OR / NOT, parentheses, assignee:"Company", inventor:"Name". Example: "generative AI" AND (transformer OR attention).
  • Pagination cap β€” Google Patents returns at most 100 pages Γ— 100 results = 10,000 hits per query. For broader sweeps, narrow with filters (country, date, status).

Legal

This actor extracts factual metadata (patent IDs, bibliographic dates, inventor/assignee names, CPC codes, citation counts) from Google Patents. These are public facts from official patent offices (USPTO, EPO, WIPO, etc.) β€” factual data not subject to copyright. The summaryText field is a deterministic template built from the extracted factual fields, not a paraphrase or copy of any Google Patents text.

Google Patents is a public search interface over patent-office data. Users are responsible for ensuring their usage complies with Google's Terms of Service and any data-protection obligations that apply to their workflows.

FAQ

Q: What patent offices are covered? A: All offices indexed by Google Patents β€” USPTO (US), EPO (EP), WIPO (WO), JPO (JP), SIPO/CNIPA (CN), KIPO (KR), DPMA (DE), UKIPO (GB), INPI (FR), and 90+ more. Use the countries filter to restrict to specific offices.

Q: Can I get the full patent claims text or drawings? A: This actor returns the claims count (number of claims) but not the full claims text. For full claims text, use the PDF URL in the output to download the patent PDF, or build a follow-up workflow that fetches claims from a patent-office bulk-data service.

Q: How current is the data? A: Google Patents typically indexes new filings within ~1 week of publication. Incremental/monitor mode picks up new filings as they appear.

Q: What's the difference between assigneeCurrent and assigneeOriginal? A: Patents can be reassigned over time (acquisitions, license transfers). assigneeOriginal is the first assignee recorded in the patent filing; assigneeCurrent reflects the latest recorded owner.

Q: Are trademarks supported? A: Not in v1 β€” this actor is patents-only. A trademark-specific actor is on the roadmap.

Support: file issues or feature requests via the actor's Apify Console page.

You might also like

Google Patents API

johnvc/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.

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

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. πŸš€

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 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

simpleapi/google-patents-scraper

πŸ”Ž Google Patents Scraper extracts structured patent data from Google Patents β€” titles, abstracts, inventors, assignees, dates, legal status, citations & CPC/IPC classifications. πŸ“Š Export CSV/JSON. πŸš€ Ideal for prior art, patent landscaping & competitive intelligence.

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