G

Govparse · Patents Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which companies just got a US patent, and in what technology? Search recent granted patents (PatentsView, CC BY 4.0) by assignee organization (the company), inventor, CPC subclass/section, patent type, or assignee state/country and grant-date window. new_assignee=true isolates patents from an org with its first-ever grant (emerging/stealth signal); flipped_inventor=true finds a patent whose assignee gained an inventor from a prior different assignee (talent move). Public grants, observational.

Endpoint

GET https://api.govparse.io/v1/patents/search

2

Calls / 30d

1

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/patents/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/patents/search?assignee=openai&assignee_entity=3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90&inventor=hinton" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "assignee_country": "US",
      "assignee_entity_id": "3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90",
      "assignee_organization": "EXAMPLE AI INC",
      "assignee_state": "CA",
      "cpc_group": "G06N3/08",
      "cpc_subclass": "G06N",
      "inventor_count": 4,
      "num_claims": 20,
      "patent_date": "2024-06-04",
      "patent_id": "12000000",
      "patent_title": "Systems and methods for training large language models",
      "patent_type": "utility"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services