Patent & Trademark Search Tool avatar

Patent & Trademark Search Tool

Pricing

Pay per usage

Go to Apify Store
Patent & Trademark Search Tool

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

Richard P

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

FieldTypeRequiredDescription
keywordsarray[string]YesKeywords to search for
databasesarray[string]NoDatabases: uspto, wipo, euipo (default: all)
searchTypestringNopatent, trademark, or both (default: patent)
maxResultsintegerNoMax results per database (default: 20, max: 100)
webhookUrlstringNoURL 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:

FieldDescription
timestampISO 8601 timestamp when the result was fetched
databaseSource database (uspto, wipo, or euipo)
titlePatent or trademark title
patentNumberPatent/registration/publication number
inventorInventor name(s) or applicant name
assigneeAssignee or holder organization
filingDateFiling or publication date
statusStatus (patent type, legal status, etc.)
urlDirect link to the record on the source database

Data Sources

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