/notebookcheck/devices/search

POST /api/notebookcheck/devices/search

Price: 10 credits

Search laptops, phones, tablets and other devices by hardware, measured display and noise values, review scores, price, size and age

How to use it

The strongest filters here are the measured ones — brightness, colour coverage, PWM, noise, battery runtime — because they come from a lab bench rather than from a datasheet, so a question like 'a quiet laptop with a bright matte screen' is answerable directly. A query returns at most 500 rows and there is no paging, so split a broad filter set across `model_year_from` and `model_year_till` windows rather than widening `count`. `page_kind` tells you where a row's id resolves: `device` ids go to notebookcheck/devices, `review` ids to notebookcheck/articles. `min_price` and `max_price` read the launch list price, which many records leave unset, so both of them also drop everything without a stated price.

Parameters

Request body

Response

Errors

Response headers