{
  "x402Version": 2,
  "id": 5073,
  "slug": "5073",
  "resource": "https://api.osf-master-server.com/x402/patents/search/:query",
  "description": "Search granted US patents from the USPTO Open Data Portal by keyword: invention title, assignee company, inventor name, patent number, or technology area. Returns patent number, title, grant date, filing date, assignee, inventors, USPC classification and a provenance URL per match. For prior art checks, freedom to operate research, competitor IP monitoring, and patent portfolio lookup.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x72f62dE8b70d6CFa8Cc2dF6f21F243f289F3396c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "query": ":query"
          },
          "queryParams": {
            "format": "json"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "match_count": 1,
            "matches": [
              {
                "assignee": "Cytiva BioProcess R&D AB",
                "grant_date": "2026-07-14",
                "patent_number": "12678711",
                "record_id": 12345,
                "source": "USPTO",
                "title": "PARALLEL SEPARATION SYSTEM"
              }
            ],
            "result": "MATCHES_FOUND",
            "search_evidence": {
              "_about": "Proof of work, on EVERY result including NO_MATCH: the terms actually searched, how many records were in scope per source, how fresh they are, whether the scan completed or was truncated, and on an empty result the per-term record counts plus a known-good control query re-measured live in the same request. Numbers shown are illustrative.",
              "corpus": {
                "newest_record_ingested_utc": "2026-08-01T15:47:55Z",
                "records_in_scope": 1558599
              },
              "result_confidence": "matches_found",
              "scan": {
                "candidate_set_complete": true,
                "candidates_examined": 35,
                "matches_omitted": 25
              }
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/x402/patents/search/:query",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "query": {
                    "description": "Keyword(s): invention topic, assignee company, inventor name, or patent number. E.g. 'lithium battery cathode' or 'Cytiva'.",
                    "type": "string"
                  }
                },
                "required": [
                  "query"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.osf-master-server.com",
  "lastUpdated": "2026-08-22T06:18:59.948Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-22T06:18:59.756Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.osf-master-server.com",
    "manifest_name": "api.osf-master-server.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}