Image Search Skill
Find high-quality product images from trusted sources.
What It Does
- •Search trusted retailer websites (Amazon, manufacturer sites) for the product
- •Validate image quality and relevance
- •Generate SEO-friendly ALT text
- •Return the best image URL with metadata
Payload Format
typescript
{
title: string; // Product title
vendor: string; // Brand/manufacturer name
sku: string | null; // Product SKU
barcode: string | null; // EAN/UPC barcode
}
Output
- •
imageUrl: string — URL of the found image - •
imageAlt: string — SEO-optimized ALT text - •
source: string — Where the image was found - •
method: string — Search method used - •
searchAttempts: number — How many sources were tried
Triggers
- •pipeline: Called automatically by the
product-enrichmentskill - •manual: Can be triggered from the Admin Dashboard