# Sigma-Aldrich Chemical Catalog Scraper - Products, Prices, SDS (`parseforge/sigma-aldrich-chemicals-scraper`) Actor

Scrape Sigma-Aldrich (MilliporeSigma) research chemicals including pack sizes, list prices, stock status, CAS numbers, formulas, SDS locales and chemical structures. Export to CSV, Excel, JSON or XML.

- **URL**: https://apify.com/parseforge/sigma-aldrich-chemicals-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Business, Education, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.77 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 📈 Sigma-Aldrich Chemical Catalog Scraper - Products, Prices, SDS

> 🚀 **Scrape Sigma-Aldrich (MilliporeSigma) research chemicals including pack sizes, list prices, stock status, CAS numbers, formulas, SDS locales and chemical structures.**

> 🕒 **Last updated** 2026-07-17 · **📊 12 fields** per record · **no API key needed**

Every record is mapped to a consistent schema - image url, title, product number, brand name, url, cas number and more, so you can filter, join and export without any glue code. No account or API key required to try it.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Analysts, developers, researchers and operators who need this data as clean rows | Data collection, enrichment, monitoring, and feeding apps, sheets or models |

### 📋 What the Sigma-Aldrich Chemical Catalog Scraper - Products, Prices, SDS does

- Collects the records you ask for as clean, structured rows
- Returns 12 fields per record including image url, title, product number, brand name, url, cas number
- Consistent, flat schema - ready for a spreadsheet, database or app
- Exports to CSV, Excel, JSON, or XML

> 💡 **Why it matters:** the raw source returns nested, paged responses. This Actor flattens them into one clean row per record, so the data drops straight into your workflow.

### 🎬 Full Demo (_🚧 Coming soon_)

### ⚙️ Input

| Field | Type | Description |
|---|---|---|
| `searchTerm` | string | Keyword, chemical name, CAS number, MDL number, or product number to search Sigma-Aldrich's catalog. Examples: 'acetone', '67-64-1', 'sodium chloride', 'protease inhibitor'. e.g. `acetone`. |
| `maxItems` | integer | Cap on the number of results. Free: 10. Paid: up to 1,000,000. |
| `brand` | string | Restrict the catalog to one MilliporeSigma sub-brand. Leave empty to use the in-house default (Sigma-Aldrich, Supelco, Millipore, SAFC, Aldrich, Sigma combined). Selecting an external brand pulls 3rd-party SKUs whose pricing is not always available. |
| `productCategory` | string | Filter by Sigma-Aldrich product category (e.g. 'solvents', 'antibodies', 'reference materials', 'building blocks'). Slugs must match the source exactly — pick from the dropdown. |
| `physicalForm` | string | Filter by physical form (e.g. 'liquid', 'solid', 'powder', 'crystalline powder', 'lyophilized solid', 'solution'). |
| `specialGrade` | string | Filter by special grade designation (e.g. 'analytical standard', 'certified reference material', 'TraceCERT', 'ACS reagent', 'pharmaceutical primary standard'). |
| `purity` | string | Filter by minimum chemical purity bucket as Sigma-Aldrich classifies it. |
| `feature` | string | Filter for special product features: 'greener' (sustainable chemistry), 'enhancedValidation' (rigorously validated antibodies), 'NEW' (recently launched), 'stockroom' (always-in-stock). |
| `marketFocus` | string | Filter by industry / market application (e.g. 'pharmaceutical', 'food and beverages', 'environmental', 'cosmetics', 'agriculture'). |
| `shipsToday` | boolean | Restrict the catalog to in-stock items that Sigma-Aldrich's logistics can ship same-day. |
| `country` | string | ISO country code used for pricing and availability. US pricing in USD is the default; other locales return their local price + currency. |
| `language` | string | Two-letter language code used for product descriptions and attribute labels. |
| `quantity` | integer | Quantity used when asking Sigma-Aldrich for a tier price (1 = single-unit list price; >1 may reveal volume discounts on selected SKUs). |

````

{"searchTerm":"acetone","maxItems":25}

````

### 📊 Output

Each item is one record with 12 fields:

| Field | Type | Description |
|---|---|---|
| `imageUrl` | string | Image |
| `title` | string | Product |
| `productNumber` | string | Product # |
| `brandName` | string | Brand |
| `url` | string | URL |
| `casNumber` | string | CAS # |
| `description` | string | Grade / desc |
| `priceMin` | number | Price min |
| `priceMax` | number | Price max |
| `currency` | string | Currency |
| `inStock` | boolean | In stock |
| `scrapedAt` | string | Scraped |

### ✨ Why choose this Actor

- Clean, flat schema - ready to use
- No API key or account needed
- Export to CSV, Excel, JSON, or XML
- Pay-per-event billing - only pay for records returned

### 🚀 How to use

1. [Create a free account w/ $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp)
2. Open the Actor on Apify Console
3. Fill in the input fields
4. Click Start
5. Download the results as CSV, Excel, JSON, or XML

### 💼 Use cases

**Research and analysis** - study the data at scale in your own tools.

**Enrichment** - add structured records to a database, sheet or app.

**Monitoring** - track changes over time with scheduled runs.

**Datasets** - build clean datasets for reporting, dashboards or models.

### 🔌 Automating Sigma-Aldrich Chemical Catalog Scraper - Products, Prices, SDS

Trigger the Actor via Make, Zapier, Slack, Airbyte, GitHub Actions, Google Drive, n8n or any HTTP webhook on Apify's integration platform.

### 🤖 Ask an AI assistant about this scraper

Paste this README into ChatGPT, Claude, Perplexity or Copilot and ask how to integrate the data into your workflow.

### ❓ Frequently Asked Questions

**❓ Do I need an API key?** No - just set the input and run.

**❓ Free users?** Capped at 10 items per run - perfect for testing.

**❓ What output formats?** CSV, Excel, JSON, or XML - pick on the Storage tab.

**❓ Is the data live?** Yes - fetched at run time from www.sigmaaldrich.com.

**❓ Can I schedule it?** Yes - use Apify's scheduler or any webhook integration.

### 🔌 Integrate with any app

Apify provides webhooks, REST API, scheduled runs, dataset downloads, and integrations with Make, Zapier, n8n, Slack, Google Drive, Airbyte, GitHub Actions, and more.

> 💡 **Pro Tip:** browse the complete [ParseForge collection](https://apify.com/parseforge) for more scrapers and all-in-one combos.

**🆘 Need Help?** [Open our contact form](https://tally.so/r/BzdKgA)

> **⚠️ Disclaimer:** independent tool, not affiliated with any data source named above. Only publicly available data is collected.

# Actor input Schema

## `searchTerm` (type: `string`):

Keyword, chemical name, CAS number, MDL number, or product number to search Sigma-Aldrich's catalog. Examples: 'acetone', '67-64-1', 'sodium chloride', 'protease inhibitor'.
## `maxItems` (type: `integer`):

Free users: limited to 10 chemical products (preview). Paid users: optional, up to 1,000,000.
## `brand` (type: `string`):

Restrict the catalog to one MilliporeSigma sub-brand. Leave empty to use the in-house default (Sigma-Aldrich, Supelco, Millipore, SAFC, Aldrich, Sigma combined). Selecting an external brand pulls 3rd-party SKUs whose pricing is not always available.
## `productCategory` (type: `string`):

Filter by Sigma-Aldrich product category (e.g. 'solvents', 'antibodies', 'reference materials', 'building blocks'). Slugs must match the source exactly — pick from the dropdown.
## `physicalForm` (type: `string`):

Filter by physical form (e.g. 'liquid', 'solid', 'powder', 'crystalline powder', 'lyophilized solid', 'solution').
## `specialGrade` (type: `string`):

Filter by special grade designation (e.g. 'analytical standard', 'certified reference material', 'TraceCERT', 'ACS reagent', 'pharmaceutical primary standard').
## `purity` (type: `string`):

Filter by minimum chemical purity bucket as Sigma-Aldrich classifies it.
## `feature` (type: `string`):

Filter for special product features: 'greener' (sustainable chemistry), 'enhancedValidation' (rigorously validated antibodies), 'NEW' (recently launched), 'stockroom' (always-in-stock).
## `marketFocus` (type: `string`):

Filter by industry / market application (e.g. 'pharmaceutical', 'food and beverages', 'environmental', 'cosmetics', 'agriculture').
## `shipsToday` (type: `boolean`):

Restrict the catalog to in-stock items that Sigma-Aldrich's logistics can ship same-day.
## `country` (type: `string`):

ISO country code used for pricing and availability. US pricing in USD is the default; other locales return their local price + currency.
## `language` (type: `string`):

Two-letter language code used for product descriptions and attribute labels.
## `quantity` (type: `integer`):

Quantity used when asking Sigma-Aldrich for a tier price (1 = single-unit list price; >1 may reveal volume discounts on selected SKUs).

## Actor input object example

```json
{
  "searchTerm": "acetone",
  "maxItems": 10,
  "brand": "",
  "productCategory": "",
  "physicalForm": "",
  "specialGrade": "",
  "purity": "",
  "feature": "",
  "marketFocus": "",
  "shipsToday": false,
  "country": "US",
  "language": "en",
  "quantity": 1
}
````

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchTerm": "acetone",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/sigma-aldrich-chemicals-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchTerm": "acetone",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/sigma-aldrich-chemicals-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchTerm": "acetone",
  "maxItems": 10
}' |
apify call parseforge/sigma-aldrich-chemicals-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=parseforge/sigma-aldrich-chemicals-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Sigma-Aldrich Chemical Catalog Scraper - Products, Prices, SDS",
        "description": "Scrape Sigma-Aldrich (MilliporeSigma) research chemicals including pack sizes, list prices, stock status, CAS numbers, formulas, SDS locales and chemical structures. Export to CSV, Excel, JSON or XML.",
        "version": "0.1",
        "x-build-id": "TLe6qF2HcPngwTjwS"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~sigma-aldrich-chemicals-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-sigma-aldrich-chemicals-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/parseforge~sigma-aldrich-chemicals-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-sigma-aldrich-chemicals-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/parseforge~sigma-aldrich-chemicals-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-sigma-aldrich-chemicals-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchTerm"
                ],
                "properties": {
                    "searchTerm": {
                        "title": "Chemical search term",
                        "type": "string",
                        "description": "Keyword, chemical name, CAS number, MDL number, or product number to search Sigma-Aldrich's catalog. Examples: 'acetone', '67-64-1', 'sodium chloride', 'protease inhibitor'."
                    },
                    "maxItems": {
                        "title": "Maximum chemical products",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: limited to 10 chemical products (preview). Paid users: optional, up to 1,000,000."
                    },
                    "brand": {
                        "title": "Brand filter",
                        "enum": [
                            "",
                            "Sigma-Aldrich",
                            "Supelco",
                            "Millipore",
                            "SAFC",
                            "Aldrich",
                            "Sigma"
                        ],
                        "type": "string",
                        "description": "Restrict the catalog to one MilliporeSigma sub-brand. Leave empty to use the in-house default (Sigma-Aldrich, Supelco, Millipore, SAFC, Aldrich, Sigma combined). Selecting an external brand pulls 3rd-party SKUs whose pricing is not always available.",
                        "default": ""
                    },
                    "productCategory": {
                        "title": "Product category",
                        "enum": [
                            "",
                            "primary antibodies",
                            "antibodies",
                            "reference materials",
                            "kits",
                            "salts",
                            "pesticides",
                            "building blocks",
                            "amino acids",
                            "stable isotopes",
                            "bioactive small molecules",
                            "solvents",
                            "proteins",
                            "enzymes",
                            "buffers",
                            "secondary antibodies",
                            "lipids",
                            "peptides",
                            "reagents",
                            "antibiotics",
                            "vitamins",
                            "filter discs",
                            "media",
                            "certified reference materials (CRM)",
                            "metabolites",
                            "carbohydrates",
                            "acids",
                            "growth factors",
                            "fatty acids",
                            "catalysts",
                            "detergents",
                            "organic acids",
                            "bottles",
                            "syringe filters",
                            "substrates",
                            "hormones",
                            "stains",
                            "columns",
                            "PROTACs",
                            "inorganic acids",
                            "capsule filters",
                            "glycerides",
                            "inhibitors",
                            "nucleotides",
                            "filters",
                            "inorganic bases",
                            "aroma chemicals",
                            "organic bases",
                            "standards",
                            "plates",
                            "polymers",
                            "monosaccharides",
                            "mycotoxins",
                            "tubes",
                            "dPEGs<SUP>&#174;</SUP>",
                            "resins",
                            "dyes",
                            "nucleic acid standards",
                            "centrifugal filters",
                            "pipette tips",
                            "labels",
                            "coupling reagents",
                            "water purification systems",
                            "polysaccharides",
                            "albumins",
                            "monomers",
                            "fluorescence reagent",
                            "alcohols",
                            "depth filters",
                            "antioxidants",
                            "polishing cartridges",
                            "baths",
                            "racks",
                            "ligands",
                            "nucleosides",
                            "microbial standards",
                            "bases",
                            "oxides",
                            "accessories",
                            "media supplements",
                            "needles",
                            "test strips",
                            "attachment factors",
                            "analyte specific reagent",
                            "steroids",
                            "funnels",
                            "metabolite libraries",
                            "proteases",
                            "chelation agents",
                            "bags",
                            "natural products",
                            "nano antibodies",
                            "cartridge filters",
                            "membranes",
                            "tubing",
                            "quantum dots",
                            "protein standards",
                            "preservatives",
                            "precursor for semiconductor applications",
                            "acrylic monomers",
                            "slides",
                            "terpenes",
                            "metals",
                            "plasticizer",
                            "pretreatment cartridges",
                            "nanomaterials",
                            "holders",
                            "cuvettes",
                            "stimulants",
                            "amidites",
                            "flasks",
                            "complex lipids",
                            "final filters",
                            "adapters",
                            "instruments",
                            "clamps",
                            "PCR reagents",
                            "cell lines",
                            "monophosphates",
                            "boxes",
                            "dispensers",
                            "reducing agent",
                            "diphosphates",
                            "nucleic acids",
                            "glycerols",
                            "triphosphates",
                            "nucleosides and derivatives",
                            "UV lamps",
                            "vials",
                            "stabilizers",
                            "carboxylic acid monomers",
                            "pipettors",
                            "organic photoinitiators",
                            "active pharmaceutical ingredients (APIs)",
                            "adsorbents",
                            "disaccharides",
                            "sweeteners",
                            "antifungals",
                            "tanks",
                            "arylphosphine",
                            "biaryl (Buchwald) phosphine",
                            "glycosidases",
                            "alkylphosphine",
                            "probes",
                            "ATRP initiators",
                            "peptones",
                            "connectors",
                            "antagonists",
                            "cassette filters",
                            "sealing films and foils",
                            "amines",
                            "competent cells",
                            "plasmids",
                            "flavorings",
                            "agonists",
                            "swabs",
                            "differentiation reagents",
                            "catecholamines",
                            "tonicity agents",
                            "shRNA",
                            "dendrimer",
                            "sensors",
                            "reservoirs",
                            "coatings",
                            "electrolytes",
                            "cleaning reagent&nbsp;",
                            "vent filters",
                            "oligosaccharides",
                            "water storage and distribution systems",
                            "surfactants",
                            "magnetic beads",
                            "sorbents",
                            "desiccators",
                            "dextrans",
                            "disks",
                            "blocking reagents",
                            "pipettes",
                            "cathode materials",
                            "food additives",
                            "esters",
                            "histology special stains",
                            "vacuum filtration systems",
                            "dishes",
                            "manifolds",
                            "pumps",
                            "ceramics",
                            "mortars/pestles",
                            "syringes",
                            "anode materials",
                            "colorimetric reagents",
                            "sera",
                            "derivatizing reagents",
                            "stoppers",
                            "inserts",
                            "triterpenoids",
                            "heaters",
                            "sheets",
                            "master mixes",
                            "septa",
                            "phenols",
                            "drug metabolites",
                            "brackets",
                            "pressure filters",
                            "spare parts",
                            "alcohol monomers",
                            "homogenizers",
                            "phenylpropanoids",
                            "electrodes",
                            "selenides + sulfides",
                            "sterols",
                            "services",
                            "trays",
                            "crucibles",
                            "glycosides",
                            "polyphenols",
                            "antiseptic/disinfectants",
                            "halophosphine (P-X)",
                            "thermometers",
                            "histological solvents",
                            "RNA",
                            "gloves",
                            "crosslinkers",
                            "oxidizing agents",
                            "indicators",
                            "caps",
                            "spatulas/scoops",
                            "carboxylic acids",
                            "diterpenoids",
                            "iridoids",
                            "sieves",
                            "valves",
                            "hydrophosphine (P-H)",
                            "silanes",
                            "tube top filters",
                            "nucleobases",
                            "organic compounds",
                            "cables",
                            "water pretreatment attachments",
                            "sulfur compounds",
                            "inhibitor cocktails",
                            "gases",
                            "books",
                            "drums",
                            "rockers/rollers",
                            "bottle top filters",
                            "paper",
                            "fillers",
                            "carboys",
                            "lentiviral particles",
                            "gaskets",
                            "SPE reagent",
                            "bioluminescence reagent",
                            "fixatives",
                            "DNA",
                            "lids",
                            "antigens",
                            "extracts for media",
                            "foot pedals",
                            "hand tools",
                            "regulators",
                            "gelling agents",
                            "stem cells",
                            "cylinders",
                            "precursor for crystal growth",
                            "O-rings",
                            "viscosity reducing agents",
                            "neurotransmitters",
                            "ionophores",
                            "RO maintenance chemicals",
                            "antineoplastics",
                            "cofactors",
                            "lateral flow reagent",
                            "light sources",
                            "adjuvants",
                            "analytical reagents",
                            "aldehydes",
                            "thickeners",
                            "lubricants",
                            "allyl monomers",
                            "lipopolysaccarides",
                            "P450 standards",
                            "nitrosamines",
                            "feeds",
                            "lactones",
                            "heterocyclic compounds",
                            "indicator organisms",
                            "primers",
                            "antiprotozoal",
                            "peptide coupling reagent",
                            "mounting media",
                            "vinyl ester monomers",
                            "primary metabolites",
                            "fixing solutions",
                            "canisters",
                            "density gradient media",
                            "penetration enhancers",
                            "transfer units",
                            "frits",
                            "ketones",
                            "tweezers",
                            "stirrers",
                            "binders",
                            "rinsing fluids",
                            "conductive pigments",
                            "sugar alcohols",
                            "essential oils",
                            "saponins",
                            "neurotoxins",
                            "secondary metabolites",
                            "flavonoids",
                            "esiRNA",
                            "bisphenol acrylic monomers",
                            "epoxide monomers",
                            "polyols",
                            "amine monomers"
                        ],
                        "type": "string",
                        "description": "Filter by Sigma-Aldrich product category (e.g. 'solvents', 'antibodies', 'reference materials', 'building blocks'). Slugs must match the source exactly — pick from the dropdown.",
                        "default": ""
                    },
                    "physicalForm": {
                        "title": "Physical form",
                        "enum": [
                            "",
                            "buffered aqueous glycerol solution",
                            "buffered aqueous solution",
                            "liquid",
                            "powder",
                            "solid",
                            "lyophilized",
                            "lyophilized powder",
                            "powder or crystals",
                            "crystals",
                            "solution",
                            "crystalline",
                            "crystalline powder",
                            "aqueous solution",
                            "lyophilized solid",
                            "disc",
                            "solid or viscous liquid",
                            "powder and chunks",
                            "viscous liquid",
                            "suspension",
                            "granular",
                            "powder, crystals or chunks",
                            "particles",
                            "ammonium sulfate suspension",
                            "aqueous suspension",
                            "crystals and lumps",
                            "pellets",
                            "essentially salt-free, lyophilized powder",
                            "frozen liquid",
                            "flakes",
                            "beads",
                            "tablet",
                            "crystalline solid",
                            "oil",
                            "nanoparticles",
                            "crystals or chunks",
                            "powder or chunks",
                            "concentrate",
                            "prepacked column",
                            "dispersion",
                            "powder or solid",
                            "powder or granules",
                            "powder, crystals or granules",
                            "fine powder",
                            "dry powder",
                            "solid or liquid",
                            "nanopowder",
                            "resin",
                            "ready-to-use solution",
                            "chunks",
                            "plate",
                            "chips",
                            "waxy solid",
                            "film",
                            "nanospheres",
                            "neat",
                            "aqueous glycerol solution",
                            "aqueous glycerol suspension",
                            "rod",
                            "salt-free, lyophilized powder",
                            "gas",
                            "lumps",
                            "saline suspension",
                            "slurry",
                            "crystals or granules",
                            "fine crystals",
                            "methanol solution",
                            "powder or flakes",
                            "sheet",
                            "powder blend",
                            "medium granules",
                            "wire",
                            "ethanol solution",
                            "fibers",
                            "coarse powder",
                            "film or powder",
                            "paste",
                            "powder, chunks or granules",
                            "buffered aqueous suspension",
                            "amorphous powder",
                            "pieces",
                            "PBS solution",
                            "powder with small lumps",
                            "syrup",
                            "PBS suspension",
                            "glycerol solution",
                            "aqueous ethanol suspension",
                            "nanofiber",
                            "chunks or granules",
                            "needles",
                            "dendritic pieces",
                            "turnings",
                            "foil",
                            "lumps and powder",
                            "ingot",
                            "moist crystals",
                            "DMSO solution",
                            "saline solution",
                            "partially purified powder",
                            "ribbon",
                            "shot",
                            "acetonitrile solution",
                            "nanoshells",
                            "capsule",
                            "white powder",
                            "beads or granules",
                            "cubes",
                            "amorphous",
                            "spheres",
                            "powder, flakes, or chunks",
                            "crystals, granules or chunks",
                            "crystals, granules or powder",
                            "free flowing powder",
                            "random crystals",
                            "scales",
                            "amorphous solid",
                            "dry",
                            "macroporous",
                            "light oil",
                            "solid/granular",
                            "nanowires",
                            "caplets",
                            "soluble powder",
                            "nanorod",
                            "crude powder",
                            "dried venom",
                            "lyophilized cells",
                            "dry concentrate",
                            "powder, reduced, dry",
                            "chips or granules",
                            "flakes or chunk(s)",
                            "grit",
                            "low-melting solid",
                            "spherical powder",
                            "working solution",
                            "buffered powder",
                            "sublimed",
                            "emulsion",
                            "liquid crystal",
                            "nanocubes",
                            "gel form",
                            "dried erythrocytes",
                            "isopropanol suspension",
                            "purified powder",
                            "spray-dried",
                            "substrate powder",
                            "crude dried venom",
                            "powder, stabilized",
                            "dust",
                            "mossy",
                            "nanoparticle",
                            "random pieces",
                            "spherical",
                            "wet",
                            "cylinder",
                            "plates",
                            "square blocks",
                            "calcined",
                            "crystals, chunks or beads",
                            "extra fine powder",
                            "fused",
                            "methanol:ammonia solution",
                            "soluble crystals",
                            "microcrystalline",
                            "chloroform:methanol solution",
                            "dried film",
                            "low viscosity",
                            "pastilles",
                            "semisolid",
                            "white solid",
                            "freeze-dried protein glass",
                            "crystalline solid or supercooled liquid",
                            "matrix dispersion",
                            "oil or semi-solid"
                        ],
                        "type": "string",
                        "description": "Filter by physical form (e.g. 'liquid', 'solid', 'powder', 'crystalline powder', 'lyophilized solid', 'solution').",
                        "default": ""
                    },
                    "specialGrade": {
                        "title": "Special grade",
                        "enum": [
                            "",
                            "pharmaceutical primary standard",
                            "certified reference material",
                            "analytical standard",
                            "primary reference standard",
                            "TraceCERT<SUP>&#174;</SUP>",
                            "Aldrich<sup>CPR</sup>",
                            "ACS reagent",
                            "pharmaceutical analytical impurity (PAI)",
                            "Anhydrous",
                            "Reagent Grade",
                            "Puriss",
                            "Molecular Biology",
                            "Purum",
                            "Puriss P.A.",
                            "Technical",
                            "metrological institute",
                            "Reference Material",
                            "Natural",
                            "Purum P.A.",
                            "BioPerformance Certified",
                            "Kosher",
                            "Halal",
                            "GMP",
                            "pharmaceutical secondary standard",
                            "Food Grade",
                            "Biotechnology Performance Certified",
                            "Absolute",
                            "Sublimed grade",
                            "GMO free",
                            "Biotechnology",
                            "Practical",
                            "Fragrance grade",
                            "P. A.",
                            "Puriss P.A. Plus",
                            "Puriss Plus"
                        ],
                        "type": "string",
                        "description": "Filter by special grade designation (e.g. 'analytical standard', 'certified reference material', 'TraceCERT', 'ACS reagent', 'pharmaceutical primary standard').",
                        "default": ""
                    },
                    "purity": {
                        "title": "Purity",
                        "enum": [
                            "",
                            "95%",
                            "98%",
                            "97%",
                            "99%",
                            "90 - 95%",
                            "96%",
                            "100%",
                            "80 - 90%",
                            "Other"
                        ],
                        "type": "string",
                        "description": "Filter by minimum chemical purity bucket as Sigma-Aldrich classifies it.",
                        "default": ""
                    },
                    "feature": {
                        "title": "Product feature",
                        "enum": [
                            "",
                            "enhancedValidation",
                            "greener",
                            "NEW",
                            "stockroom"
                        ],
                        "type": "string",
                        "description": "Filter for special product features: 'greener' (sustainable chemistry), 'enhancedValidation' (rigorously validated antibodies), 'NEW' (recently launched), 'stockroom' (always-in-stock).",
                        "default": ""
                    },
                    "marketFocus": {
                        "title": "Market focus",
                        "enum": [
                            "",
                            "pharmaceutical",
                            "food and beverages",
                            "environmental",
                            "pharmaceutical small molecule",
                            "cosmetics",
                            "personal care",
                            "cleaning products",
                            "agriculture",
                            "clinical testing",
                            "flavors and fragrances",
                            "forensics and toxicology",
                            "peptide synthesis",
                            "industrial qc",
                            "microbiology",
                            "diagnostic assay manufacturing",
                            "USP Biologics",
                            "petroleum",
                            "general analytical",
                            "research pathology",
                            "histology",
                            "hematology",
                            "veterinary",
                            "cell analysis",
                            "material synthesis precursor",
                            "genomic analysis",
                            "life science and biopharma",
                            "pharma/biopharma processes",
                            "sample preparation",
                            "liquid formulation",
                            "water monitoring",
                            "PFAS testing",
                            "detection",
                            "cannabis testing",
                            "bioburden testing",
                            "glass &amp; ceramic",
                            "electroplating",
                            "parenterals",
                            "advanced drug delivery",
                            "oil and petrochemicals",
                            "clinical",
                            "coatings",
                            "ophthalmics",
                            "battery manufacturing",
                            "solid formulation",
                            "catalysts",
                            "battery precursors",
                            "vitamins, nutraceuticals, and natural products",
                            "ground and surface water",
                            "wastewater",
                            "sterility testing",
                            "PEM fuel cells",
                            "drinking water",
                            "mAb",
                            "semi-solid formulation",
                            "aquaculture",
                            "pathogen testing",
                            "mineral water",
                            "gene therapy",
                            "disposal drainage water",
                            "boiler and cooling water",
                            "cell therapy",
                            "liquid processing",
                            "viral therapy",
                            "waste management",
                            "seawater",
                            "homogeneous catalyst",
                            "power plants",
                            "research use",
                            "metabolomics",
                            "construction materials",
                            "air monitoring",
                            "recombinant protein",
                            "swimming pools",
                            "food testing",
                            "clinical research",
                            "chemicals and industrial polymers",
                            "perovskite solar cells",
                            "biotechnology/fermenter",
                            "surface monitoring",
                            "vaccine development",
                            "industrial hygiene",
                            "beverage testing",
                            "plastics",
                            "milk and dairy products",
                            "plasma purification",
                            "mining",
                            "lipidomics",
                            "sample preservation",
                            "CRISPR",
                            "3D bioprinting",
                            "semiconductor",
                            "disinfection control",
                            "filtration",
                            "cleaning in place",
                            "solubility enhancement",
                            "electronics",
                            "ADME/TOX",
                            "pyrogen testing",
                            "jet fuel",
                            "tissue engineering",
                            "biofuels",
                            "clinical nutrition",
                            "personnel monitoring",
                            "enterals",
                            "ADC",
                            "cancer research",
                            "genome editing",
                            "cell culture",
                            "controlled release"
                        ],
                        "type": "string",
                        "description": "Filter by industry / market application (e.g. 'pharmaceutical', 'food and beverages', 'environmental', 'cosmetics', 'agriculture').",
                        "default": ""
                    },
                    "shipsToday": {
                        "title": "Only items that ship today",
                        "type": "boolean",
                        "description": "Restrict the catalog to in-stock items that Sigma-Aldrich's logistics can ship same-day.",
                        "default": false
                    },
                    "country": {
                        "title": "Country (locale + currency)",
                        "enum": [
                            "US",
                            "GB",
                            "DE",
                            "FR",
                            "CA",
                            "AU",
                            "JP",
                            "IT",
                            "ES",
                            "NL",
                            "BE",
                            "CH",
                            "MX",
                            "BR",
                            "IN",
                            "CN",
                            "KR",
                            "SG"
                        ],
                        "type": "string",
                        "description": "ISO country code used for pricing and availability. US pricing in USD is the default; other locales return their local price + currency.",
                        "default": "US"
                    },
                    "language": {
                        "title": "Language",
                        "enum": [
                            "en",
                            "de",
                            "fr",
                            "es",
                            "it",
                            "ja",
                            "ko",
                            "zh",
                            "pt",
                            "nl"
                        ],
                        "type": "string",
                        "description": "Two-letter language code used for product descriptions and attribute labels.",
                        "default": "en"
                    },
                    "quantity": {
                        "title": "Pricing quantity",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Quantity used when asking Sigma-Aldrich for a tier price (1 = single-unit list price; >1 may reveal volume discounts on selected SKUs).",
                        "default": 1
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
