Intro
Capture for sale modifiers in GSC so you can monitor direct product-availability searches tied to inventory intent.
Use this regex to isolate for sale searches in GSC when people want to find products available to purchase now.
The Regex
How This Regex Works (Explained Simply)
\b
Backslash-b marks a word boundary. It helps stop short terms from matching inside longer words in GSC queries.
GSC regex is case-insensitive by default, so capital letters do not need separate variants. GSC also uses partial matching by default, so the regex can match part of a longer query unless you anchor it with ^ or $.
What This Regex Does
- Matches the exact phrase for sale as a standalone modifier.
- Surfaces product-availability demand rather than general product interest.
- Supports inventory and marketplace-style reporting.
What it does not match
- bike sale today - Sale appears, but not the phrase for sale.
- cheap coffee machine - No for sale phrase appears.
Edge Cases
- Sale alone does not match here because the phrase is intentionally stricter.
- The phrase can appear anywhere in the query because the regex is not anchored.
Example Matches Table
| Query | Match | Why |
|---|---|---|
| mountain bikes for sale | Match | Contains the exact phrase for sale. |
| used coffee machine for sale | Match | The phrase for sale appears intact. |
| bike sale today | No | Sale appears, but not the phrase for sale. |
| cheap coffee machine | No | No for sale phrase appears. |
How to Use This in Google Search Console
- Open Performance and go to Search results.
- Click Add filter and choose Query.
- Select Custom (regex).
- Paste the regex and click Apply.
When to Use This
- Track availability-led product demand.
- Measure marketplace-style search behaviour separately from discounts.
- Audit whether in-stock pages capture for-sale traffic.
Pro Tips
- Keep this separate from sale or deal modifiers because the search intent is slightly different.
- If your market uses available now, keep that in a variation rather than the core regex.
- Review whether used or second-hand modifiers appear often inside this segment.
- This can be useful for inventory-heavy ecommerce or classified-style sites.
Variations
Include available-now phrasing
Broadens the segment to another explicit availability signal.
Related Regex Recipes
Regex for "Deals" Queries
Use this regex to isolate deal-led searches in GSC when users are actively looking for bargains or promotions.
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.
CTA
Regex is powerful in GSC, but manual filtering still leaves you exporting, comparing, and rebuilding the same views. Spicy Metrics turns those segments into reporting your team can reuse.
Turn regex into repeatable reporting