Google Patents Scraper - Search Patents by Assignee & Date avatar

Google Patents Scraper - Search Patents by Assignee & Date

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Google Patents Scraper - Search Patents by Assignee & Date

Google Patents Scraper - Search Patents by Assignee & Date

Search millions of patents on Google Patents with no API key. Free text + inventor, assignee, date, country, status filters. Up to 10k results per query.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Google Patents Scraper — Search Patents by Assignee, Inventor & Date (No API Key)

Search millions of patents on Google Patents and export them as structured data — no API key, no login. A single query can match hundreds of thousands of patents; this actor paginates up to Google's 10,000‑result window per query and returns clean bibliographic records.

Google Patents has no official API, and paid providers (SerpApi, Scrapingdog) charge for exactly this. This actor talks to the same public xhr/query endpoint the website uses.

⚠️ Google blocks datacenter IPs on this endpoint. The actor uses Residential proxy by default — keep it on.

What you get per patent

{
"patentId": "US11074495B2",
"url": "https://patents.google.com/patent/US11074495B2/en",
"title": "System and method for extremely efficient image and pattern recognition…",
"abstract": "Specification covers new algorithms, methods, and systems for Artificial Intelligence…",
"inventor": "Lotfi A. Zadeh",
"assignee": "Z Advanced Computing, Inc.",
"priorityDate": "2013-02-28",
"filingDate": "2018-03-12",
"grantDate": "2021-07-27",
"publicationDate": "2021-07-27",
"publicationNumber": "US11074495B2",
"language": "en",
"pdfUrl": "https://patentimages.storage.googleapis.com/…/US11074495.pdf",
"thumbnailUrl": "https://patentimages.storage.googleapis.com/…D00000.png",
"figureCount": 12,
"source": "google-patents"
}

Example inputs

Free‑text + date range:

{ "queries": ["solid state battery", "mRNA vaccine"], "after": "2019-01-01", "dateType": "priority" }

All patents by a company, newest first:

{ "queries": [""], "assignee": "NVIDIA", "sort": "new", "countries": ["US"], "status": "GRANT" }

Reuse an advanced‑search URL:

{ "searchUrls": ["https://patents.google.com/?q=drone&assignee=DJI&before=priority:20230101"] }

Filters

  • assignee / inventor — by company/owner or inventor name
  • after / before + dateType — priority / filing / publication date range
  • countriesUS, EP, WO, CN, JP, …
  • status — granted vs applications
  • patentType — utility vs design
  • language — English, German, Chinese, …
  • sort — relevance / newest / oldest

Use cases

  • Competitive & IP intelligence — monitor a competitor's entire patent portfolio.
  • Prior‑art & freedom‑to‑operate — bulk pull a technology space for review.
  • R&D and tech scouting — track filings by topic, assignee, or inventor over time.
  • Datasets — build patent corpora for analytics or ML without a paid API.

FAQ

Do I need a Google/API key? No. It reads a public endpoint.

Why residential proxy? Google returns a block page to datacenter IPs on this endpoint. Residential is the default and is required.

How many patents per query? Up to 10,000 (Google's 100‑page × 100‑result window). Use date ranges or assignee filters to slice larger spaces into multiple runs and go beyond that.

Can I get the full patent text / claims? This actor returns the search record (title, abstract snippet, bibliographic data, PDF link). Open the pdfUrl for the full document.


Not affiliated with Google. "Google Patents" is a trademark of Google LLC. This tool reads publicly available endpoints.