VOOZH about

URL: https://apify.com/sbkapelner/google-patents-scraper

⇱ Google Patents Scraper Β· Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

Google Patents Scraper

Scrape data from Google Patents including priority date, expiration date, title, status (e.g., pending), assignee, inventor, source url

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Sarah Kapelner

Sarah Kapelner

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

2

Monthly active users

a month ago

Last modified

Categories

Share

This Actor extracts data from Google Patents.

It is designed for scraping patent/publication numbers directly or finding patents by keyword and returning structured metadata in an Apify dataset.


What it extracts

For each patent or publication number, the Actor can extract:

  • Patent / publication number
  • Title
  • Inventor
  • Assignee
  • Legal status
  • Priority date
  • Expiration date (including adjusted expiration where available)

The fields returned are configurable via Actor input.


Input

patentNumbers or keywords

You can provide either:

  • a list of patent/publication numbers
  • one or more keyword queries that will be searched on Google Patents
  • or both together

The Actor resolves keywords to patent/publication numbers first, then fetches the same metadata fields for the resulting documents.

You provide via the Form under the Input tab a list of patent/publication numbers and/or keyword queries and specify the fields you want to fetch for each result (title, inventor, assignee, priority date, expiration date, status): πŸ‘ Alt text

πŸ‘ Alt text

Alternatively, you may provide JSON specifying the patent numbers, keywords, and fields:

{
"patentNumbers":[
"US3945785A",
"US9439441B1"
],
"keywords":[
"wireless charging"
],
"maxKeywordResults":25,
"fields":[
"patent_no",
"status",
"priority_date",
"exp_date",
"title",
"inventor",
"assignee"
],
"delaySeconds":0.5,
"timeoutSeconds":20,
"maxRetries":2,
"useApifyProxy":false
}

For keyword searches, the Actor derives how many Google Patents search pages to visit from maxKeywordResults and then keeps at most that many resolved patent/publication numbers per keyword. Example output is shown below: πŸ‘ Alt text

You might also like

Google Patents Scraper

codingfrontend/google-patents-scraper

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

πŸ‘ User avatar

codingfrontend

3

USPTO Patents Scraper | Google Patents Full-Text Grants Search

parseforge/uspto-patents-scraper

Export US patent grants and applications via Google Patents public search: patent number, title, abstract, assignee, inventor, filing date, grant date, publication date, CPC codes and PDF link. Search by query, classification or assignee. CSV, Excel, JSON or XML.

Google Patents Scraper

api-empire/google-patents-scraper

πŸ”Ž Google Patents Scraper (google-patents-scraper) extracts structured patent data from Google Patentsβ€”titles, abstracts, inventors, assignees, CPC, claims, citations, priority dates & PDF links. βš™οΈ Ideal for IP research, competitive intel & R&D. Export to CSV/JSON for analysis. πŸš€

Google Patents Scraper | Worldwide Patent Database

parseforge/google-patents-scraper

Search 120M+ patents worldwide from Google Patents covering USPTO, EPO, WIPO, CNIPA, JPO and more. Filter by country, assignee, inventor, status, date and language. Export title, abstract, dates and PDF links to CSV, Excel, JSON or XML for IP research at scale.

Google Patents Scraper

crawlerbros/google-patents-scraper

Search Google Patents and pull full patent metadata: abstract, claims, classifications (CPC/IPC), inventors, assignees, priority/grant dates, family, citations, and PDFs. Search by keyword, inventor, assignee, classification, or citation; lookup by publication number or URL.

Google Patents Intelligence

constructive_calm/google-patents-intelligence

Scrapes patents from Google Patents (USPTO, EPO, WIPO, JPO, CN, KR, and 100+ offices) with rich factual output: citations, classifications, assignees, inventors, claims count. Modes: keyword search, by-assignee, by-inventor, patent details, and incremental monitoring for scheduled alerts.

14

5.0

Google Patents Scraper β€” Search, Detail, Citations

scrape.badger/google-patents-scraper

Scrape Google Patents at scale: search the full patent corpus by keyword, inventor, assignee, country, language, status, patent type, and filing date, then pull rich document details (abstract, every claim, full description, CPC classifications, backward/forward citations.

8