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:
- Install NexLev: Add the NexLev node to your n8n instance (Installation Guide)
- Get API Key: Create your API key at API Key
- 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
* 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:
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
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
Basic Text-Based Thumbnail Search
- Add a Manual Trigger or Schedule Trigger node
- Add the NexLev node and configure it for Search Similar Thumbnails operation
- Set Search Type to Text
- Enter a descriptive text like "sunset over mountains with hiking"
- Add a Code node to filter results by similarity score (e.g., score > 0.7)
- Add an output node (e.g., Google Sheets, Airtable, Webhook)
Image-Based Thumbnail Analysis
- Add a Manual Trigger node
- Add the NexLev node:
- Operation: Search Similar Thumbnails
- Search Type: Image URL
- Image URL: URL of your reference thumbnail
- Add a Code node to analyze the results
- Export to Notion or Airtable for reference
Thumbnail Trend Monitoring
- Add a Schedule Trigger node (e.g., daily)
- Add the NexLev node to search for thumbnails matching your niche keywords
- Add a Loop node to process each result
- Add a Code node to extract thumbnail patterns and statistics
- Add a Google Sheets node to track trends over time
- Add a Slack or Email node to alert on significant changes
Outlier Thumbnail Discovery
- Add a Manual Trigger node
- Add the NexLev node to search for similar thumbnails
- Add a Filter node to select only results where
calculatedData.isOutlieris true - Add a Code node to analyze what makes these thumbnails successful
- Export results to your preferred destination
Competitive Thumbnail Analysis
- Add a Manual Trigger node with competitor video URLs
- Use a Code node to extract thumbnail URLs from the videos
- Add the NexLev node with Image URL search type
- Add a Loop node to analyze each competitor thumbnail
- Add a Code node to compile competitive insights
- Export to Notion or Airtable for strategic planning
Related Resources
- Quickstart Guide - Learn how to set up NexLev with n8n
- Video Content - Get comprehensive video information
- Similar Videos - Find videos similar to a given video
- Channel Content - Retrieve channel information and video lists
- Channel Analytics - Get detailed analytics data for channels
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.