ConsoleCatalog
Sign in
Avnet logo

Avnet

avnet.comMarketplaceno auth

B2B electronics components distributor. Search parts, fetch product details, pricing, inventory, and site content for semiconductors and components.

Product Details

ASYNCREADNo auth

Returns product detail including manufacturer, part number, specifications, and datasheet links.

ParametersFormJSON

URL slug for the component manufacturer (e.g. stmicroelectronics)

URL slug for the part number (lowercase, hyphenated)

Avnet evolve item identifier for the product card

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_avnet_product_detail_ssr",
    "params": {
      "manufacturer_slug": "stmicroelectronics",
      "part_slug": "stm32c031c4u6",
      "evolve_item_id": "evolve-61002323"
    }
  }'