Patent & Trademark Search Tool
Pricing
Pay per usage
Go to Apify Store
Patent & Trademark Search Tool
Search patents and trademarks across USPTO, WIPO PATENTSCOPE, and EUIPO databases by keywords.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Richard P
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Search patents and trademarks across global databases: USPTO (US Patent & Trademark Office), WIPO PATENTSCOPE (World Intellectual Property Organization), and EUIPO (EU Intellectual Property Office).
Features
- Multi-database search: Query USPTO patents, WIPO PCT applications, and EUIPO trademarks simultaneously
- Keyword filtering: Results are filtered to show only records where keywords appear in the title or abstract
- Flexible search types: Choose between patent-only, trademark-only, or both
- Structured output: Clean JSON with title, number, inventor, assignee, filing date, status, and URL
- Webhook support: Optional HTTP callback when search completes
- Graceful handling: Proper error handling, timeout management, and abort support
Input
| Field | Type | Required | Description |
|---|---|---|---|
keywords | array[string] | Yes | Keywords to search for |
databases | array[string] | No | Databases: uspto, wipo, euipo (default: all) |
searchType | string | No | patent, trademark, or both (default: patent) |
maxResults | integer | No | Max results per database (default: 20, max: 100) |
webhookUrl | string | No | URL for completion notification |
Example input
{"keywords": ["artificial intelligence", "machine learning"],"databases": ["uspto", "wipo"],"searchType": "patent","maxResults": 10}
Output
Each result is a JSON record with these fields:
| Field | Description |
|---|---|
timestamp | ISO 8601 timestamp when the result was fetched |
database | Source database (uspto, wipo, or euipo) |
title | Patent or trademark title |
patentNumber | Patent/registration/publication number |
inventor | Inventor name(s) or applicant name |
assignee | Assignee or holder organization |
filingDate | Filing or publication date |
status | Status (patent type, legal status, etc.) |
url | Direct link to the record on the source database |
Data Sources
- USPTO: PatentsView API — Free, public API for US patent data
- WIPO: PATENTSCOPE API — International patent applications
- EUIPO: TMview API — European trademark database
Pricing
This Actor is priced at $0.02 per run (pay-per-event). Each run searches the selected databases with the provided keywords and returns structured results.
License
MIT