Marketplace
Avnet logo

Avnet API

avnet.com

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

Actions
3
Category
Marketplace
Login
Not required
Output
JSON

Call the Avnet API

Submit a task, then poll the job until it settles. This example runs act_avnet_product_detail_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

3 actions on avnet.com

Read

  • Product Details

    act_avnet_product_detail_ssrread1 credit / call

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

    manufacturer_slug
    string · required
    part_slug
    string · required
    evolve_item_id
    string · required

Write

Write actions change state on avnet.com and run as the account you connect.

  • Product Resale Pricing

    act_avnet_product_resale_pricingwrite2 credits / call

    Returns resale price tiers and quantity breaks for product line items.

    evolve_item_id
    string · required
    erp_part_number
    string
    mdm_material_id
    string
    on_dock_date
    date
    quantity
    integer
  • Site Content Search

    act_avnet_site_content_searchwrite2 credits / call

    Searches site-wide content for a keyword across articles, events, and other tabs.

    search_keyword
    string · required
    content_type
    string · required
    page_number
    integer

Avnet API questions

Is there an API for Avnet?
Avnet does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for avnet.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Avnet data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when avnet.com changes its markup, Anakin updates the action.
Do I need a Avnet account?
No. Every Avnet action listed here runs anonymously — no account and no credentials required.
What does the Avnet API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites