UnifyAPI
← Back to catalog

nvd.cpe_search

mock data$0.002 / call

NIST 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.

Healthprovider: Nvd#nvd#health

Input schema

keywordrequired

Product 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.

string
start_index

Zero-based offset for pagination. Use with results_per_page to page through large result sets. Default: 0.

integer
results_per_page

Number of CPE records to return per page. Range: 1–1000. Default: 20.

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.