# Nutrada Scraper — Food Ingredient Suppliers & Products (`crawloop/nutrada-scraper`) Actor

Scrape Nutrada B2B food ingredient suppliers for procurement and private-label sourcing. Export certifications, documents, Incoterms, MOQ, origin, and product SKUs — a Nutrada scraper / API alternative.

- **URL**: https://apify.com/crawloop/nutrada-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.89 / 1,000 supplier profiles

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

## Nutrada Scraper — Food Ingredient Suppliers & Products

> **Nutrada scraper for B2B food ingredient suppliers** — certifications, documents, Incoterms, MOQ, origin, and catalog SKUs as clean JSON.

| Actor | Role |
| :--- | :--- |
| **Nutrada Scraper** ◄── you are here | Food-ingredient marketplace suppliers & SKUs |
| [Europages Scraper](https://apify.com/crawloop/europages-scraper) | Broad EU B2B company directory |
| [WLW Scraper](https://apify.com/crawloop/wlw-scraper) | DACH B2B suppliers (Wer liefert was) |

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

Use this **Nutrada scraper** / **Nutrada API alternative** to pull **verified food-ingredient suppliers** for procurement, private-label sourcing, and supply-chain research. Search by keyword, open supplier profiles, crawl ingredient wholesale pages, or export the full public supplier catalog via sitemap — then pipe results into **Python**, **Node.js**, **cURL**, or **MCP** / AI assistants.

***

### When to use this Actor

- **Nutrada supplier search** by ingredient keyword (coconut, whey, cacao, oils, …)
- **Supplier profile** extraction — website, country, company types, GFSI / organic certs, memberships, FAQ
- **Document metadata** — certificate titles and expiry dates
- **Product SKU tables** — grade / type, processing, MOQ, origin, product certifications
- **Ingredient wholesale pages** — specs + linked suppliers
- **Full-catalog export** with `scrapeAllSuppliers` (~1.8k public profiles)

### When not to use this Actor

- **RFQ / Contact Company automation** — inquiry forms need a Nutrada login
- **Certificate PDF downloads** — files are often login-gated; titles + expiry are exported
- **Directory pages beyond the public preview** — ~10 results then View More → login; use supplier URLs or sitemap mode instead
- **Consumer nutrition / barcode databases** — wrong ICP for this Actor
- **Non-Nutrada marketplaces** — use Europages / WLW siblings for generic EU B2B directories

***

### Key Features

- Keyword directory search + filters (company type, food safety, services, country)
- Full supplier enrichment (about, Incoterms, languages, services, certs, documents, FAQ)
- Paginated product SKU rows (`emitProductRows`)
- Ingredient SEO page parsing (grades, origins, packaging, MOQ)
- Sitemap crawl for complete public supplier coverage
- Fast HTTP via `curl_cffi` Chrome TLS impersonation — no headless browser required for typical runs

***

### Use Cases

| Use case | What you get | Why it helps |
| :--- | :--- | :--- |
| **Ingredient sourcing** | Suppliers + food-safety / organic certs | Shortlist GFSI-ready partners |
| **Private-label / co-pack research** | Company types, services, MOQ | Find manufacturers and packers |
| **SKU & origin mapping** | Product rows with origin / grade | Compare supply options at scale |
| **Compliance screening** | Cert chips + document expiry | Track BRC, IFS, FSSC, EU Organic |
| **Market coverage** | Sitemap supplier dump | Build a local Nutrada research DB |

***

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `searchQueries` | Array | — | Directory keyword searches |
| `startUrls` | Array | — | Supplier, directory, ingredient, or category URLs |
| `scrapeAllSuppliers` | Boolean | `false` | Crawl all suppliers from company sitemaps |
| `maxItems` | Integer | `50` | Maximum dataset items per run |
| `enrichSuppliers` | Boolean | `true` | Fetch full supplier profiles from listings / ingredient links |
| `includeProducts` | Boolean | `false` | Nest product table on supplier records |
| `emitProductRows` | Boolean | `false` | Emit each SKU as its own `product` row (paginated) |
| `maxProductPages` | Integer | `20` | Max product-table pages per supplier |
| `sortBy` | String | `relevance` | Directory sort: relevance / name\_asc / name\_desc |
| `companyTypes` / `foodSafety` / `services` / `countries` | Array | — | Optional directory filters |
| `requestDelaySecs` | Number | `0.5` | Delay between requests |
| `proxyConfiguration` | Object | off | Optional Apify Proxy (usually not required) |

#### Input Example — search + supplier profile

```json
{
  "searchQueries": ["coconut oil"],
  "startUrls": [
    "https://nutrada.com/suppliers/suntree-foods-bv"
  ],
  "maxItems": 50,
  "enrichSuppliers": true,
  "includeProducts": true
}
```

#### Input Example — full supplier catalog

```json
{
  "scrapeAllSuppliers": true,
  "maxItems": 500,
  "enrichSuppliers": true,
  "includeProducts": false
}
```

***

### Output

| Field | Description |
| :--- | :--- |
| `recordType` | `listing` | `supplier` | `product` | `ingredient` | `error` |
| `name` / `slug` / `url` | Identity |
| `website` / `country` / `companyTypes` | Firmographics |
| `foodSafetyCertifications` / `organicCertifications` / `memberships` | Compliance |
| `documents` | Certificate name + expiry |
| `sku` / `moq` / `origin` / `processing` | Product SKU fields |
| `specs` / `linkedSuppliers` | Ingredient page fields |
| `loginGated` | Directory preview hit the login wall |
| `scrapedAt` | ISO timestamp |

#### Output Example — supplier

```json
{
  "source": "nutrada",
  "recordType": "supplier",
  "name": "Suntree Foods B.V.",
  "slug": "suntree-foods-bv",
  "url": "https://nutrada.com/suppliers/suntree-foods-bv",
  "website": "http://www.suntree-foods.com/",
  "country": "Netherlands",
  "companyTypes": ["Distributor", "Exporter", "Importer", "Trader"],
  "foodSafetyCertifications": ["IFS"],
  "organicCertifications": ["EU Organic"],
  "documents": [
    { "name": "IFS Certificate", "expiry": "26 November, 2026" }
  ],
  "productsTotal": 52,
  "scrapedAt": "2026-08-08T10: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/nutrada-scraper').call({
  searchQueries: ['coconut oil'],
  maxItems: 25,
  enrichSuppliers: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 3));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token="YOUR_TOKEN")
run = client.actor("crawloop/nutrada-scraper").call(
    run_input={
        "searchQueries": ["coconut oil"],
        "maxItems": 25,
        "enrichSuppliers": True,
    }
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("recordType"), item.get("name"))
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~nutrada-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchQueries":["coconut"],"maxItems":20,"enrichSuppliers":true}'
```

***

### 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.

Example prompts:

- "Run Nutrada Scraper for coconut oil suppliers and return profiles with certifications as JSON"
- "Scrape Nutrada supplier suntree-foods-bv and emit product SKU rows with MOQ and origin"
- "Crawl Nutrada suppliers via sitemap, then run Europages Scraper for the same companies in the EU directory"

***

### Suite next step

After Nutrada ingredient suppliers, map the same buyers/sellers in broader EU industrial directories with [Europages Scraper](https://apify.com/crawloop/europages-scraper) or DACH coverage via [WLW Scraper](https://apify.com/crawloop/wlw-scraper).

***

### FAQ

**Why do I only get ~10 suppliers from a search?**\
Nutrada’s public directory shows a preview page, then requires login for **View More**. Pass supplier URLs in `startUrls` or set `scrapeAllSuppliers: true` for full public coverage via sitemaps.

**Are emails and phone numbers included?**\
Public pages typically expose website links and inquiry forms. Direct emails/phones are usually not on the open supplier page.

**Does this Actor log in to Nutrada?**\
No. It only scrapes publicly accessible HTML and sitemaps.

**Can I use this as a Nutrada API alternative?**\
Yes — export structured JSON to your own pipeline with the Apify API, Python/Node clients, or MCP.

***

### Related Actors

- [Europages Scraper](https://apify.com/crawloop/europages-scraper) — European B2B company directory
- [WLW Scraper](https://apify.com/crawloop/wlw-scraper) — German-speaking B2B supplier directory

# Actor input Schema

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

Nutrada supplier directory keyword searches (e.g. coconut, whey protein, cacao). Without login the directory returns the first page only (~10 suppliers) and gates further pages behind View More — enable scrapeAllSuppliers or pass supplier URLs for full coverage.

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

Nutrada URLs to scrape directly: supplier profiles (/suppliers/{slug}), directory (/suppliers?...), ingredient pages (/products/{cat}/{slug}-wholesale), or category pages (/products/{cat}).

## `scrapeAllSuppliers` (type: `boolean`):

Discover every public supplier URL from Nutrada company sitemaps (~1.8k) and enrich each profile up to maxItems. Recommended for full-catalog exports (directory search is login-gated after page 1).

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

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

## `enrichSuppliers` (type: `boolean`):

When scraping directory search / filters / ingredient pages, also fetch full supplier profile pages (about, certs, documents, FAQ).

## `includeProducts` (type: `boolean`):

Attach the product SKU table as a `products` array on supplier records (first page nested; use emitProductRows for paginated SKU rows).

## `emitProductRows` (type: `boolean`):

Emit each supplier catalog SKU as its own product dataset row (paginated). Charges product-result PPE events.

## `maxProductPages` (type: `integer`):

When emitProductRows is on, paginate supplier product tables up to this many pages (10 SKUs per page).

## `sortBy` (type: `string`):

Sort order for directory search / filter results.

## `companyTypes` (type: `array`):

Optional directory filters (IDs): 13 Distributor, 14 Exporter, 15 Farmer, 16 Importer, 17 Manufacturer, 18 Processor, 19 Retailer, 20 Trader, 21 Wholesaler.

## `foodSafety` (type: `array`):

Optional food-safety filter IDs from the Nutrada directory (e.g. 1=BRC, 5=FSSC 22000, 10=IFS, 15=HACCP).

## `services` (type: `array`):

Optional service filter IDs (e.g. 5=Bulk, 6=Co-Packing, 10=Private Label).

## `countries` (type: `array`):

Optional company\_country\_of\_origin\[] filter values (country names as used on Nutrada).

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

Pause between HTTP requests on the same session.

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

Optional Apify Proxy. Nutrada usually works without a proxy; enable if you hit Cloudflare challenges at volume.

## Actor input object example

```json
{
  "searchQueries": [
    "coconut"
  ],
  "startUrls": [
    "https://nutrada.com/suppliers/suntree-foods-bv"
  ],
  "scrapeAllSuppliers": false,
  "maxItems": 50,
  "enrichSuppliers": true,
  "includeProducts": false,
  "emitProductRows": false,
  "maxProductPages": 20,
  "sortBy": "relevance",
  "requestDelaySecs": 0.5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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": [
        "coconut"
    ],
    "startUrls": [
        "https://nutrada.com/suppliers/suntree-foods-bv"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/nutrada-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": ["coconut"],
    "startUrls": ["https://nutrada.com/suppliers/suntree-foods-bv"],
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/nutrada-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": [
    "coconut"
  ],
  "startUrls": [
    "https://nutrada.com/suppliers/suntree-foods-bv"
  ]
}' |
apify call crawloop/nutrada-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/nutrada-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/Rtm9EHk6U5Sp1AkZd/builds/4u4kfGDlOBfc64tXq/openapi.json
