商标搜索 API

商标搜索API提供了一个强大的商标关键词搜索工具的即时访问。用户可以检查可用性并搜索USPTO数据库,轻松根据所有者/申请人信息和到期日期过滤结果。该工具非常适合希望保护其品牌的企业或希望注册自己商标的个人
通过 MCP 从您的 AI 代理使用此 API
支持 OpenClaw、Claude Code/Desktop、Cursor、Windsurf、Cline 以及任何兼容 MCP 的 AI 客户端。
文档和设置
通过封装此 MCP 创建技能: https://mcp.zylalabs.com/mcp?apikey=YOUR_ZYLA_API_KEY

关于API: 

商标搜索API是任何希望保护其品牌或注册自己商标的强大工具。该API提供即时访问搜索工具,可以检查商标关键词的可用性和搜索USPTO数据库中的现有商标。用户可以根据所有者/申请人信息和到期日期过滤结果,从而轻松找到所需的商标信息。

商标搜索API的主要优势之一是其能够提供即时商标搜索结果。通过访问USPTO数据库,该API可以快速搜索与用户查询匹配的现有商标。这对于希望注册新品牌或产品名称的企业尤其有用,因为它使他们能够快速确定所需商标是否可用。

除了速度,商标搜索API还提供多种过滤选项,可以帮助用户细化搜索结果。通过根据所有者/申请人信息过滤,用户可以轻松找到特定公司或个人注册的商标。这对于想要监测竞争对手商标活动的企业或希望跟踪特定品牌或个人商标的个人都非常有用。

商标搜索API提供的另一个有用过滤选项是根据到期日期过滤结果。这使用户能够找到接近到期或已过期的商标。对于企业来说,这可以是注册即将可用商标的机会,而对于个人来说,这可以是获取之前注册的商标的机会。

总体而言,商标搜索API是任何希望保护其品牌或注册自己商标的宝贵资源。凭借其即时搜索能力和强大的过滤选项,该API可以帮助企业和个人对其商标策略做出明智的决定。

 

该API接收什么,您的API提供什么(输入/输出)?

根据品牌名称搜索任何商标。检索相关信息。

 

该API的最常见使用案例是什么?

  1. 品牌保护: 公司可以使用商标搜索API通过监控潜在的商标侵权行为来保护其品牌。通过使用API搜索与其品牌名称或标志匹配的商标,公司可以识别潜在的侵权者并采取行动保护其知识产权。

  2. 商标注册: 寻求注册商标的个人或公司可以使用商标搜索API搜索USPTO数据库中可能与其所需商标冲突的现有商标。通过根据所有者/申请人信息和到期日期过滤,他们可以细化搜索结果,增加商标获得批准的机会。

  3. 竞争分析:企业可以使用商标搜索API监控竞争对手的商标活动。通过根据所有者/申请人信息过滤,他们可以轻松找到由特定公司注册的商标,并随时间跟踪其商标组合的变化。

  4. 法律研究: 律师和法律专业人士可以使用商标搜索API代表客户进行法律研究。通过搜索相关商标并按照到期日期进行过滤,他们可以识别潜在的法律问题并提供商标战略的建议。

  5. 市场研究:市场研究人员可以使用商标搜索API识别商标注册和到期的趋势。通过分析注册商标的数量和类型的数据,他们可以获得消费者和企业行为的洞察,并识别新产品和服务的机会。

您的计划是否有任何限制?

除了API调用次数外,没有其他限制。

API 文档

端点


根据所有者姓名邮政编码进行搜索,并返回该所有者的商标详细信息。该端点可能会返回重复的所有者结果,尤其是在所有者地址变更的情况下



                                                                            
GET https://www.zylalabs.com/api/1495/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2+api/1236/%e6%90%9c%e7%b4%a2
                                                                            
                                                                        

测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"count":1,"items":[{"name":"VIAJO.COM INC.","address1":"4225 Executive Square, Suite 325","address2":null,"city":"La Jolla","state":"CA","country":"US","postcode":"92037","trademarks":[{"keyword":"CLICK Y VIAJA","registration_number":"2847107","serial_number":"75928638"}]}]}
                                                                                                                                                                                                                    
                                                                                                    

搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/1495/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2+api/1236/%e6%90%9c%e7%b4%a2&query=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

返回给定关键词是否可用


                                                                            
GET https://www.zylalabs.com/api/1495/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2+api/1237/%e5%95%86%e6%a0%87%e5%8f%af%e7%94%a8%e6%80%a7
                                                                            
                                                                        

测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        [{"keyword":"amazon","available":"no"}]
                                                                                                                                                                                                                    
                                                                                                    

商标可用性 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/1495/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2+api/1237/%e5%95%86%e6%a0%87%e5%8f%af%e7%94%a8%e6%80%a7&keyword=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

进行关键字搜索并返回商标名称、序列号、服务代码、状态、所有者、地址、申请日期和注册日期

 

SearchType参数中,搜索类型为“活动”,这不包括已注销的商标,但如果选择“全部”,您也会看到已过期的商标。必须加载活动或全部



                                                                            
GET https://www.zylalabs.com/api/1495/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2+api/1238/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2
                                                                            
                                                                        

测试端点

API 示例响应

       
                                                                                                        
                                                                                                                                                                                                                                                                                                                                        {"count":250,"items":[{"keyword":"AMAZON HUB","registration_number":"7463860","serial_number":"90700849","status_label":"Live\/Registered","status_code":"700","status_date":"2024-07-30","status_definition":"REGISTERED","filing_date":"2021-05-10","registration_date":"2024-07-30","abandonment_date":null,"expiration_date":"2030-07-30","description":"Position 1 The mark consists of the words AMAZON HUB with the design of a curved arrow in the shape of a smile underneath the word AMAZON.\n\nPosition 2 Providing a web site featuring technology that enables users to select a pickup location for goods purchased on the Internet\n\n","owners":[{"index":1,"owner_type":"30","owner_label":"Original Registrant","legal_entity_type":"03","legal_entity_type_label":"Corporation","name":"Amazon Technologies, Inc.","address1":"410 Terry Ave N","address2":null,"city":"Seattle","state":"WA","country":"US","postcode":"98109"}]},{"keyword":"AMAZON QUANTUM LEDGER DATABASE","registration_number":"7402215","serial_number":"88208184","status_label":"Live\/Registered","status_code":"700","status_date":"2024-05-28","status_definition":"REGISTERED","filing_date":"2018-11-28","registration_date":"2024-05-28","abandonment_date":null,"expiration_date":"2030-05-28","description":"Position 1 Computer software, namely, software used to create, manage and control a ledger-based database to provide data lineage to customers\n\nPosition 2 \"LEDGER DATABASE\"\n\n","owners":[{"index":1,"owner_type":"30","owner_label":"Original Registrant","legal_entity_type":"03","legal_entity_type_label":"Corporation","name":"Amazon Technologies, Inc.","address1":null,"address2":"410 Terry Ave N","city":"Seattle","state":"WA","country":"US","postcode":"98109"}]},{"keyword":"AMAZON","registration_number":"7380893","serial_number":"86984655","status_label":"Live\/Registered","status_code":"700","status_date":"2024-05-07","status_definition":"REGISTERED","filing_date":"2014-06-19","registration_date":"2024-05-07","abandonment_date":null,"expiration_date":"2030-05-07","description":"Position 1 The mark consists of tthe word \"AMAZON\" with an arrow under the word \"AMAZON\" that is pointing from the \"a\" to the \"z\".\n\nPosition 2 Handheld computers; mobile computers; personal digital assistants; portable and handheld electronic devices for transmitting, storing, manipulating, recording, and reviewing text, images, audio, video and data, including via global communications networks, wireless networks, and electronic communications networks; computers; tablet computers, electronic book readers, audio and video players, personal digital assistants; remote controls for audio and video players, televisions, computers and set-top boxes; set-top boxes, namely, audio, video, and media receivers and decoders; television (TV) tuners; wireless controller to control the functioning of audio and video players, televisions, computers and set-top boxes; speakers; cases, covers, and stands all specially adapted for consumer electronic devices, namely, personal computers, excluding cases for heavy duty commercial and military use; computer, electronic, mobile phone, cellular phone, and smartphone game software; parental control software, namely, software for controlling access to games, videos and other media; application development computer software programs; image recognition and matching software; computer hardware for controlling the operation of audio and video devices and for viewing, searching or playing audio, video, television, movies, photographs and other digital images, and other multimedia content; tablet computer operating system software; application software for tablet computers, mobile phones, cellular phones, and smartphones, namely, apps for viewing and purchasing retail goods and services, for shopping in online retail stores, tracking shipments, payment transactions, for retail customer account management; computer software for web browsing, for viewing and purchasing retail goods and services, for shopping in online retail stores, tracking shipments, payment transactions, for retail customer account management, and for audio and video streaming; computer hardware; computer and portable and handheld electronic device accessories, namely, personal computer and tablet keyboards, covers, and cases; computer hardware for displaying data and video\n\nPosition 3 Electronic game controllers; video game controllers; handheld unit for playing electronic games\n\nPosition 4 Color is not claimed as a feature of the mark.\n\n","owners":[{"index":1,"owner_type":"30","owner_label":"Original Registrant","legal_entity_type":"03","legal_entity_type_label":"Corporation","name":"Amazon Technologies, Inc.","address1":"410 Terry Ave N","address2":"ATTN: Trademarks","city":"Seattle","state":"WA","country":"US","postcode":"98109"}]},{"keyword":"AMAZON","registration_number":"7380892","serial_number":"86984654","status_label":"Live\/Registered","status_code":"700","status_date":"2024-05-07","status_definition":"REGISTERED","filing_date":"2014-06-19","registration_date":"2024-05-07","abandonment_date":null,"expiration_date":"2030-05-07","description":"Position 1 Handheld computers; mobile computers; personal digital assistants; portable and handheld electronic devices for transmitting, storing, manipulating, recording, and reviewing text, images, audio, video and data, including via global communications networks, wireless networks, and electronic communications networks; computers; tablet computers, electronic book readers, audio and video players, personal digital assistants; remote controls for audio and video players, televisions, computers and set-top boxes; set-top boxes, namely, audio, video, and media receivers and decoders; television (TV) tuners; wireless controller to control the functioning of audio and video players, televisions, computers and set-top boxes; speakers; cases, covers, and stands all specially adapted for consumer electronic devices, namely, personal computers, excluding cases for heavy duty commercial and military use; computer, electronic, mobile phone, cellular phone, and smartphone game software; parental control software, namely, software for controlling access to games, videos and other media; application development computer software programs; image recognition and matching software; computer hardware for controlling the operation of audio and video devices and for viewing, searching or playing audio, video, television, movies, photographs and other digital images, and other multimedia content; tablet computer operating system software; application software for tablet computers, mobile phones, cellular phones, and smartphones, namely, apps for viewing and purchasing retail goods and services, for shopping in online retail stores, tracking shipments, payment transactions, for retail customer account management; computer software for web browsing, for viewing and purchasing retail goods and services, for shopping in online retail stores, tracking shipments, payment transactions, for retail customer account management, and for audio and video streaming; computer hardware; computer and portable and handheld electronic device accessories, namely, personal computer and tablet keyboards, covers, and cases; computer hardware for displaying data and video\n\nPosition 2 Electronic game controllers; video game controllers; handheld unit for playing electronic games\n\n","owners":[{"index":1,"owner_type":"30","owner_label":"Original Registrant","legal_entity_type":"03","legal_entity_type_label":"Corporation","name":"Amazon Technologies, Inc.","address1":"410 Terry Ave N","address2":"ATTN: Trademarks","city":"Seattle","state":"WA","country":"US","postcode":"98109"}]},{"keyword":"AMAZONIAN","registration_number":"7363214","serial_number":"97611718","status_label":"Live\/Registered","status_code":"700","status_date":"2024-04-23","status_definition":"REGISTERED","filing_date":"2022-09-28","registration_date":"2024-04-23","abandonment_date":null,"expiration_date":"2030-04-23","description":"Non-alcoholic espresso beverage also containing oat milk, almond syrup, and cinnamon","owners":[{"index":1,"owner_type":"30","owner_label":"Original Registrant","legal_entity_type":"03","legal_entity_type_label":"Corporation","name":"Alpha Coffee, Inc.","address1":"7260 Racquet Club Dr.","address2":null,"city":"Cottonwood Heights","state":"US","country":null,"postcode":"84121"}]},{"keyword":"AMAZON FREEVEE","registration_number":"7356425","serial_number":"97359794","status_label":"Live\/Registered","status_code":"700","status_date":"2024-04-09","status_definition":"REGISTERED","filing_date":"2022-04-12","registration_date":"2024-04-09","abandonment_date":null,"expiration_date":"2030-04-09"}],"_note":"Response truncated for documentation purposes"}
                                                                                                                                                                                                                    
                                                                                                    

商标搜索 - 代码片段


curl --location --request GET 'https://zylalabs.com/api/1495/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2+api/1238/%e5%95%86%e6%a0%87%e6%90%9c%e7%b4%a2&keyword=Required&/=Required&searchType=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 商标搜索 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
标头
标头 描述
授权 [必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

简单透明的定价

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

🚀 企业版

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

客户喜爱的功能

  • ✔︎ 仅支付成功请求
  • ✔︎ 7 天免费试用
  • ✔︎ 多语言支持
  • ✔︎ 一个 API 密钥,所有 API。
  • ✔︎ 直观的仪表板
  • ✔︎ 全面的错误处理
  • ✔︎ 开发者友好的文档
  • ✔︎ Postman 集成
  • ✔︎ 安全的 HTTPS 连接
  • ✔︎ 可靠的正常运行时间

商标搜索 API FAQs

商标搜索API有三个主要端点:搜索端点根据所有者或邮政编码返回商标详细信息;商标可用性端点指示关键词是否可用;商标搜索端点提供包括名称、注册号、状态、所有者详细信息和申请日期在内的全面商标信息

关键字段包括“关键字”、“注册号”、“序列号”、“状态标签”、“提交日期”、“注册日期”和“所有者”用于商标搜索接口。商标可用性接口返回“关键字”和“可用”状态

搜索端点接受“所有者名称”和“邮政编码”等参数 商标可用性端点需要“关键词”参数 商标搜索端点允许“搜索类型”将结果筛选为“活动”或“所有”

响应数据采用JSON格式结构。每个端点返回一个对象,其中包含结果的"count"和一个包含每个商标详细信息的"items"数组,包括所有权和状态

商标搜索API从USPTO(美国专利和商标局)数据库获取数据,确保用户访问最新和准确的商标信息

常见的用例包括通过监测潜在侵权来保护品牌、商标注册检查以避免冲突、商标组合的竞争分析以及商标战略的法律研究

用户可以通过指定参数,如搜索端点的“所有者名称”或选择商标搜索端点的“活跃”或“所有”,来自定义请求,以根据他们的需求优化结果

如果结果部分或为空,用户应该核实他们的搜索参数是否准确。调整关键词或使用更宽泛的搜索标准可以帮助获得更全面的结果

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。

价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]


此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。

定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。

有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]

价格由月度或年度订阅决定,具体取决于所选计划。

API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。

Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。

要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。

要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。

要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。

"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。

是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。

您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。

7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。

当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。

付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。


相关 API


您可能还喜欢