# Knowde Scraper — Chemical Ingredients, Suppliers & TDS/SDS (`crawloop/knowde-scraper`) Actor

Scrape Knowde Marketplace chemicals and ingredients by keyword, product URL, or supplier storefront. Export certifications, applications, contacts, and TDS/SDS document metadata — a Knowde scraper / API alternative for sourcing and competitive intelligence.

- **URL**: https://apify.com/crawloop/knowde-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.90 / 1,000 product listings

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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## Knowde Scraper — Chemical Ingredients, Suppliers & TDS/SDS

> **Chemicals & ingredients marketplace data** — Knowde product search, supplier storefronts, certifications, and TDS/SDS metadata.

| Knowde Scraper |
| :--- |
| **Knowde Scraper** ◄── you are here |

> **Disclaimer:** Unofficial Actor for publicly accessible Knowde Marketplace pages. **Knowde** and related names are trademarks of their respective owners. Not affiliated with, sponsored by, or endorsed by Knowde. Provided for informational and research purposes only. You are responsible for complying with applicable laws and Knowde terms of use.

Scrape the **Knowde Marketplace** chemical ingredients and polymers catalog by **keyword search**, **product URL**, or **supplier storefront**. Export **ingredient attributes**, **certifications**, **applications**, **TDS/SDS document metadata**, and **supplier contacts** as clean JSON — a **Knowde scraper** / **Knowde API alternative** for **sourcing**, **competitive intelligence**, and **MCP** / Python / Node.js pipelines.

***

### Key Features

- **Keyword product search** — paginated Knowde search results (36 products per page)
- **Product detail enrichment** — Enhanced TDS sections, documents, similar products (optional)
- **Supplier storefronts** — company description, email, phone, HQ, brands, featured products
- **Storefront catalogs** — crawl supplier `/products` listings at scale
- **Quick filters** — With SDS, With TDS, Fast response times
- **Structured attributes** — ingredient name, physical form, labeling claims, certifications, applications
- **Fast HTTP scraping** — `curl_cffi` Chrome TLS impersonation; no headless browser
- **Residential proxy ready** — sticky Apify sessions help pass AWS WAF on product detail pages

***

### Use Cases

| Use case | What you get | Why it helps |
| :--- | :--- | :--- |
| **Ingredient sourcing** | Products matching a chemistry keyword + supplier slugs | Build shortlists for R\&D / procurement |
| **Supplier intelligence** | Storefront contacts, brands, featured SKUs | Map who sells what on Knowde |
| **Compliance screening** | Labeling claims + certifications blocks | Filter Non-GMO / Kosher / GRAS candidates |
| **Document discovery** | TDS / SDS / declaration metadata | Find which SKUs publish safety & tech sheets |
| **Competitive monitoring** | Repeat searches / storefront catalogs | Track new listings in a category |

***

### When to use this Actor

- Knowde **product search** by ingredient, polymer, or chemistry keyword
- **Supplier storefront** extraction (contacts + featured products)
- **Product URL** enrichment when you already have Knowde PDP links
- **Sourcing research** — attributes, applications, certifications, document presence

### When not to use this Actor

- **Official Knowde Developer API** workflows that require a Knowde company API client (OAuth)
- **Live quote / sample / RFQ submission** automation
- **List prices or inventory** — Knowde is discovery/RFQ oriented; public pages do not expose transactional pricing
- **Other chemical portals** — this Actor covers Knowde only

***

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `searchQueries` | Array | — | Knowde keyword searches |
| `startUrls` | Array | — | Product, storefront, storefront `/products`, or search URLs |
| `maxItems` | Integer | `50` | Maximum dataset items per run |
| `maxPages` | Integer | `1` | Max pages per search / storefront catalog (1–200) |
| `enrichProducts` | Boolean | `false` | Fetch full PDP for each listing row |
| `includeDocuments` | Boolean | `true` | Include document metadata on enriched products |
| `includeSimilarProducts` | Boolean | `true` | Include similar products on enriched PDPs |
| `withSds` / `withTds` / `withFastResponse` | Boolean | `false` | Search quick-filters |
| `requestDelaySecs` | Number | `0.75` | Delay between requests |
| `proxyConfiguration` | Object | Residential | Apify Proxy — residential recommended for PDP enrichment |

#### Input Example — search + storefront

```json
{
  "searchQueries": ["glycerin"],
  "startUrls": [
    "https://www.knowde.com/stores/givaudan-naturex"
  ],
  "maxItems": 50,
  "maxPages": 2,
  "enrichProducts": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

#### Input Example — enrich product URLs

```json
{
  "startUrls": [
    "https://www.knowde.com/stores/givaudan-naturex/products/naturex-elderberry-fruit-powder-4-anthocyanins-hplc-on700002"
  ],
  "maxItems": 10,
  "includeDocuments": true,
  "includeSimilarProducts": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

***

### Output

Dataset rows use `recordType`: `listing` | `product` | `supplier` | `error`.

| Field | Type | Description |
| :--- | :--- | :--- |
| `recordType` | String | Row kind |
| `url` | String | Canonical Knowde URL |
| `productId` | String | Knowde product id |
| `name` | String | Product or supplier name |
| `companyName` / `companySlug` | String | Supplier |
| `brandName` / `brandSlug` | String | Brand |
| `summary` / `properties` | Array | Attribute blocks (`key`, `items`) |
| `details` | Array | Enhanced TDS sections (product only) |
| `documents` | Array | TDS / SDS / declarations (product only) |
| `email` / `phone` / `hqAddress` | Mixed | Supplier contacts |
| `searchQuery` | String | Keyword that produced the row |
| `scrapedAt` | String | ISO-8601 timestamp |

#### Output Example — listing

```json
{
  "source": "knowde",
  "recordType": "listing",
  "url": "https://www.knowde.com/stores/givaudan-naturex/products/example-product-slug",
  "productId": "338991",
  "name": "Example Ingredient Product",
  "companyName": "Example Supplier",
  "companySlug": "example-supplier",
  "summary": [
    {
      "key": "Ingredient Name",
      "name": "Ingredient Name",
      "items": ["Glycerin"]
    }
  ],
  "searchQuery": "glycerin",
  "page": 1,
  "scrapedAt": "2026-08-05T12:00:00+00:00"
}
```

***

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/knowde-scraper').call({
  searchQueries: ['glycerin'],
  maxItems: 50,
  maxPages: 2,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 3));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("crawloop/knowde-scraper").call(
    run_input={
        "searchQueries": ["glycerin"],
        "maxItems": 50,
        "maxPages": 2,
    }
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("name"), item.get("companyName"))
```

#### cURL

```bash
curl -X POST "https://api.apify.com/v2/acts/crawloop~knowde-scraper/runs?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchQueries":["glycerin"],"maxItems":50,"maxPages":2}'
```

***

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp).
Connect your Apify account, then call this Actor by its Store ID / name (`crawloop/knowde-scraper`).

Example prompts:

- "Run Knowde Scraper for glycerin and return the top 20 product rows as JSON"
- "Scrape a Knowde supplier storefront and summarize email, phone, and featured products"
- "Search Knowde for fumed silica with SDS filter and list supplier slugs"

***

### FAQ

**Does this return prices?**\
No. Public Knowde pages are oriented around discovery and RFQ (quote / sample requests), not list prices.

**Do I need a Knowde login?**\
No for public search, storefront, and product pages. Some document downloads may still require a Knowde account in the browser — this Actor returns document metadata when present in the page payload.

**Why use residential proxy?**\
Product detail URLs can trigger AWS WAF challenges on datacenter IPs. Search and many storefront pages often work without proxy; enable Apify RESIDENTIAL for reliable PDP enrichment.

**Is this the official Knowde API?**\
No. Knowde offers a separate Developer API for platform customers. This Actor extracts publicly rendered Marketplace data for automation on Apify.

**Can I scrape with Python or Node.js?**\
Yes — use the Apify client examples above, or call the Actor from MCP / AI assistants.

***

### Related

Chemicals & Ingredients Suite siblings will be linked here once published on the Apify Store.

# Actor input Schema

## `searchQueries` (type: `array`):

Knowde Marketplace keyword searches (e.g. glycerin, fumed silica, silicone). Each query is paginated and returns product listing rows.

## `startUrls` (type: `array`):

Knowde URLs to scrape directly: product pages (/stores/{supplier}/products/{slug}), supplier storefronts (/stores/{supplier}), storefront product catalogs (/stores/{supplier}/products), or search pages (/search?q=...).

## `maxItems` (type: `integer`):

Stop after this many dataset items (products, listings, suppliers).

## `maxPages` (type: `integer`):

Maximum pages per search query or storefront product catalog (36 products per page).

## `enrichProducts` (type: `boolean`):

When scraping search or storefront catalogs, also fetch full product detail pages (Enhanced TDS sections, documents, similar products). Recommended with residential proxy — product pages may hit AWS WAF without it.

## `includeDocuments` (type: `boolean`):

Include TDS / SDS / declaration document metadata on enriched product pages.

## `includeSimilarProducts` (type: `boolean`):

Include similar / related product references from product detail pages.

## `withSds` (type: `boolean`):

When searching, prefer products that have a Safety Data Sheet (with-sds).

## `withTds` (type: `boolean`):

When searching, prefer products that have a Technical Data Sheet (with-tds).

## `withFastResponse` (type: `boolean`):

When searching, prefer suppliers marked with fast response times.

## `requestDelaySecs` (type: `number`):

Pause between HTTP requests on the same session.

## `proxyConfiguration` (type: `object`):

Apify Proxy settings. Residential sticky sessions improve success on product detail pages (AWS WAF).

## Actor input object example

```json
{
  "searchQueries": [
    "glycerin"
  ],
  "startUrls": [
    "https://www.knowde.com/stores/givaudan-naturex"
  ],
  "maxItems": 50,
  "maxPages": 1,
  "enrichProducts": false,
  "includeDocuments": true,
  "includeSimilarProducts": true,
  "withSds": false,
  "withTds": false,
  "withFastResponse": false,
  "requestDelaySecs": 0.75,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

Default dataset items.

# 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 = {
    "searchQueries": [
        "glycerin"
    ],
    "startUrls": [
        "https://www.knowde.com/stores/givaudan-naturex"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/knowde-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 = {
    "searchQueries": ["glycerin"],
    "startUrls": ["https://www.knowde.com/stores/givaudan-naturex"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/knowde-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "glycerin"
  ],
  "startUrls": [
    "https://www.knowde.com/stores/givaudan-naturex"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call crawloop/knowde-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/knowde-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/B812Ar4YFUdxui3nS/builds/mNVRBbue07A6PTGaX/openapi.json
