Skip to main content
POST
/notebookcheck/processors/search

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
query
string | null
Minimum string length: 1
match_all_words
boolean
default:true
segment
enum<string>
default:all
Available options:
all,
laptop,
desktop,
smartphone_and_tablet,
laptop_and_desktop
instruction_set
enum<string> | null
Available options:
x86,
arm
min_cores
integer | null
Required range: x >= 1
min_threads
integer | null
Required range: x >= 1
min_tdp_watt
integer | null
Required range: x >= 1
max_tdp_watt
integer | null
Required range: x >= 1
announced_months_ago
integer | null
Required range: x >= 1
benchmarked_only
boolean
default:false
on_sale_only
boolean
default:false
sort_by
enum<string> | null
Available options:
name,
codename,
cores,
threads,
clock,
turbo_clock,
tdp,
tdp_turbo,
l2_cache,
l3_cache

Response

Successful Response

item_id
string
required
name
string
required
@type
string
default:NotebookcheckProcessorListing
page_id
string | null
url
string | null
position
integer | null
codename
string | null
series
string | null
l2_cache
string | null
l3_cache
string | null
tdp_watt
number | null
tdp_turbo_watt
number | null
clock_mhz
number | null
turbo_clock_mhz
number | null
cores
integer | null
threads
integer | null
process_nm
number | null
instruction_set
string | null
is_64_bit
boolean | null
ai_npu_tops_int8
number | null
ai_chip_tops_int8
number | null
graphics_card
string | null
performance_rating
number | null
performance_percent
number | null
benchmarks
object[]