Knockoff: Filtering Pseudo-Brands on Amazon

Knockoff: Filtering Pseudo-Brands on Amazon

Knockoff is a browser extension designed to clean up Amazon search results by filtering out "pseudo-brands"—the trademark-squatting, often unpronounceable names (e.g., SZHLUX, HORUSDY) that dominate search results. The tool aims to surface established brands with a reputation to lose, making the shopping experience less cluttered by removing low-quality, generic listings.

Technical Implementation and Filtering Logic

Knockoff operates entirely locally in the browser to ensure privacy and avoid cloud lookups. It uses a three-step appraisal process to determine if a listing is a pseudo-brand:

  1. Brand Registry Check: The extension checks listings against a bundled register of over 5,000 established brands, including the community-maintained AmazonBrandFilterList. This list is refreshed daily.
  2. Linguistic Heuristics: For unknown brands, the extension applies a scoring system based on "linguistic signatures" typical of pseudo-brands. These include ALL-CAPS strings, vanishing vowels, and unpronounceable consonant runs.
  3. User-Defined Strictness: Users can choose between three filter levels:
    • Relaxed: Targets only the most notorious offenders.
    • Standard: Includes suspect names and unbranded listings.
    • Strict: Allows only recognized brands to appear.

Key Features

  • Customizable Visibility: Filtered listings can be completely hidden, dimmed (fading until hovered), or labeled with a warning chip.
  • Sponsored Ad Removal: A toggle allows users to strip "Sponsored" listings from search results.
  • Personal Overrides: Users can trust or block specific brands directly from the results page, which overrides all other signals.
  • Privacy-First Design: The tool requires no accounts, performs no tracking, and uses no analytics. The only network request is the daily refresh of the brand list.
  • Fair Source Licensing: The project is licensed under FSL-1.1-MIT, which converts to MIT after two years.

Community Feedback and Counterpoints

While the tool addresses a common frustration with Amazon's search quality, community discussion on Hacker News reveals several critical perspectives on the effectiveness and accuracy of the latest filtering methods:

Accuracy and False Positives

Some users, including those who own Amazon brands, reported that the extension's heuristics are inconsistent. One user noted that the extension occasionally hides well-known high-end brands (e.g., KUIU) or misidentifies product models as brand names because they are short strings.

"It hid everything by the brand KUIU, which is a well-known and very high end hunting brand. Definitely wrong there."

The "Race to the Bottom" and Brand Value

Several commenters argued that "no-name" brands are not inherently lower quality. Some suggested that established brands often source from the same factories as pseudo-brands, and that buying generic versions is a more cost-effective way to avoid the "brand tax."

"Why should I pay $200 for a BigBrand dog bed if this knockoff site shows SHRDLU has the same thing for $40? We all know that BigBrand gets it from the same supplier."

The Impact on Small Startups

There points were made regarding the impact of this tool on the new brand creation. If linguistic heuristics are automatically filtered out, it may create a barrier for new, legitimate startups attempting to build a brand from scratch on Amazon's platform.

Alternative Approaches

Users suggested alternatives to the tool, such as buying direct from manufacturers or using tools like OnlyAmazingSeller to filter for products sold directly by Amazon, rather than third-party sellers.

Sources