💰 Price Points Checker
Price Points Custom Price Points Prices Counter: 0
Notes: One per line or Space-separated
Website URL

Enter domain only (e.g. abc.com)

Notes: Localhost searching not available on live server
How this tool matches prices (important)
  • 1. The script extracts **numeric tokens** only from elements with class="terms_cond". If none exist it falls back to the page body.
  • 2. Tokens and your inputs are normalized the same way: currency symbols & commas are removed, leading zeros removed, trailing fractional zeros removed. Examples: $90.00 → 90, 1.90 → 1.9.
  • 3. Matching is exact on normalized values. So 90 will not match 1.90 or 390. This prevents false positives.
  • 4. The tool reports how many times a normalized price appears in the terms page (occurrence counter).

Notes: This tool extracts numeric tokens only from div.terms_cond elements (fallback to body if none). Matching is performed after normalization (strip currency symbols & commas; collapse multiple dots; remove trailing fractional zeros) so matching is strict and should not produce false positives like "90" matching "390" or "1.90".