Government Legal
USPTO Trademark Search logo

USPTO Trademark Search API

tmsearch.uspto.gov

USPTO trademark search - wordmark and goods/services queries, filing detail, status, and prosecution history.

Actions
3
Category
Government Legal
Login
Not required
Output
JSON

Call the USPTO Trademark Search API

Submit a task, then poll the job until it settles. This example runs act_tmsearch_uspto_gov_trademark_filing_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tmsearch_uspto_gov_trademark_filing_detail",
    "params": {
      "serial_number": "86814808"
    }
  }'

3 actions on tmsearch.uspto.gov

Read

  • Filing Details

    act_tmsearch_uspto_gov_trademark_filing_detailread1 credit / call

    Returns a trademark's full filing record by serial number with status, dates, owners, and classes.

    serial_number
    string · required

Write

Write actions change state on tmsearch.uspto.gov and run as the account you connect.

  • Goods and Services Search

    act_tmsearch_uspto_gov_trademark_goods_services_searchwrite2 credits / call

    Searches trademarks by goods or services text with optional live-only and Nice class filters.

    search_query
    string · required
    live_only_filter
    string
    international_class_filter
    string
    page_offset
    integer
    size
    integer
  • Wordmark Search

    act_tmsearch_uspto_gov_trademark_wordmark_searchwrite2 credits / call

    Searches trademarks by wordmark or pseudo-mark text, returning serials, owners, classes, and status.

    search_query
    string · required
    page_offset
    integer
    size
    integer

USPTO Trademark Search API questions

Is there an API for USPTO Trademark Search?
USPTO Trademark Search does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for tmsearch.uspto.gov. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape USPTO Trademark Search data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when tmsearch.uspto.gov changes its markup, Anakin updates the action.
Do I need a USPTO Trademark Search account?
No. Every USPTO Trademark Search action listed here runs anonymously — no account and no credentials required.
What does the USPTO Trademark Search API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites