Google search and market data

Google Patents Details by Number: status, dates, CPC, citations

One structured record per patent publication number from Google Patents, up to 200 per run: title, abstract, assignee, country, priority, filing and publication dates, legal status and expiry, claim count, CPC codes and citation counts. No inventor names. Pay per delivered patent.

$5.00per 1,000 ยท Patent delivered

One complete patent record delivered. Numbers that do not exist or cannot be read are never charged.

run it
ACTOR=steadydata~google-patent-details
URL="https://api.apify.com/v2/acts/$ACTOR/run-sync-get-dataset-items"

curl -X POST "$URL?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"patents": ["US10000000B2", "EP3000000B1", "WO2020000001A1"], "language": "en"}'

# rows come straight back as JSON, one object per delivered row

Input

FieldNameWhat it does
patents
required
Patent publication numbersOne per row, up to 200, as on Google Patents: US10000000B2, EP3000000B1, WO2020000001A1. A full patents.google.com URL is accepted too.
languageLanguageTwo-letter language for title and abstract, when Google has it.

What you get back

FieldType
publicationNumberstring, null
titlestring, null
abstractstring, null
assigneestring, null
assigneeCurrentstring, null
countryCodestring, null
priorityDatestring, null
filingDatestring, null
publicationDatestring, null
legalStatusstring, null
expirationDatestring, null
claimCountinteger, null
cpcCodesarray, null
citationsBackwardinteger, null
citationsForwardinteger, null
urlstring, null
statusstring, null
inputstring, null
errorCodestring, null
errorstring, null