[T104]Trademark Applicant Search

post
https://connect.patsnap.com/trademark/search/applicant
Try in Sandbox

Search global trademarks by applicant name.

applicant is required. Filter by countryName, intCls, tmStatus.

Request Parameters

List of parameters supported by this API endpoint

NameTypeExampleDescription
applicant
Required
stringVOLKSWAGEN AKTIENGESELLSCHAFT
Applicant name
country_name
stringCN,US
Country codes, comma-separated, e.g. CN,US
int_cls
string09,42
Nice classification, comma-separated, e.g. 09,42
page_no
integer<int32>1
Page number, default 1
page_size
integer<int32>20
Page size, default 20, max 200
tm_status
string已注册
Trademark status, comma-separated

Response Schema

Structure of the API response data

Field NameTypeExampleDescription
data
object-
response data
list
array[ { "agent": "", "app_no": "3020261101905", "reg_no": "302026110190", "country": "德国", "tm_name": "BLUESTAR", "app_date": "2026-05-15", "end_date": "2036-05-15", "reg_date": "2026-05-26", "tm_image": "", "applicant": "VOLKSWAGEN AKTIENGESELLSCHAFT", "exam_date": "2026-06-26", "tm_status": "已注册", "flow_status": "Application procedure Trade mark registered", "tm_category": "12 运输工具", "goods_service": "12 Alarmanlagen für Fahrzeuge;Automobile;Kraftfahrzeuge;Motorräder", "applicant_address": "38440 Wolfsburg DE" }, { "agent": "", "app_no": "99802284", "reg_no": "", "country": "美国", "tm_name": "GOLF", "app_date": "2026-05-04", "end_date": "", "reg_date": "", "tm_image": "", "applicant": "VOLKSWAGEN AKTIENGESELLSCHAFT", "exam_date": "", "tm_status": "注册申请中", "flow_status": "APPLICATION FILING RECEIPT MAILED", "tm_category": "28 健身器材", "goods_service": "28 remote-controlled toy vehicles;scale model vehicles;toy vehicles for children", "applicant_address": "Berliner Ring 2, Wolfsburg, 38440" }, { "agent": "", "app_no": "3020261066441", "reg_no": "", "country": "德国", "tm_name": "VW", "app_date": "2026-03-27", "end_date": "", "reg_date": "", "tm_image": "https://mzw-ot.oss-cn-beijing.aliyuncs.com/de/tm_image/efece8d5/bd52d8d9/d7eac3a1/4aa2c91d/3020261066441.jpg", "applicant": "VOLKSWAGEN AKTIENGESELLSCHAFT", "exam_date": "", "tm_status": "注册申请中", "flow_status": "", "tm_category": "39 运输贮藏", "goods_service": "", "applicant_address": "38440 Wolfsburg DE" } ]
Trademark list
rank
string0.6250130777606762
Image search rank score (image similarity search only)
agent
stringCABINET NEFISSA GUEBLAOUI
Agent
app_no
string20000248
Application number
reg_no
string15601
Registration number
country
string乌兹别克斯坦
Country
tm_name
stringMM
Trademark name
app_date
string2000-04-06
Application date
end_date
string2020-02-28
Expiration date
reg_date
string2002-06-28
Registration date
tm_image
stringhttps://mzw-ot.oss-cn-beijing.aliyuncs.com/uz/tm_image/6d31bed3/af56dd9f/96d27a17/102ff0ef/20000248.jpg
Trademark image URL
applicant
stringТОРГОВОЕ ЧАСТНОЕ УНИТАРНОЕ ПРЕДПРИЯТИЕ "ХАРТИЯ"
Applicant
exam_date
string2002-06-28
Examination date
tm_status
string商标无效
Trademark status
flow_status
stringTermination Date
Flow status
tm_category
string42 科技服务
Trademark category
goods_service
string42 Оптовая и розничная торговля.
Goods and services description
similarity_level
string一般
Similarity level
applicant_address
string220121, г. Минск, ул. Лещинского, д. 8
Applicant address
total
integer<int64>6819
Total trademark count
page_no
integer<int32>1
Current page number
page_size
integer<int32>20
Page size
total_pages
integer<int32>341
Total pages
status
Required
booleanfalse
Status
error_msg
stringThe request parameter format is incorrect!
Error Message
error_code
Required
integer0
Error Code

Success Response Example

Example of a successful API response

JSON
{
  "data": {
    "list": [
      {
        "rank": 0.6250130777606762,
        "agent": "CABINET NEFISSA GUEBLAOUI",
        "app_no": 20000248,
        "reg_no": 15601,
        "country": "乌兹别克斯坦",
        "tm_name": "MM",
        "app_date": "2000-04-06",
        "end_date": "2020-02-28",
        "reg_date": "2002-06-28",
        "tm_image": "https://mzw-ot.oss-cn-beijing.aliyuncs.com/uz/tm_image/6d31bed3/af56dd9f/96d27a17/102ff0ef/20000248.jpg",
        "applicant": "ТОРГОВОЕ ЧАСТНОЕ УНИТАРНОЕ ПРЕДПРИЯТИЕ \"ХАРТИЯ\"",
        "exam_date": "2002-06-28",
        "tm_status": "商标无效",
        "flow_status": "Termination Date",
        "tm_category": "42 科技服务",
        "goods_service": "42 Оптовая и розничная торговля.",
        "similarity_level": "一般",
        "applicant_address": "220121, г. Минск, ул. Лещинского, д. 8"
      }
    ],
    "total": 6819,
    "page_no": 1,
    "page_size": 20,
    "total_pages": 341
  },
  "status": true,
  "error_code": 0
}

Error Codes

List of possible error codes returned by this endpoint

Business Errors

Error CodeDescription
68300004Invalid parameter!
68300005Search api failure!
68300006Analytic basic access error!
68300007Bad request!
68300008Service error, please try again later!
68300010The file does not comply with upload specifications!

Platform Errors

Error CodeDescription
67200000API call exceeds the total limit set by the platform!
67200001API call exceeds the total limit set by the platform!
67200002The current call rate is too fast, exceeding the current configuration limit QPS!
67200003The key and secret parameters for applying for the token are incorrect or the client has been disabled!
67200004The requested api does not have permission. Please contact our support personnel!
67200005Insufficient account balance/number of calls!
67200006The client has exceeded the activation validity period!
67200007The current call exceeds the configured usage limit of the day!
67200008Please check if the required apikey in the query parameter has been transmitted!
67200009The apikey does not match the passed bearerToken. Please check if a valid token is being used!
67200012The request is illegal!
67200100The current server status is busy, request response timeout!
67200101The API requested currently does not exist. Please check the request path!

HTTP Status Codes

Status CodeDescription
0Success
201Created
401Unauthorized
403Forbidden
404Not Found
68300012Enterprise data does not exist