Piloterr

SnapEDA Product

SnapEDA Product API — fetch full part page data from a SnapEDA URL or MPN/manufacturer slug. Returns CAD models, datasheet, RoHS, distributor pricing and availability via browser rendering.

Credit cost: 2 credits per call

GET
/v2/snapeda/product

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

SnapEDA part page URL or MPN/manufacturer slug.

Examples:

CYPD3175-24LQXQ/Cypress Semiconductor
https://www.snapeda.com/parts/CYPD3175-24LQXQ/Cypress%20Semiconductor/view-part/
return_page_source?boolean

When true, return the raw rendered HTML as {"result": "..."} instead of structured JSON. Defaults to false.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/snapeda/product?query=string"
{
  "url": "https://www.snapeda.com/parts/CYPD3175-24LQXQ/Cypress%20Semiconductor/view-part",
  "rohs": true,
  "formats": [
    "Altium",
    "Eagle",
    "KiCAD",
    "Cadence OrCad/Allegro",
    "PADS",
    "DxDesigner",
    "PCB123",
    "Pulsonix",
    "Proteus"
  ],
  "part_id": "2776245",
  "pricing": [
    {
      "price": "37 x $8.30",
      "currency": "USD",
      "quantity": 54954,
      "supplier": "Featured",
      "price_value": 37
    },
    {
      "price": "239 x $1.58 500 x $1.41 1,000 x $1.31 10,000 x $1.17 100,000 x $0.98",
      "currency": "USD",
      "quantity": 1470,
      "supplier": "Verical",
      "price_value": 239
    }
  ],
  "in_stock": true,
  "image_url": "https://snapeda.s3.us-east-1.amazonaws.com/partpics/Cypress Semiconductor_CYPD3175-24L-X-_40408.jpg",
  "cad_models": {
    "symbol": true,
    "model_3d": true,
    "footprint": true
  },
  "description": "ARM® Cortex®-M0 EZ-PD™ CCG3PA USB Type C Microcontroller IC FLASH (64kB) 24-UFQFN Exposed Pad",
  "part_number": "CYPD3175-24LQXQ",
  "availability": "In Stock",
  "manufacturer": "Cypress Semiconductor",
  "datasheet_url": "https://www.snapeda.com/parts/CYPD3175-24LQXQ/Cypress%20Semiconductor/datasheet/"
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}