G

Govparse · Assignees Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which companies are new to patenting, and in what technology? Search patent assignee ORGANIZATIONS (entity-resolved), each with first/last grant date, patent count, distinct CPC subclasses, and inventor count. new_assignee=true isolates orgs with their first-ever US patent grant (emerging/stealth signal for VC deal sourcing and corp-dev); narrow by CPC subclass, state/country, first-grant window, or patent_count_min. PatentsView grants (CC BY 4.0), observational.

Endpoint

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

Example response

{
  "rows": [
    {
      "assignee_key": "org:example ai",
      "country": "US",
      "cpc_subclasses": "G06F,G06N",
      "distinct_cpc_subclass_count": 2,
      "entity_id": "3f6a1c9e-2b4d-4a8e-9c1f-7e2d5a6b8c90",
      "first_grant_date": "2024-02-13",
      "inventor_count": 6,
      "is_new_assignee": true,
      "last_grant_date": "2024-09-17",
      "organization": "EXAMPLE AI INC",
      "patent_count": 3,
      "prior_patent_count": 2,
      "recent_patent_count": 6,
      "state": "CA"
    }
  ],
  "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