Google search and market data
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.
One complete patent record delivered. Numbers that do not exist or cannot be read are never charged.
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
| Field | Name | What it does |
|---|---|---|
patentsrequired | Patent publication numbers | One per row, up to 200, as on Google Patents: US10000000B2, EP3000000B1, WO2020000001A1. A full patents.google.com URL is accepted too. |
language | Language | Two-letter language for title and abstract, when Google has it. |
| Field | Type |
|---|---|
publicationNumber | string, null |
title | string, null |
abstract | string, null |
assignee | string, null |
assigneeCurrent | string, null |
countryCode | string, null |
priorityDate | string, null |
filingDate | string, null |
publicationDate | string, null |
legalStatus | string, null |
expirationDate | string, null |
claimCount | integer, null |
cpcCodes | array, null |
citationsBackward | integer, null |
citationsForward | integer, null |
url | string, null |
status | string, null |
input | string, null |
errorCode | string, null |
error | string, null |