Patent Search Tool - Free USPTO Database
DeprecatedPricing
$150.00 / 1,000 charged when a patent intelligence analysis is sucs
Patent Search Tool - Free USPTO Database
DeprecatedSearch millions of patents. Research inventions, find patent holders, and analyze technology trends.
Pricing
$150.00 / 1,000 charged when a patent intelligence analysis is sucs
Rating
0.0
(0)
Developer
daehwan kim
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 days ago
Last modified
Categories
Share
Patent Landscape Intelligence - USPTO Patent Analyzer
Free USPTO patent intelligence replacing PatSnap ($10K-$50K/yr). Search patents, analyze company portfolios, inventor profiles, technology landscapes, and citation networks via PatentsView & IBD APIs.
Features
- Search USPTO patents by keyword with full metadata including claims and classifications
- Analyze company patent portfolios with filing trends and technology concentration
- Build inventor profiles with publication history and collaboration networks
- Map technology landscapes by CPC classification code across companies and time periods
- Trace patent citation networks to identify foundational IP and derivative innovations
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
mode | string | Analysis mode: patent_search, assignee_portfolio, inventor_profile, technology_landscape, citation_analysis, patent_overview | patent_search |
query | string | Keyword to search patents for (used in patent_search and patent_overview modes) | — |
assignee | string | Company or organization name for portfolio analysis (e.g., 'Apple Inc', 'Google LLC') | — |
inventor | string | Full name of inventor for profile analysis (e.g., 'Elon Musk', 'Jane Smith') | — |
cpcCode | string | Cooperative Patent Classification code for technology landscape analysis | — |
patentNumber | string | USPTO patent number for citation network analysis | — |
startDate | string | Filter patents filed on or after this date in YYYY-MM-DD format | — |
limit | integer | Maximum number of patents to retrieve and analyze (1-200) | 25 |
Output
The actor returns structured JSON data with patent records, portfolio statistics, inventor networks, technology distributions, and citation graphs.
Pricing
This actor uses pay-per-event pricing at $0.05 per successful analysis.
Usage
- Set your input parameters
- Run the actor
- Get results from the dataset
API Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_TOKEN' });const run = await client.actor('ntriqpro/patent-landscape-intelligence').call({mode: 'assignee_portfolio',assignee: 'Apple Inc',startDate: '2020-01-01',limit: 50,});const { items } = await client.dataset(run.defaultDatasetId).listItems();
🔗 Related Actors by ntriqpro
Extend this actor with the ntriqpro intelligence network:
- critical-minerals-supply-monitor — Critical minerals supply chain monitor
- epa-environmental-risk — EPA environmental risk scoring
- tech-radar-ip — Tech trend radar with patent data
⭐ Love it? Leave a Review
Your rating helps professionals discover this actor. Rate it here.
Disclaimer
GENERAL DISCLAIMER: This is an AI-powered tool. Output may contain errors, inaccuracies, or omissions. Do not rely on output for legal, medical, or financial decisions without independent professional review. We provide no warranty, express or implied, regarding the accuracy, completeness, or fitness for any particular purpose of the generated output.