Google Patents Scraper avatar

Google Patents Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google Patents Scraper

Google Patents Scraper

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

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

6 days ago

Last modified

Share

Collect bounded, source-visible patent metadata from public Google Patents search result cards. Every dataset row has an identity derived from an exact Google patent link or Google-hosted patent PDF link and a title visible on the same result card. The Actor does not invent titles, citations, identities, or missing metadata.

Input

FieldRequiredDefaultLimitPurpose
queryYes1–200 charactersGoogle Patents search query
maxItemsNo201–100Maximum stored patent rows
maxPagesNo21–5Maximum public result pages inspected
countryNoTwo lettersOptional publication-country filter
dateFrom / dateToNoValid YYYYMMDD datesOptional priority-date bounds
requestDelayMsNo8000–3000Fixed delay before reading a result page
proxyConfigurationNoDirectExplicit onlyOptional Apify Proxy configuration
{
"query": "solid state battery",
"maxItems": 20,
"maxPages": 2,
"country": "US",
"proxyConfiguration": { "useApifyProxy": false }
}

Output

The default dataset contains countable patent rows only. Required provenance includes patentNumber, title, canonical link, sourceSearchUrl, extractionMethod, connection metadata, and scrapedAt. Inventors, assignees, dates, abstract, and a Google-hosted PDF link are included only when present on the public result card; absent values are omitted rather than replaced with placeholders.

Run status and bounded diagnostics are written to the OUTPUT key. A run that cannot retrieve any complete public patent result fails and stores no diagnostic row in the dataset. Public access can vary by network or Google access policy; proxy use is optional and must be explicitly requested.

Responsible operation

The Actor uses ordinary browser behavior, one concurrent request, no retries, no persistent sessions, and no browser-property masking. Keep collection rates modest and comply with applicable site terms and law.