# Kompass Scraper | B2B Companies & Products Directory (`lentic_clockss/kompass-scraper`) Actor

Scrape Kompass B2B companies & products across ~70 country sites. Company/product search, details, region & sector browse. Export Excel/CSV/JSON. Unofficial — not affiliated with Kompass.

- **URL**: https://apify.com/lentic\_clockss/kompass-scraper.md
- **Developed by:** [kane liu](https://apify.com/lentic_clockss) (community)
- **Categories:** E-commerce, Automation, Lead generation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.20 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
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

## Kompass Scraper | B2B Companies & Products Directory

**Scrape [Kompass](https://www.kompass.com) B2B company and product directory data across ~70 country sites — then download structured supplier intelligence as Excel, CSV, or JSON.**

Use this Actor as a practical **Kompass company directory scraper / B2B lead API** for global supplier discovery, manufacturer research, and product catalog monitoring. Choose a mode, pick a country subdomain (for example `au.kompass.com`, `de.kompass.com`, `us.kompass.com`), set a keyword or detail URL, and get Dataset rows with Kompass IDs, names, locations, product links, and contact fields when publicly available.

- Scrape **company search** and **product search** (`/searchCompanies` with scroll pagination)
- Pull **company details** and **product details** (JSON-LD / page fields)
- List a company's **products** (`/c/p/...`)
- Browse **region** directories (`/r/{slug}/{code}/`) and **sector / category** pages (`/a/{slug}/{id}/`)
- Cover **~70 country subdomains** (do not use `www.kompass.com` — it is a gateway only)
- Export to **Excel / CSV / JSON**, or connect Make, n8n, Zapier, Python, or the Apify API
- **Pay per event** — Actor start + each Dataset result; **platform usage is included** (you do not pay separate Apify compute on top)

> **Unofficial tool.** This Actor is not affiliated with, endorsed by, or sponsored by Kompass International / Kompass.com. It collects publicly reachable directory pages and does **not** log in, purchase lead lists, open private CRM modules, or submit contact forms on your behalf.

***

### What does the Kompass Scraper do?

[Kompass Scraper](https://apify.com/lentic_clockss/kompass-scraper) lets you **extract structured B2B company and product data from Kompass country sites** without running your own anti-bot browser fleet. Give it a keyword, company URL, product URL, region URL, or sector ID, then start a run.

Under the hood, the Actor:

1. Validates your input (mode, country, query, URLs)
2. Enforces free-tier caps when you are on a free Apify plan
3. Fetches public Kompass listing and detail pages
4. Normalizes company / product rows into a clean Dataset
5. Writes `INPUT_ECHO`, `RUN_SUMMARY` (and `ERROR_SUMMARY` on failure) to the key-value store

You run it like any other Apify Actor — schedule it, call it from the API, or plug it into automations.

***

### What Kompass data can I extract?

| Data | Company search | Product search | Company detail | Product detail | Region / Sector |
| --- | :---: | :---: | :---: | :---: | :---: |
| kompassId / companyId | ✅ | related\* | ✅ | related\* | ✅\* |
| name / title | ✅ | ✅ | ✅ | ✅ | ✅ |
| url / slug | ✅ | ✅ | ✅ | ✅ | ✅ |
| description | snippet\* | snippet\* | ✅ | ✅ | snippet\* |
| location / city / country | ✅\* | ✅\* | ✅ | ✅\* | ✅\* |
| phone / email / website | — | — | ✅\* | ✅\* | — |
| productId / companyName | — | ✅ | products list | ✅ | — |

\*Depends on what the public page exposes for that country/mode. Contact fields may be redacted on free-tier sample runs.

***

### Why scrape Kompass?

Kompass is a long-running **global B2B business directory** used to find manufacturers, distributors, and service companies by country, keyword, region, and industry sector. Teams scrape Kompass for **supplier shortlists**, **market mapping**, **lead enrichment**, and **catalog research**:

- Run **company** or **product** keyword search on a chosen country site
- Open **company** and **product** detail pages for richer attributes
- Browse **region** and **sector** directories for local / industry slices
- Feed CRM, BI dashboards, Google Sheets, BigQuery, or AI agents with clean rows
- Avoid maintaining your own DataDome / residential browser stack

Compared with generic URL scrapers, this Actor returns **Kompass-specific fields** (`kompassId`, company/product URLs, country subdomain context) across search, detail, region, and sector modes.

***

### More Actors like this

Need another B2B marketplace, supplier directory, or a different vertical? Use a **dedicated Actor** below for structured fields. Use this Actor for **Kompass** country sites (`*.kompass.com`).

#### Similar B2B & e-commerce scrapers

- [Europages Scraper](https://apify.com/lentic_clockss/europages-scraper)
- [GlobalSources Scraper](https://apify.com/lentic_clockss/globalsources-scraper)
- [iPROS Scraper](https://apify.com/lentic_clockss/ipros-scraper)
- [1688 Global Product Search Scraper](https://apify.com/lentic_clockss/1688-global-scraper)
- [Shopee Search Scraper](https://apify.com/lentic_clockss/shopee-search-scraper)
- [Amazon Search Scraper](https://apify.com/lentic_clockss/amazon-search-results-collector)
- [SHEIN Product Scraper](https://apify.com/lentic_clockss/shein-scraper)
- [Temu Product Scraper](https://apify.com/lentic_clockss/temu-scraper)
- [Coupang Product Scraper](https://apify.com/lentic_clockss/coupang-scraper)
- [Walmart Product Scraper](https://apify.com/lentic_clockss/walmart-scraper)
- [Etsy Scraper](https://apify.com/lentic_clockss/etsy-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-scraper)
- [Lazada Scraper](https://apify.com/lentic_clockss/lazada-ph-search-results-collector)
- [Rakuten Japan Scraper](https://apify.com/lentic_clockss/rakuten-scraper)

#### Prefer another specialized scraper?

If your target has a specialized Actor below, use that first — usually cheaper and more structured than a generic scrape.

**Jobs & Freelance**

- [LinkedIn Jobs Scraper](https://apify.com/lentic_clockss/linkedin-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/lentic_clockss/indeed-jobs-scraper)
- [Upwork Jobs Scraper](https://apify.com/lentic_clockss/upwork-jobs-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)
- [Fiverr Gigs Scraper](https://apify.com/lentic_clockss/fiverr-programming-tech-gigs-scraper)
- [Bayt Jobs Scraper](https://apify.com/lentic_clockss/bayt-scraper)

**Real Estate**

- [Zillow & Zumper Scraper](https://apify.com/lentic_clockss/us-real-estate-scraper)
- [Realtor.com Scraper](https://apify.com/lentic_clockss/realtor-com-scraper)
- [Apartments.com Rental Scraper](https://apify.com/lentic_clockss/apartments-com-rental-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)

**Travel & Stays**

- [Booking.com Hotels Scraper](https://apify.com/lentic_clockss/booking-hotels-scraper)
- [Airbnb Listings Scraper](https://apify.com/lentic_clockss/airbnb-listings-scraper)
- [Expedia Scraper](https://apify.com/lentic_clockss/expedia-scraper)
- [TripAdvisor Scraper](https://apify.com/lentic_clockss/tripadvisor-scraper)

**Social & Content**

- [YouTube Research Scraper](https://apify.com/lentic_clockss/youtube-research-scraper)
- [TikTok Scraper](https://apify.com/lentic_clockss/tiktok-scraper)
- [Reddit Scraper](https://apify.com/lentic_clockss/reddit-scraper)
- [YouTube Shorts Scraper](https://apify.com/lentic_clockss/youtube-shorts-scraper)

**Ads Intelligence**

- [Facebook Ad Library Scraper](https://apify.com/lentic_clockss/facebook-ad-library-scraper)
- [TikTok Ads Scraper](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor)

**Local & Maps**

- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

**General Tools**

- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)

→ See the full catalog in [Related Actors](#related-actors) below, or browse [apify.com/lentic\_clockss](https://apify.com/lentic_clockss).

***

### How to scrape Kompass (no code required)

1. Create a free [Apify](https://apify.com/) account
2. Open [Kompass Scraper](https://apify.com/lentic_clockss/kompass-scraper)
3. Choose a **mode**: `company_search`, `product_search`, `company`, `company_products`, `product`, `region`, or `sector`
4. Select a **country** subdomain (default `au`) — for example `de`, `fr`, `us`, `gb`, `in`
5. Enter a **query** (e.g. `software`, `packaging`) — or a **companyUrl** / **productUrl** / **regionUrl** / **sectorId**
6. *(Optional)* Turn on `enrichDetails`, set `maxResults` / `maxPages`
7. Click **Start** and download the Dataset as JSON, CSV, Excel, or JSONL

Start with `maxResults: 5–15` to verify the query, then scale up.

***

### How much does it cost to scrape Kompass?

This Actor uses **pay-per-event** pricing. You are charged for:

| Event | Price |
| --- | --- |
| Actor Start (`apify-actor-start`) | **$0.005** per start |
| Result (`apify-default-dataset-item`) | **$3.00 / 1,000** results (**$0.003** each on FREE/BRONZE) |

**Platform usage costs are included** — you do **not** pay separate Apify compute/proxy usage for this Actor on top of the event prices above (**User pays platform usage costs = No**).

#### Volume discount tiers (per result)

| Tier | $/1,000 | per result |
| --- | ---: | ---: |
| FREE\* | $3.00 | $0.003 |
| BRONZE | $3.00 | $0.003 |
| SILVER | $2.60 | $0.0026 |
| GOLD | $2.20 | $0.0022 |
| PLATINUM | $2.00 | $0.002 |
| DIAMOND | $1.60 | $0.0016 |

\*FREE matches BRONZE for this Actor.

#### Example cost estimates (FREE/BRONZE)

| Results collected | Approx. event cost\* |
| --- | ---: |
| 100 | ~$0.31 |
| 1,000 | ~$3.01 |
| 10,000 | ~$30.01 |

\*Assumes one Actor start at default memory billing for start events, plus `$0.003` per Dataset item. Exact start billing can scale with allocated memory (one start event per GB, minimum one).

#### Free plan limits

On a **free Apify plan**, this Actor enforces developer limits of **10 runs** and **200 results per run**. Upgrade to a paid Apify plan for unlimited runs (event prices still apply). These limits are set by the Actor developer, not by Apify.

***

### Input examples

#### Company keyword search

```json
{
  "mode": "company_search",
  "country": "au",
  "query": "software",
  "maxResults": 20,
  "maxPages": 3
}
```

#### Product keyword search

```json
{
  "mode": "product_search",
  "country": "de",
  "query": "hydraulic pump",
  "maxResults": 30,
  "maxPages": 2
}
```

#### Company detail

```json
{
  "mode": "company",
  "country": "fr",
  "companyUrl": "https://au.kompass.com/c/ipo-technologie/fr8380178/",
  "maxResults": 5
}
```

#### Company products list

```json
{
  "mode": "company_products",
  "country": "au",
  "companyUrl": "https://au.kompass.com/c/ipo-technologie/fr8380178/",
  "maxResults": 50
}
```

#### Product detail

```json
{
  "mode": "product",
  "country": "au",
  "productUrl": "https://au.kompass.com/p/example-category/example-product/brand/id/",
  "maxResults": 5
}
```

#### Region browse

```json
{
  "mode": "region",
  "country": "au",
  "regionUrl": "https://au.kompass.com/r/victoria-australia/au_vic/",
  "maxResults": 40
}
```

#### Sector / category browse

```json
{
  "mode": "sector",
  "country": "au",
  "sectorId": "60",
  "maxResults": 40
}
```

#### Multiple keywords

```json
{
  "mode": "company_search",
  "country": "us",
  "searchQueries": ["packaging", "bearings", "consulting"],
  "maxResults": 60
}
```

***

### Coverage matrix

| Dimension | Coverage |
| --- | --- |
| Countries | ~70 Kompass country subdomains (`ae` … `za`; default `au`). Do **not** use `www.kompass.com` (gateway only). |
| Modes | `company_search` · `product_search` · `company` · `company_products` · `product` · `region` · `sector` |
| Search | `/searchCompanies?text=…&searchType=COMPANYNAME\|PRODUCT` + scroll pagination |
| Details | Company/product JSON-LD and page fields on detail URLs |
| Region | `/r/{slug}/{code}/` browse |
| Sector | `/a/{slug}/{id}/` category browse (numeric ID is the stable key) |

***

### Output example

```json
{
  "type": "company",
  "country": "au",
  "name": "Example Manufacturing Pty Ltd",
  "title": "Example Manufacturing Pty Ltd",
  "url": "https://au.kompass.com/c/example-manufacturing/au1234567/",
  "slug": "example-manufacturing",
  "kompassId": "AU1234567",
  "companyId": "AU1234567",
  "location": "Sydney",
  "description": "Industrial equipment supplier",
  "source": "kompass",
  "scrapedAt": "2026-08-01T12:00:00+00:00"
}
```

***

### FAQ

#### Is this an official Kompass tool?

No. It is an **unofficial** third-party Actor and is not affiliated with Kompass International.

#### Do I need to log in or buy leads?

No. The Actor only uses publicly reachable listing/detail pages. It does **not** automate login, paid lead unlocks, or contact-form spam.

#### Why must I pick a country instead of www.kompass.com?

`www.kompass.com` is a **country/language gateway**. Real search and directory pages live on country subdomains such as `au.kompass.com` or `de.kompass.com`.

#### What happens on a free Apify plan?

You get up to **10 runs** of this Actor and **200 results per run** (limits set by the Actor developer). Paying Apify users are not capped by those run quotas; PPE event prices still apply.

#### Can I use this from the API / Standby?

Yes. Use normal Actor runs for production Dataset output. Standby exposes lightweight `/health`, `/input-example`, `/openapi.json`, and optional preview routes — see the Standby OpenAPI schema packaged with the Actor.

***

### Tips for better runs

- Prefer a **country that matches your market** (proxy geography follows the country code)
- Start small (`maxResults: 5–20`) before large crawls
- For sector browse, the **numeric sector ID** is more reliable than the slug alone
- Scroll pagination keeps session context — do not expect `text=` on every scroll URL
- Schedule daily/weekly runs for supplier monitoring instead of one huge scrape

***

### Runtime

| Setting | Value |
| --- | --- |
| Default memory | **1024 MB** |
| Timeout default | **3600 s** |
| Standby | Enabled (lightweight Live-view) |
| Free plan caps | **10 runs** / **200 results** per run |

***

### Related Actors

All **77** public Actors from \[[lentic\_clockss](https://apify.com/lentic_clockss)]. Click a name to open the Store detail page.

#### Jobs & Freelance

- [LinkedIn Jobs Scraper](https://apify.com/lentic_clockss/linkedin-jobs-scraper)
- [Bayt Jobs Scraper](https://apify.com/lentic_clockss/bayt-scraper)
- [Fiverr Gigs Scraper](https://apify.com/lentic_clockss/fiverr-programming-tech-gigs-scraper)
- [Freelancer.com Scraper](https://apify.com/lentic_clockss/freelancer-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)
- [Himalayas Jobs Scraper](https://apify.com/lentic_clockss/himalayas-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/lentic_clockss/indeed-jobs-scraper)
- [Jobicy Remote Jobs Scraper](https://apify.com/lentic_clockss/jobicy-remote-jobs-scraper)
- [RemoteOK Jobs Scraper](https://apify.com/lentic_clockss/remoteok-all-jobs-scraper)
- [SEEK Jobs Scraper](https://apify.com/lentic_clockss/seek-scraper)
- [Upwork Jobs Scraper](https://apify.com/lentic_clockss/upwork-jobs-scraper)

#### Real Estate

- [Zillow & Zumper Scraper](https://apify.com/lentic_clockss/us-real-estate-scraper)
- [Realtor.com Scraper](https://apify.com/lentic_clockss/realtor-com-scraper)
- [99.co Scraper](https://apify.com/lentic_clockss/ninetynine-co-sg-scraper)
- [Realtor.com Agents Scraper](https://apify.com/lentic_clockss/realtor-com-agents-scraper)
- [Apartments.com Rental Scraper](https://apify.com/lentic_clockss/apartments-com-rental-scraper)
- [Bayut Scraper](https://apify.com/lentic_clockss/bayut-uae-scraper)
- [Craigslist Housing Scraper](https://apify.com/lentic_clockss/craigslist-housing-scraper)
- [Daft.ie Scraper](https://apify.com/lentic_clockss/daft-property-scraper)
- [Dot Property Scraper](https://apify.com/lentic_clockss/dot-property-th-scraper)
- [FINN.no Scraper](https://apify.com/lentic_clockss/finn-scraper)
- [Funda Scraper](https://apify.com/lentic_clockss/funda-scraper)
- [Hepsiemlak Scraper](https://apify.com/lentic_clockss/hepsiemlak-scraper)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [Immobiliare.it Scraper](https://apify.com/lentic_clockss/immobiliare-property-scraper)
- [ImmoScout24 Scraper](https://apify.com/lentic_clockss/immobilienscout24-scraper)
- [Naver Land Scraper](https://apify.com/lentic_clockss/naver-land-scraper)
- [OpenSooq Scraper](https://apify.com/lentic_clockss/opensooq-real-estate-scraper)
- [Otodom Scraper](https://apify.com/lentic_clockss/otodom-scraper)
- [Property Finder Scraper](https://apify.com/lentic_clockss/property-finder-uae-scraper)
- [PropertyGuru Scraper](https://apify.com/lentic_clockss/propertyguru-sg-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)
- [Realtor.ca Scraper](https://apify.com/lentic_clockss/realtor-ca-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [SeLoger Scraper](https://apify.com/lentic_clockss/seloger-property-scraper)
- [SUUMO Scraper](https://apify.com/lentic_clockss/suumo-property-scraper)
- [Zillow Group Scraper](https://apify.com/lentic_clockss/zillow-group-scraper)

#### E-commerce

- [Shopee Search Scraper](https://apify.com/lentic_clockss/shopee-search-scraper)
- [E-commerce Scraper](https://apify.com/lentic_clockss/ecommerce-scraper)
- [1688 Global Product Search Scraper](https://apify.com/lentic_clockss/1688-global-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-scraper)
- [Amazon Search Scraper](https://apify.com/lentic_clockss/amazon-search-results-collector)
- [ASOS Product Scraper](https://apify.com/lentic_clockss/asos-scraper)
- [Cdiscount Product Scraper](https://apify.com/lentic_clockss/cdiscount-scraper)
- [Costco Product Scraper](https://apify.com/lentic_clockss/costco-scraper)
- [Coupang Product Scraper](https://apify.com/lentic_clockss/coupang-scraper)
- [Etsy Scraper](https://apify.com/lentic_clockss/etsy-scraper)
- [Lazada Scraper](https://apify.com/lentic_clockss/lazada-ph-search-results-collector)
- [MercadoLibre Scraper](https://apify.com/lentic_clockss/mercadolibre-scraper)
- [Mercari Japan Scraper](https://apify.com/lentic_clockss/mercari-scraper)
- [Rakuten Japan Scraper](https://apify.com/lentic_clockss/rakuten-scraper)
- [SHEIN Product Scraper](https://apify.com/lentic_clockss/shein-scraper)
- [Target Product Scraper](https://apify.com/lentic_clockss/target-scraper)
- [Temu Product Scraper](https://apify.com/lentic_clockss/temu-scraper)
- [Walmart Product Scraper](https://apify.com/lentic_clockss/walmart-scraper)

#### Travel & Stays

- [Booking.com & Airbnb Scraper](https://apify.com/lentic_clockss/booking-airbnb-scraper)
- [Agoda Scraper](https://apify.com/lentic_clockss/agoda-scraper)
- [Airbnb Listings Scraper](https://apify.com/lentic_clockss/airbnb-listings-scraper)
- [Booking.com Hotels Scraper](https://apify.com/lentic_clockss/booking-hotels-scraper)
- [Despegar Scraper](https://apify.com/lentic_clockss/despegar-scraper)
- [Expedia Scraper](https://apify.com/lentic_clockss/expedia-scraper)
- [Traveloka Scraper](https://apify.com/lentic_clockss/traveloka-scraper)
- [Travelstart Flights Scraper](https://apify.com/lentic_clockss/travelstart-scraper)
- [Trip.com Scraper](https://apify.com/lentic_clockss/trip-com-scraper)
- [TripAdvisor Scraper](https://apify.com/lentic_clockss/tripadvisor-scraper)

#### Social & Content

- [TikTok Scraper](https://apify.com/lentic_clockss/tiktok-scraper)
- [Reddit Scraper](https://apify.com/lentic_clockss/reddit-scraper)
- [YouTube Shorts Scraper](https://apify.com/lentic_clockss/youtube-shorts-scraper)
- [YouTube Research Scraper](https://apify.com/lentic_clockss/youtube-research-scraper)
- [Hacker News Scraper](https://apify.com/lentic_clockss/hacker-news-scraper)

#### Ads Intelligence

- [Facebook Ad Library Scraper](https://apify.com/lentic_clockss/facebook-ad-library-scraper)
- [Google Ads Transparency VN](https://apify.com/lentic_clockss/google-ads-transparency-center-vn)
- [TikTok Ads Scraper](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor)

#### Local & Maps

- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

#### General Tools

- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)

→ Browse the full profile: [apify.com/lentic\_clockss](https://apify.com/lentic_clockss)

# Actor input Schema

## `mode` (type: `string`):

company\_search / product\_search / company / company\_products / product / region / sector

## `country` (type: `string`):

Kompass country subdomain (e.g. au → au.kompass.com). Do not use www (gateway only).

## `query` (type: `string`):

Keyword for company\_search / product\_search

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

Optional list of keywords (processed in order)

## `maxResults` (type: `integer`):

Maximum company/product rows to return (capped at 200 on free Apify plans).

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

Maximum search/list pages to paginate (scroll) after the first page.

## `page` (type: `integer`):

1-based page number to start from for search/list modes.

## `enrichDetails` (type: `boolean`):

When true, follow list URLs and merge company/product detail fields into rows.

## `companyUrl` (type: `string`):

Kompass company detail or products list URL

## `productUrl` (type: `string`):

Kompass product detail URL

## `regionUrl` (type: `string`):

Kompass region browse URL (/r/…)

## `regionCode` (type: `string`):

Region code when regionUrl is omitted (region mode)

## `sectorUrl` (type: `string`):

Kompass sector/category URL (/a/…)

## `sectorId` (type: `string`):

Numeric sector ID when sectorUrl is omitted (sector mode)

## `detailUrls` (type: `array`):

Batch company/product/region/sector URLs

## `workerBaseUrl` (type: `string`):

Optional advanced override for the scrape endpoint (leave empty to use Actor defaults).

## Actor input object example

```json
{
  "mode": "company_search",
  "country": "au",
  "maxResults": 20,
  "maxPages": 5,
  "page": 1,
  "enrichDetails": false
}
```

# Actor output Schema

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

Normalized Kompass company/product rows from the default dataset.

## `runSummary` (type: `string`):

Structured summary record stored in the default key-value store.

## `inputEcho` (type: `string`):

Normalized input saved at run start.

## `errorSummary` (type: `string`):

Present when a failed run stores structured terminal error information.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("lentic_clockss/kompass-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("lentic_clockss/kompass-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 '{}' |
apify call lentic_clockss/kompass-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/kPnv0ljmM0k5TWQEZ/builds/WSHWOjvfxJauOiU24/openapi.json
