USPTO Trademark Database API avatar

USPTO Trademark Database API

Pricing

$2.00 / 1,000 results

Go to Apify Store
USPTO Trademark Database API

USPTO Trademark Database API

Lookup trademark status and details via USPTO TSDR pages for serial number or brand queries.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

7 days ago

Last modified

Share

Looks up trademark status/details for serial numbers and brand-related queries.

Best for

  • Trademark status checks
  • Brand diligence and monitoring
  • Legal/research enrichment workflows

Input

  • queries (array, required): serial numbers or trademark terms
  • maxItemsPerQuery (integer): max records per query
  • usptoApiKey (string, optional): optional key for endpoints requiring auth
  • includeRaw (boolean): include raw payload

Output

Typical fields:

  • source, query, recordType
  • title, identifier, date, url, summary
  • raw (optional)

Example input

{
"queries": ["90000000", "apple"],
"maxItemsPerQuery": 10,
"includeRaw": false
}

Example output

{
"source": "uspto_trademark",
"query": "90000000",
"recordType": "trademark",
"title": "Trademark — Example Mark",
"identifier": "90000000",
"date": "2020-06-20",
"url": "https://tsdr.uspto.gov/#caseNumber=90000000...",
"summary": "Status: Application is void because it did not meet minimum filing date requirements."
}

Notes

  • Coverage and response depth vary by query type.
  • Serial-number lookups are generally the most reliable path.