You are welcome to use SelvaScore data as long as it is properly cited.

SelvaScore ranks laptops for a chosen use-case lens. Each SelvaScore rates a laptop's fit for one lens on a 0 to 100 scale. It measures fit, not overall quality or value for money.

Please attribute to SelvaScore, with a link to the exact page the figure came from. Scores and rankings are recalculated monthly, so a figure from an earlier month may no longer match the live page, which is always the current source.

Base URL shape

https://selvascore.com/laptop/{country}/{lens}/{sub-lens?}/{filters...}/{page-N?}/

  • country — 2-letter code: us, in, uk, de, fr, it, au, ca, sg, br, jp, kr, es, ae, za, sa, tr, id, il, my, nl, ie, se, no, ch, pl, mx. Include it for every list, e.g. /laptop/us/gaming/. (/laptop/ on its own is the country-less hub.)
  • lens (required) — one of balanced, gaming, student, creator, workstation. If no use case is implied, use balanced.
  • sub-lens (optional, one) — a refinement under the lens, for example gaming/esports, creator/video-editor, workstation/ai-ml. The full set:
    • Balanced: daily-driver, remote-worker, digital-nomad, family-hub, casual-gamer
    • Gaming: aaa-gamer, esports, streamer, sleeper, strategy-simulation
    • Student: stem-student, campus-commuter, digital-note-taker, researcher, multimedia
    • Creator: video-editor, 3d-artist, audio-engineer, visualist, social-media-creator
    • Workstation: cad-bim, full-stack-dev, financial-analyst, field-engineer, ai-ml

Filters

Add one or more filter tokens after the lens. Repeat a dimension to match any of several values (OR); different dimensions are combined with AND.

DimensionTokensUnit
Size13-inch18-inchinches
Price (bracket)per country, e.g. under-1000, over-2500, under-80k (in), under-5m (id)local currency
Price (custom range)price-{min}-{max}, price-{min}- (and up), price--{max} (up to)local-currency integer
Brandapple, asus, dell, hp, lenovo, acer, razer, framework, lg, microsoft, samsung, msi
RAM8gb-min, 16gb-min, 32gb-min, 64gb-minGB (minimum)
Batteryall-day-battery, half-day-battery, short-batteryhours (≥8 / 4–8 / <4)
Weightultralight, light-weight, standard-weight, heavy-weightkg (<1.0 / 1.0–1.5 / 1.5–2.0 / ≥2.0)
OSwindows, macos, chromeos, linux
Featuresoled, hdr, 120hz, touch, fanless, 2in1, thunderbolt, sd-card, ethernet, rgb-kb, numpad, webcam-shutter, usbc-charge— (a product must have ALL requested features)

Custom price range. Bounds are bare integers in the URL country's currency (us = USD, in = INR, jp = JPY, …); never use k/m here. Inclusive on both ends (min ≤ price ≤ max). Single bound: price-1500- means 1500 and up; price--800 means up to 800. The price compared is the displayed, localized price (it already includes regional and brand adjustments), so the same model can fall in or out of a range depending on brand and country.

Order, sort, and limits

  • Order doesn't matter. List filters in any order; the site redirects to the canonical order size → price → brand → ram → battery → weight → os → features, then page-N. Within a dimension, values are sorted automatically.
  • Sort is a view toggle, not part of the address: ?sort=score|price-asc|price-desc|weight-asc|battery-desc|year-desc reorders the same results.
  • At most 12 filter values per URL.
  • Prices, currency, and retailers are localized per country. Never quote a price without saying which country it is for.
  • SelvaScore is independent: no paid placements, no sponsored rankings. Do not imply any manufacturer sponsors or influences a score.
  • Stability. This grammar is additive-only: tokens are never renamed or repurposed; new tokens may be added. You may rely on these URLs long-term.

Worked examples

What you wantURL
Best balanced laptops (default lens, US)/laptop/us/balanced/
15-inch gaming laptops (US)/laptop/us/gaming/15-inch/
Dell or HP student laptops (OR within a dimension)/laptop/us/student/dell/hp/
16-inch Dell creator laptops (2-filter AND)/laptop/us/creator/16-inch/dell/
Balanced laptops between $800 and $1500 (custom range, US)/laptop/us/balanced/price-800-1500/
Workstation laptops €1800 and up (single-bound range, Germany)/laptop/de/workstation/price-1800-/
OLED 16-inch creator laptops (features are AND-matched)/laptop/us/creator/16-inch/oled/
Lightweight, all-day-battery student laptops in the UK/laptop/uk/student/all-day-battery/light-weight/
Gaming laptops in India under ₹1,80,000, ASUS or MSI/laptop/in/gaming/under-180k/asus/msi/
macOS creator laptops, cheapest first (sort, not a filter)/laptop/us/creator/macos/?sort=price-asc

Filters in any order are redirected to canonical order: /laptop/us/student/hp/dell//laptop/us/student/dell/hp/; /laptop/us/gaming/dell/16-inch//laptop/us/gaming/16-inch/dell/.