AI search for WooCommerce stores

Visual + semantic product search via REST API

For: WooCommerce store owners with 1K–100K products

The problem

WooCommerce's built-in search is a basic SQL LIKE query. A SearchWP plugin helps with text but adds nothing semantic, and visual search isn't on the menu. AI search is the easiest conversion lever you can pull.

Solution: SearchPixel

  1. Get a PixelAPI key
  2. Use the WP REST API hook to POST new products to SearchPixel /index on save
  3. Replace the storefront search bar with our search-widget snippet
  4. Verify visual + semantic queries return relevant SKUs

Code

curl 'https://searchpixel.pixelapi.dev/search?q=red+silk+wedding+saree' \
  -H "Authorization: Bearer YOUR_PIXELAPI_KEY"
Try SearchPixel