{% extends "main.html" %} {% block headers %} {% endblock %} {% block content %}

Welcome to {{ fullSiteName }}, the most comprehensive FREE listing of Brands AND Owner contact information (including websites and phone numbers) on the Internet.

{{ shortSiteName }} includes goods and services that have currently or previously applied for a USA trademark as well as other goods and services that have not applied for any USA trademark. Sometimes these other Brands are trademarked outside the US or in individual states within the USA.

Some enjoy “common law” status (acquired through continuous use of the name and goods or services in commerce in a particular geographic area) or are just new brands that have yet to apply for trademark protection.

Brands(which can be goods or services) can be trademarked or trademarks(which can be goods or services) can be brands, but neither are company names.

For example, International Business Machines is a well known company name, but is not a trademark. The well known trademark is IBM.

{% include 'findowner_home_upper.html' %}
{% include 'resp_home_upper.html' %}

Using {{ shortSiteName }}:

Businesses can screen names for new products and services.

Advertising agencies can easily track companies, their brands and competing brands for purposes of gaining new business and/or naming new products and services.

Marketing and Media executives can track all the companies and/or Brands in one category.

Consumers can quickly learn the contact information and other brands owned by any company for purposes of buying new products and services, complaining to senior management, or seeking a job at a particular company.

Please see our FAQ section or Contact Us sections for more information and to get your questions answered.

{% include 'social.html' %}

STATE TRADEMARK DATABASES OR APPLICATION INFORMATION

{% for state in states %} {% if (state.name == '') %} {% set caption = state.url %} {% else %} {% set caption = state.caption %} {% endif %}

{{ state.name }}

{{ caption }}

{% endfor %}
{# sm width displays as two rows of 3 #} {% if rss|length > 0 %}
US Consumer Product Safety Commission - Recent Recalls and Product Safety News
{% for i in 0..2 %}
{{ rss[i].summary }}
{% endfor %}
{% for i in 3..5 %}
{{ rss[i].summary }}
{% endfor %}
{# xs width displays as two columns of three to avoid vertical gaps #}
US Consumer Product Safety Commission - Recent Recalls and Product Safety News
{% for i in 0..2 %}
{{ rss[i].summary }}
{% endfor %}
{% for i in 3..5 %}
{{ rss[i].summary }}
{% endfor %}
{% endif %}

Find Brands or Owners by Initial Characters

Select Brand by Initial Character

{% for brand in brands %} {{ brand.letter }}  {% endfor %}

Select Owner by Initial Character

{% for owner in owners %} {{ owner.letter }}  {% endfor %}

 

Top Owners of New Brands 2018/2019

  2019 2018  
Owner New Brands Rank New Brands Rank % change
Novartis AG 2261 1574 43.9%
Samsung Electronics Co., Ltd. 2042 2012 1.5%
Aristocrat Technologies Australia Pty Lt 1903 1573 21.0%
Bereber, Brian 1614 <3050+ NA
Daimler AG 1395 7022 98.6%
Warner Bros. Entertainment Inc. 1246 6626 87.9%
Amazon Technologies, Inc. 997 6724 47.8%
AGS LLC 988 5638 75.0%
LG ELECTRONICS INC 949 2431 -61.3%
King Show Games, Inc. 9110 <3050+ NA

 

Find Patent by patent number

Select Patent by patent number

{% if patents %} {% for patent in patents %} {{ patent['patent_no'] }}  {% endfor %} {% endif %}
{% if rss|length > 0 %} {% endif %}
{% endblock %}