Electronics
STMicroelectronics logo

STMicroelectronics API

st.com

STMicroelectronics electronic components catalog — browse category trees, parametric product listings, product details, datasheets, and specifications.

Actions
7
Category
Electronics
Login
Not required
Output
JSON

Call the STMicroelectronics API

Submit a task, then poll the job until it settles. This example runs act_st_com_category_landing_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_st_com_category_landing_ssr",
    "params": {
      "category_slug": "low-power-op-amps-lt1-ma"
    }
  }'

7 actions on st.com

Read

  • Category Landing Page

    act_st_com_category_landing_ssrread1 credit / call

    Returns category title, description, breadcrumbs, and subcategory links for a product family.

    category_slug
    string · required
    referer
    string
  • Category Navigation Sidebar

    act_st_com_category_navigation_sidebarread1 credit / call

    Returns the category taxonomy links for a product family and its sub-families.

    referer
    string
  • Category Product Listing

    act_st_com_category_product_listing_ssrread1 credit / call

    Returns part numbers, package types, grades, temperature ranges, and detail links for a category.

    category_slug
    string · required
  • Parametric Product Listing

    act_st_com_parametric_product_listingread1 credit / call

    Returns all variants for a product family with part numbers, attributes, and availability.

    parentId
    string · required
    product_slug
    string
  • Product Datasheets and Resources

    act_st_com_product_datasheets_resourcesread1 credit / call

    Returns datasheet PDF links, application notes, and design documentation for a product.

    product_slug
    string · required
  • Product Detail Page

    act_st_com_product_detail_ssrread1 credit / call

    Returns product name, key features, specifications, and datasheet links for an MPN.

    product_slug
    string · required
  • Product Parametric Attributes

    act_st_com_product_parametric_attributesread1 credit / call

    Returns decoded parametric attributes (package, grade, ECCN, reel) for a product variant.

    prmisId
    string · required
    product_slug
    string

STMicroelectronics API questions

Is there an API for STMicroelectronics?
STMicroelectronics does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for st.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 STMicroelectronics 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 st.com changes its markup, Anakin updates the action.
Do I need a STMicroelectronics account?
No. Every STMicroelectronics action listed here runs anonymously — no account and no credentials required.
What does the STMicroelectronics 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 Electronics APIs

All Electronics sites