PatentsView

API

Free API for exploring US patent trends and innovation patterns

Visit Website

Overview

The PatentsView API offers RESTful access to detailed US patent data, including patents, inventors, assignees, citations, and classification metrics. Core endpoints like /patents, /inventors, and /assignees support filtered queries (e.g., grant year, technology class, assignee name). Responses are structured in JSON for easy parsing. Use cases include academic research on innovation trends, business intelligence to track competitor patent portfolios, policy analysis of tech ecosystems, and building visualizations of patent networks or geographic innovation hotspots.

Example Integration (JavaScript)

script.js JS

fetch('https://patentsview.org/apis/purpose')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON response format
  • No API key required
  • Comprehensive US patent data
  • Filterable query parameters

Frequently Asked Questions

? Is PatentsView API free to use?

Yes, the PatentsView API is completely free for public use with no subscription fees.

? Does it require an API Key?

No, the PatentsView API does not require an API key to access its endpoints.

? What is the response format?

The API returns data in JSON format, ideal for integration into applications or visualization tools.

Top Alternatives

USPTO Patent API Search Google

People Also Ask about PatentsView

PatentsView vs USPTO Patent API PatentsView 2025 review

Tool Info

Pricing Free
Category Patent
Platform Public API

Pros

  • Free access to extensive patent datasets
  • Easy-to-integrate JSON responses
  • Supports trend analysis and visualization
  • No authentication for basic usage

Cons

  • Rate-limited for high-volume requests
  • Limited to US patent data only
  • Advanced query syntax has a learning curve

More Patent Tools