query patent data via the patentsview api

domain: patentsview.org · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. No authentication is required; PatentsView is a public USPTO-funded API.
  2. POST to /api/v1/patent/ (or GET with URL-encoded parameters) with a q (query) object, an f (fields) array specifying which fields to return, and optional o (options) for pagination (per_page, page).
  3. Construct query predicates using PatentsView's query syntax, e.g., {"_text_all":{"patent_abstract":"CRISPR"}} for full-text search or {"patent_number":"10000000"} for a direct lookup.
  4. Join to inventor, assignee, or CPC classification data by including the relevant nested field names in the f array (e.g., inventors.inventor_last_name, assignees.assignee_organization).
  5. Page through results using the total_patent_count in the response metadata divided by per_page to determine total pages; the API returns up to 1000 results per request.

Known gotchas

Related routes

Search patent grants by keyword and assignee using the PatentsView Search API
search.patentsview.org · 5 steps · unrated
Search for patents by keyword, CPC code, or assignee using the PatentsView API and download claim text
search.patentsview.org · 6 steps · unrated
Query trademark assignment records and ownership transfer history via the USPTO ODP Trademark Assignment Search API
developer.uspto.gov · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans