# Map Your Show Exhibitor Scraper — Country & Category Filters (`jaff-consulting/map-your-show-filtered`) Actor

Filter Map Your Show exhibitors by country and product category. Merge companies across events, keep booth numbers and source links, and identify newly observed companies with transparent scan limits.

- **URL**: https://apify.com/jaff-consulting/map-your-show-filtered.md
- **Developed by:** [JAFF Consulting B.V.](https://apify.com/jaff-consulting) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 exhibitor companies

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

## Map Your Show Exhibitor Scraper — Country & Category Filters

Build a focused company list from Map Your Show event directories. Select countries and product categories, combine several events, and receive one row per matched company with its event appearances and booth numbers.

Maintained by **JAFF Consulting B.V.**, Netherlands.

### What you get

- Company name, published website, company address, country and business phone when available.
- Product categories and the directory's company description.
- Event name, booth numbers and source profile URL for every appearance.
- A stable company identifier for combining exports across runs.
- Optional `new` / `previously_seen` labels using company IDs from an earlier run.
- A `RUN_SUMMARY` report showing exactly how many profiles were examined, source failures and whether limits prevented a complete scan.

Employee names, personal contact records and login-only details are excluded.

### Quick start

1. Add one or more **HTTPS `*.mapyourshow.com/8_0/`** event URLs.
2. Optionally enter countries and category keywords.
3. Set your profile scan limit and maximum output rows.
4. Run the Actor and export the dataset as CSV, Excel or JSON.
5. Open `RUN_SUMMARY` in the run's key-value store to check coverage.

```json
{
  "eventUrls": ["https://ibex26.mapyourshow.com/8_0/"],
  "countries": ["United States"],
  "categories": ["Boat Transport"],
  "maxProfilesPerEvent": 100,
  "maxResults": 100
}
```

The default scans the first 100 profiles alphabetically per event. For a full directory, increase `maxProfilesPerEvent` above the directory's exhibitor count. Filters are applied to the company profiles after retrieval: a narrow filter can still require scanning the whole directory. Results may be empty if the requested companies occur after the scan limit.

### Filters

Country matching is case-insensitive and exact, with common aliases (`US`, `USA`, `UK`, `GB`, `NL`, `DE`, `FR`). Use the source's country name for other countries. Category matching uses case-insensitive substring matching across the full category path. Several countries use OR, several categories use OR, and the two filter groups use AND. A missing country/category never matches a requested filter.

Filters embedded in an input URL are not used; set `countries` and `categories` explicitly.

### Deduplication and repeat research

Companies with the same normalized name and website hostname receive the same company ID. If a website is unavailable, the normalized name and country are used instead. This deliberately keeps different named businesses on a shared website separate. Name or website changes may produce a new ID. Corporate subsidiaries and rebrands are not resolved automatically.

For repeat research, copy the `COMPANY_IDS` JSON array from an earlier run into `previousCompanyIds`. These labels identify newly observed companies within the scanned data; they do not establish that a company has left an event.

### Coverage and limits

Version 1 supports public Map Your Show directories on `*.mapyourshow.com` using `/8_0/`. Custom domains, other directory platforms, login-protected pages and JavaScript-only layout variants are not supported. Site changes, unavailable fields and source failures are reported explicitly. Source websites can change during a run, so an export is an observation at retrieval time.

Up to 10 events, 10,000 scanned profiles per event and 10,000 output companies are accepted. The Actor also respects Apify's run spending limit. It stops safely before the run timeout and after at most 30 minutes, returning the profiles already read with an explicit partial-scan warning. Increase the run timeout for larger directories; the default 100-profile scan typically needs a few minutes. Use a small first run to confirm that your event's profile layout is supported.

### Pricing

**$4 per 1,000 delivered company records** ($0.004 each), plus the small Actor-start fee displayed in Apify's Pricing tab. Duplicates merged into one company are billed once. Filtered-out profiles and the coverage report are not billable result records. The current Pricing tab is authoritative.

Apify Free-plan credits can be used to try a small run. There is no recurring subscription for this Actor.

### Support

Open an issue with the event URL, your filter settings, and the relevant warning from `RUN_SUMMARY`. Do not include account passwords, API tokens or private contact lists. Only collect and use data you are permitted to access, and follow the source site's terms and applicable rules.

# Actor input Schema

## `eventUrls` (type: `array`):

HTTPS \*.mapyourshow.com/8\_0/ directories. Up to 10 events. URL-embedded filters are ignored; use the country/category fields below.

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

Exact country names or US/USA/UK/GB/NL/DE/FR aliases. Several countries use OR.

## `categories` (type: `array`):

Case-insensitive text within product category paths. Several keywords use OR; countries and categories use AND.

## `maxProfilesPerEvent` (type: `integer`):

Defaults to the first 100 profiles alphabetically. Increase above the directory count for a full scan. Filtering still requires reading profiles.

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

Maximum deduplicated companies delivered across all events.

## `previousCompanyIds` (type: `array`):

Paste COMPANY\_IDS from a previous run to mark newly observed companies. No removal claims are made.

## Actor input object example

```json
{
  "eventUrls": [
    "https://ibex26.mapyourshow.com/8_0/"
  ],
  "countries": [],
  "categories": [],
  "maxProfilesPerEvent": 100,
  "maxResults": 100,
  "previousCompanyIds": []
}
```

# Actor output Schema

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

Delivered dataset records. Export as JSON, CSV or Excel.

## `summary` (type: `string`):

Coverage, source errors and stopping limits.

# 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 = {
    "eventUrls": [
        "https://ibex26.mapyourshow.com/8_0/"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("jaff-consulting/map-your-show-filtered").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 = { "eventUrls": ["https://ibex26.mapyourshow.com/8_0/"] }

# Run the Actor and wait for it to finish
run = client.actor("jaff-consulting/map-your-show-filtered").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 '{
  "eventUrls": [
    "https://ibex26.mapyourshow.com/8_0/"
  ]
}' |
apify call jaff-consulting/map-your-show-filtered --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,jaff-consulting/map-your-show-filtered"
        }
    }
}

```

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/yqBqzfQG4ppbmEtVk/builds/SviHTa8fgp7d7Ca0Q/openapi.json
