Google Patents Scraper avatar

Google Patents Scraper

Pricing

from $1.99 / 1,000 google patents scraper results

Go to Apify Store
Google Patents Scraper

Google Patents Scraper

Scrapes Google Patents for any patent query. Extracts title, patent number, dates, inventors, assignees, patent office, status, snippet, abstract, claims, citation counts, PDF URL, CPC/IPC codes, and more.

Pricing

from $1.99 / 1,000 google patents scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Scrapes Google Patents for any patent query. Extracts title, patent number, dates, inventors, assignees, patent office, status, snippet, abstract, claims, citation counts, PDF URL, CPC/IPC codes, and more.

What this Actor collects

The Actor converts Google Patents results into one clean JSON record per patent or application, including publication identifiers and dates, inventors, assignees, office and status, abstract and claims, citations, classifications, document links, and search provenance when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 54-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Patent-landscape and prior-art research
  • Inventor, assignee, and citation analysis
  • Classification and document-link enrichment

Input

Provide input in JSON. Fields marked required must be supplied. The Default / example column shows a schema default when one exists; otherwise it shows a documented prefill or fixture value.

FieldTypeRequiredDefault / exampleDescription
querystringYes"artificial intelligence"The search query to use on Google Patents.
maxItemsintegerNo50Maximum number of patent results to scrape.
countrystringNoFilter patents by country code (e.g. US, EP, WO, CN, JP, KR, DE, GB).
dateFromstringNoFilter patents filed on or after this date (YYYYMMDD format, e.g. 20200101).
dateTostringNoFilter patents filed on or before this date (YYYYMMDD format, e.g. 20231231).
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy configuration for the scraper.

Example input

{
"query": "machine learning",
"maxItems": 50,
"country": "us",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"GOOGLE_SERP"
]
}
}

Output

The default dataset contains one item per patent or patent-application result. The following are the most useful fields; claims, citations, classifications, family data, and document links depend on the indexed patent record.

FieldTypeDescription
positionintegerPosition
titlestringTitle
patentNumberstringPatent Number
inventorstringInventor
assigneestringAssignee
publicationDatestringPublication Date
patentStatusstringPatent Status
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
descriptionstringDescription
snippetstringSnippet
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"title": "Machine learning engine for fraud detection during cross-location online …",
"patentNumber": "US10977654B2",
"inventor": "Dinesh Kumar",
"assignee": "Paypal, Inc.",
"publicationDate": "2021-04-13",
"patentStatus": "granted",
"searchQuery": "machine learning",
"scrapedAt": "2026-07-23T11:50:15.827Z",
"type": "patent",
"description": "A machine learning engine for fraud detection related to cross-location online transaction processing may be trained using artificial intelligence techniques and used according to…",
"snippet": "A machine learning engine for fraud detection related to cross-location online transaction processing may be trained using artificial intelligence techniques and used according to…"
}