Google Patents Scraper avatar

Google Patents Scraper

Pricing

Pay per usage

Go to Apify Store
Google Patents Scraper

Google Patents Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrapium

Scrapium

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

18 days ago

Last modified

Share

Google Patents Scraper (Apify Actor)

Scrapes patents.google.com via the same xhr/query and xhr/result flows as the standalone script: search pagination, optional enrichment (description, claims, citations, family, CPC/IPC).

Behaviour

  • Default: requests go direct to Google Patents (no proxy).
  • On block: Datacenter (Apify SHADER) → Residential (RESIDENTIAL), up to 3 tries on residential.
  • Sticky: after a successful datacenter response, later requests use datacenter; after a successful residential response, later requests use residential only.

Input

FieldDescription
urlsOptional patent URLs (…/patent/US…) and/or search URLs with ?q=…
searchQuery, patentNumbers, filtersSame semantics as Google Patents search
maxResultsCap results (0 = unlimited)
include*Toggle description, claims, citations, family, classifications
proxyConfigurationApify Proxy (used when falling back from direct)

You need at least one of: searchQuery, patentNumbers, or urls that yields a query.

Output

Dataset items match the original JSON shape: patentNumber, title, abstract, inventors, assignee, dates, classifications, url, pdfUrl, scrapedAt, citations, and optional fullText, patentFamily.

Run locally

pip install -r requirements.txt
apify run

Or with Apify CLI and INPUT.json in the default storage folder.

Public data only; users are responsible for compliance with Google Patents’ terms and applicable law.