Nexlev Logo

Docs

Search documentation

Search docs by page title or heading

Search Similar Thumbnails

The Search Similar Thumbnails API enables you to find YouTube videos with visually similar thumbnails based on text descriptions or image analysis. This powerful tool helps identify thumbnail trends, discover content opportunities, and analyze successful thumbnail patterns using advanced visual similarity algorithms.

Overview

Use this API to find videos that have thumbnails matching a specific visual concept or style. This resource analyzes thumbnail imagery and returns a list of videos with similar thumbnails ranked by visual similarity, helping you understand thumbnail trends and discover content inspiration.

Quick Start

Get started in 3 simple steps:

  1. Install NexLev: Add the NexLev node to your n8n instance (Installation Guide)
  2. Get API Key: Create your API key at API Key
  3. Make Your First Request:
    • Add NexLev node → Select "Similar Thumbnail" → Choose "Search Similar Thumbnails"
    • Select Search Type (Text or Image URL)
    • Enter your search query
    • Execute to get videos with similar thumbnails

Example Result: You'll receive a list of videos with thumbnails matching your search, ranked by visual similarity score.

Endpoint Details

  • Resource: Similar Thumbnail
  • Operations: Search Similar Thumbnails
  • Authentication: Required (API Key)
  • Pagination: ❌ No
  • Search Types: Text | Image URL
  • Returns: Array of videos with similar thumbnails
  • Quota Cost: 🥞 10 quota per request

API Reference

Full endpoint details, cURL example, and response schema live in the Similar Thumbnails API reference.

Endpoint: POST /api/external/similar-thumbnails/search · Quota Cost: 🥞 10 — see Rate Limits & Quota

Authentication Required — see Authentication for the required header format and how to get an API key.

Configuration

Parameters

ParameterTypeRequiredDescription
Search TypestringYesThe type of search to perform (Text or Image URL)
TextstringYes*Text description of the thumbnail you want to find (required when Search Type is "Text")
Image URLstringYes*URL of an image to find similar thumbnails for (required when Search Type is "Image URL")

* One of Text or Image URL is required based on the selected Search Type.

Search Type Options

The Search Type parameter determines how you want to search for similar thumbnails. You can choose between two search methods:

OptionDescription
TextSearch for thumbnails based on a text description. Enter a descriptive phrase that represents the visual concept you're looking for (e.g., "Dogs playing in the Mars", "sunset over mountains", "tech gadget review with blue background")
Image URLSearch for thumbnails similar to a provided image URL. Provide a direct URL to an image, and the API will find YouTube thumbnails with similar visual characteristics

Setup Steps

Step 1: Add NexLev Node

  • Add the NexLev node to your workflow
  • See Quickstart Guide for installation instructions

Step 2: Configure Resource

  • Under Resource, select Similar Thumbnail

Step 3: Select Operation

  • Under Operation, select Search Similar Thumbnails

Step 4: Authentication

  • Under Credential to connect with, select your NexLev account
  • If not configured, create one using your API Key

Step 5: Choose Search Type ✅ Required

  • Under Search Type, select either:
    • Text - To search using a text description
    • Image URL - To search using an image URL

Step 6: Enter Search Query ✅ Required

Based on your Search Type selection:

  • If Text: Enter a descriptive text of the thumbnail you want to find (e.g., "Dogs playing in the Mars", "tech gadget review with blue background")
  • If Image URL: Enter the URL of the image you want to find similar thumbnails for
Configure search similar thumbnails operation

Execution

Click Execute step to retrieve a list of videos with similar thumbnails ranked by visual similarity score.

Response

Full response schema and error codes: Similar Thumbnails — API Reference →

Use Cases

Leverage similar thumbnail discovery in your workflows for:

  • Thumbnail Inspiration: Find successful thumbnails that match your content concept for design inspiration
  • Trend Analysis: Identify popular thumbnail styles and visual patterns in your niche
  • Competitor Research: Discover how competitors are designing thumbnails for similar content
  • A/B Testing Ideas: Find variations of thumbnail styles to test for your own videos
  • Content Discovery: Find videos with similar visual themes for collaboration or research
  • Brand Consistency: Ensure your thumbnails align with successful patterns in your category
  • Visual SEO: Understand what thumbnail styles attract the most views in your niche
  • Outlier Detection: Identify thumbnails that significantly outperform average engagement
  • Market Research: Analyze thumbnail trends across different content categories
  • Creative Benchmarking: Compare your thumbnail designs against top performers

Examples

  1. Add a Manual Trigger or Schedule Trigger node
  2. Add the NexLev node and configure it for Search Similar Thumbnails operation
  3. Set Search Type to Text
  4. Enter a descriptive text like "sunset over mountains with hiking"
  5. Add a Code node to filter results by similarity score (e.g., score > 0.7)
  6. Add an output node (e.g., Google Sheets, Airtable, Webhook)

Image-Based Thumbnail Analysis

  1. Add a Manual Trigger node
  2. Add the NexLev node:
    • Operation: Search Similar Thumbnails
    • Search Type: Image URL
    • Image URL: URL of your reference thumbnail
  3. Add a Code node to analyze the results
  4. Export to Notion or Airtable for reference

Thumbnail Trend Monitoring

  1. Add a Schedule Trigger node (e.g., daily)
  2. Add the NexLev node to search for thumbnails matching your niche keywords
  3. Add a Loop node to process each result
  4. Add a Code node to extract thumbnail patterns and statistics
  5. Add a Google Sheets node to track trends over time
  6. Add a Slack or Email node to alert on significant changes

Outlier Thumbnail Discovery

  1. Add a Manual Trigger node
  2. Add the NexLev node to search for similar thumbnails
  3. Add a Filter node to select only results where calculatedData.isOutlier is true
  4. Add a Code node to analyze what makes these thumbnails successful
  5. Export results to your preferred destination

Competitive Thumbnail Analysis

  1. Add a Manual Trigger node with competitor video URLs
  2. Use a Code node to extract thumbnail URLs from the videos
  3. Add the NexLev node with Image URL search type
  4. Add a Loop node to analyze each competitor thumbnail
  5. Add a Code node to compile competitive insights
  6. Export to Notion or Airtable for strategic planning

Support

If you encounter issues or have questions about the Search Similar Thumbnails API, please contact our support team at contact@nexlev.io or refer to our troubleshooting guide.