← Back to Regex Library

Cluster 4

Ecommerce & Revenue

Track buying signals, price sensitivity, and product-structure patterns that tie SEO visibility to revenue intent.

17/17 published Latest update 17 March 2026
Published Recipes

Live recipes in this cluster

Published Updated 2026-03-17

Regex for "Buy" Queries

Use this regex to capture queries that include the standalone word buy when you want the clearest direct-purchase intent signal in Search Console.

\bbuy\b
Published Updated 2026-03-17

Regex for "Shop" Queries

Use this regex to capture searches that include shop when users are explicitly looking for a place to browse or purchase products.

\bshop\b
Published Updated 2026-03-17

Regex for "Order" Queries

Use this regex to isolate queries that include order when users signal direct intent to place a purchase.

\border\b
Published Updated 2026-03-17

Regex for "For Sale" Queries

Use this regex to isolate for sale searches in GSC when people want to find products available to purchase now.

\bfor sale\b
Published Updated 2026-03-17

Regex for "Cheap" Queries

Use this regex to isolate cheap-modified searches in GSC when users prioritise price sensitivity over brand or premium attributes.

\bcheap\b
Published Updated 2026-03-17

Regex for "Discount" Queries

Use this regex to isolate discount modifiers in GSC when searchers are looking for reduced pricing rather than generic deals language.

\bdiscount\b
Published Updated 2026-03-17

Regex for "Deals" Queries

Use this regex to isolate deal-led searches in GSC when users are actively looking for bargains or promotions.

\bdeals?\b
Published Updated 2026-03-17

Regex for "Best Price" Queries

Use this regex to isolate best price queries in GSC when searchers want the strongest value signal rather than a general promotion term.

\bbest price\b
Published Updated 2026-03-17

Regex for "Offers" Queries

Use this regex to isolate offer queries in GSC when users are looking for promotional availability rather than one exact discount format.

\boffers?\b
Published Updated 2026-03-17

Regex for Product Queries

Use this regex to isolate product-level queries in GSC when you want a clear segment built around specific items rather than category or intent modifiers.

\b(shoes?|trainers?|laptop|laptops|chair|chairs)\b
Published Updated 2026-03-17

Regex for Category Queries

Use this regex to isolate category-style queries in GSC when users browse a broader product group rather than a single item.

\b(men's|womens?|kids|accessories|furniture|electronics)\b
Published Updated 2026-03-17

Regex for SKU / Model Numbers

Use this regex to isolate model-number style searches in GSC when users search with precise alphanumeric identifiers rather than descriptive product terms.

\b[a-zA-Z]{2,5}-?\d{2,6}[a-zA-Z0-9-]*\b
Published Updated 2026-03-17

Regex for Product Variants (colour, size)

Use this regex to isolate product variant modifiers in GSC when users add colour or size language to a product search.

\b(red|blue|black|white|small|medium|large|xl)\b
Published Updated 2026-03-17

Regex for Product + Feature Queries

Use this regex to isolate product-feature searches in GSC when demand is shaped by one or more product attributes rather than the base item alone.

\b(waterproof|wireless|portable|ergonomic|lightweight|rechargeable)\b
Published Updated 2026-03-17

Regex for High Intent Keywords

Use this regex to capture a broad mix of ecommerce high-intent modifiers in GSC when you want one practical late-funnel reporting segment.

\b(buy|order|price|pricing|deal|deals|discount|sale|trial)\b
Published Updated 2026-03-17

Regex for Ready-to-Buy Queries

Use this regex to isolate explicit ready-to-buy language in GSC when users appear close to completing a transaction right away.

\b(buy now|order now|ready to buy|purchase today)\b
Published Updated 2026-03-17

Regex for Urgent Purchase Queries

Use this regex to isolate urgent purchase queries in GSC when searchers signal time pressure, stock urgency, or delivery expectations.

\b(today|same day|next day|fast delivery|in stock|available now)\b