The DigiKey Product endpoint returns a full DigiKey product page: part numbers, manufacturer, price tiers, stock, images, datasheet, breadcrumb and specifications.
Pass a product detail URL (or relative path with region). Browser rendering is used. Costs 2 credits per call.
GET https://api.piloterr.com/v2/digikey/product?query=https://www.digikey.fr/fr/products/detail/phoenix-contact/2981965/3604293
GET https://api.piloterr.com/v2/digikey/product?query=/fr/products/detail/excel-blades/50500/24758728®ion=fr
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full DigiKey product URL, or relative /…/products/detail/... path |
region |
string |
no |
Country TLD when query is a relative path (fr, com, …) |
return_page_source |
boolean |
no |
Return rendered HTML instead of JSON |
| Field |
Type |
Description |
region / locale |
string |
Country site and language path |
digikey_part_number / manufacturer_part_number / manufacturer |
string |
Identifiers |
title / description / detailed_description |
string |
Product text |
price / currency |
number / string |
First price break |
pricing |
array |
Price breaks by packaging |
stock |
string |
Available quantity |
url / datasheet_url |
string |
Product and datasheet links |
images |
string[] |
Image URLs |
breadcrumb |
array |
Category trail |
specifications |
object |
Technical attributes |
is_unavailable |
boolean |
Product unavailable when true |
| Code |
Meaning |
400 |
Empty or invalid query |
404 |
No usable product data |
500 |
Rendering failed |