Sigma-Aldrich website screenshot

Sigma-Aldrich

Sigma-Aldrich was a leading life science and high technology company whose biochemical and organic chemical products, kits, and services are used in scientific research, including genomics, proteomics, and drug discovery. Acquired by Merck KGaA in 2015, Sigma-Aldrich now operates as part of MilliporeSigma in North America and Merck in other regions, continuing to provide the world's largest catalog of research chemicals, biochemicals, laboratory equipment, and life science products to researchers globally.

3 APIs 0 Features
Life ScienceChemistryBiochemistryLaboratoryResearchChemical Catalog

APIs

Sigma-Aldrich Product Search API

The Sigma-Aldrich Product Search API provides programmatic access to the Sigma-Aldrich product catalog containing hundreds of thousands of chemical compounds, reagents, biochemi...

Sigma-Aldrich Chemical Structure Search API

The Sigma-Aldrich Chemical Structure Search API enables substructure, exact structure, and similarity searches against the Sigma-Aldrich chemical catalog using SMILES, InChI, or...

Sigma-Aldrich Safety Data Sheet API

The Safety Data Sheet (SDS) API provides programmatic access to GHS- compliant Safety Data Sheets for all Sigma-Aldrich chemical products. Enables EHS systems, LIMS platforms, a...

Collections

Pricing Plans

Rate Limits

Sigma Aldrich Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Sigma Aldrich Context

15 classes · 8 properties

JSON-LD

API Governance Rules

Sigma-Aldrich API Rules

8 rules · 4 errors 4 warnings

SPECTRAL

JSON Structure

Sigma Aldrich Product Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Sigma-Aldrich Stockholders Approve Acquisition By Merck ...

2026-05-25

AIDDISON™: Using AI-Powered Software to Accelerate ...

2026-05-25

Fast-Tracking Drug Discovery with an AI Boost

2026-05-25

MilliporeSigma Launches First Ever AI Solution to Integrate ...

2026-05-25

Sigma-Aldrich® and The Scripps Research Institute ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
ProductCatalog
ProductCatalog
🌐
SDS Portal
SDS Portal
🌐
DeveloperPortal
DeveloperPortal
🔗
Parent Company
Parent Company

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Sigma-Aldrich Product Search API
  version: '1.0'
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Search Products
      type: http
    http:
      method: GET
      url: https://api.sigmaaldrich.com/v1/products/search
      params:
      - name: q
        value: ''
        type: query
        description: Search query (product name, catalog number, CAS number, or formula)
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: pageSize
        value: ''
        type: query
        description: Number of results per page
      - name: brand
        value: ''
        type: query
        description: Filter by brand (e.g., Sigma, Aldrich, Fluka, Supelco)
      - name: type
        value: ''
        type: query
        description: Filter by product type
    docs: Search the Sigma-Aldrich product catalog by keyword, product name, catalog number, CAS number, or chemical formula.
      Returns paginated product results with basic metadata.
  - info:
      name: Get Product by Catalog Number
      type: http
    http:
      method: GET
      url: https://api.sigmaaldrich.com/v1/products/:catalogNumber
      params:
      - name: catalogNumber
        value: ''
        type: path
        description: Sigma-Aldrich catalog number (e.g., A1048, M8159, CAS1234-56-7)
    docs: Returns detailed information for a specific product by its Sigma-Aldrich catalog number, including specifications,
      synonyms, physicochemical properties, safety data, and packaging options.
  - info:
      name: Get Product by CAS Number
      type: http
    http:
      method: GET
      url: https://api.sigmaaldrich.com/v1/products/cas/:casNumber
      params:
      - name: casNumber
        value: ''
        type: path
        description: CAS Registry Number in standard format (e.g., 7732-18-5 for water)
    docs: Returns products matching a Chemical Abstracts Service (CAS) Registry Number. Multiple products may match a CAS
      number when a substance is available in different grades or formulations.
- info:
    name: Structures
    type: folder
  items:
  - info:
      name: Search by Chemical Structure
      type: http
    http:
      method: POST
      url: https://api.sigmaaldrich.com/v1/structures/search
      body:
        type: json
        data: '{}'
    docs: Search for products by chemical structure using SMILES or InChI notation. Supports exact match, substructure search,
      and similarity search modes. Returns products containing or matching the specified chemical structure.
- info:
    name: Safety Data Sheets
    type: folder
  items:
  - info:
      name: Get Safety Data Sheet
      type: http
    http:
      method: GET
      url: https://api.sigmaaldrich.com/v1/products/:catalogNumber/sds
      params:
      - name: catalogNumber
        value: ''
        type: path
        description: Sigma-Aldrich catalog number (e.g., A1048, M8159, CAS1234-56-7)
      - name: language
        value: ''
        type: query
        description: Language code for the SDS (e.g., en-US, de-DE, fr-FR, zh-CN)
      - name: format
        value: ''
        type: query
        description: Response format — structured JSON or PDF download URL
    docs: Returns the GHS-compliant Safety Data Sheet for a specific product. SDSs are available in multiple languages and
      can be returned as JSON metadata or a PDF document URL for download.
- info:
    name: Pricing and Availability
    type: folder
  items:
  - info:
      name: Get Product Pricing and Availability
      type: http
    http:
      method: GET
      url: https://api.sigmaaldrich.com/v1/products/:catalogNumber/pricing
      params:
      - name: catalogNumber
        value: ''
        type: path
        description: Sigma-Aldrich catalog number (e.g., A1048, M8159, CAS1234-56-7)
      - name: country
        value: ''
        type: query
        description: ISO 3166-1 alpha-2 country code for regional pricing
    docs: Returns current pricing and real-time stock availability for all packaging sizes of a product in the specified country/region.
bundled: true