← Back to catalog
nvd.cpe_search
mock data$0.002 / callNIST NVD CPE Product Lookup
Search the Common Platform Enumeration (CPE) dictionary for product identifiers used by CVEs. Returns CPE 2.3 URI (cpe:2.3:a:vendor:product:version:...), title, deprecation status. Use this to find the exact CPE string before searching CVEs by affected product.
Input schema
keywordrequired
stringProduct keyword to search the CPE dictionary. Examples: 'openssl', 'apache tomcat', 'nginx 1.18'. Returns CPE 2.3 URIs used to identify affected products in CVE records.
start_index
integerZero-based offset for pagination. Use with results_per_page to page through large result sets. Default: 0.
results_per_page
integerNumber of CPE records to return per page. Range: 1–1000. Default: 20.
Call via REST
curl -X POST https://unifyapi.pro/api/call/nvd.cpe_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"keyword":"<keyword>","start_index":0,"results_per_page":0}'