Google Patents Scraper
Pricing
from $4.99 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Required | Default | Limit | Purpose |
|---|---|---|---|---|
query | Yes | — | 1–200 characters | Google Patents search query |
maxItems | No | 20 | 1–100 | Maximum stored patent rows |
maxPages | No | 2 | 1–5 | Maximum public result pages inspected |
country | No | — | Two letters | Optional publication-country filter |
dateFrom / dateTo | No | — | Valid YYYYMMDD dates | Optional priority-date bounds |
requestDelayMs | No | 800 | 0–3000 | Fixed delay before reading a result page |
proxyConfiguration | No | Direct | Explicit only | Optional 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.