Nürnberg Messe Exhibitor List Scraper avatar

Nürnberg Messe Exhibitor List Scraper

Pricing

Pay per event

Go to Apify Store
Nürnberg Messe Exhibitor List Scraper

Nürnberg Messe Exhibitor List Scraper

Export public NürnbergMesse exhibitor leads with booth, category, country, email, contact, and profile fields from official event directories.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Export public exhibitor records from NürnbergMesse event directories such as FACHPACK, it-sa, BIOFACH, embedded world, IWA, and Interzoo. The actor reads the public NürnbergMesse search index and saves clean company, booth, category, and contact fields to an Apify dataset.

What does Nürnberg Messe Exhibitor List Scraper do?

Nürnberg Messe Exhibitor List Scraper extracts public exhibitor/company profiles from official NürnbergMesse event directories. It is built for trade-show lead generation, competitive monitoring, sponsor research, market mapping, and post-event outreach workflows.

The actor can export all exhibitors for selected event site codes or search by a keyword such as packaging, security, organic, sensor, or a company name.

Who is it for?

  • 🧲 B2B sales teams building lead lists before or after NürnbergMesse events.
  • 📣 Marketing agencies mapping exhibitors, sponsors, and category clusters.
  • 🏢 Trade-show sponsors tracking booth presence and competitor participation.
  • 🔎 Market researchers collecting public company profiles by industry segment.
  • 🤝 Partnership teams finding companies active in specific fairs.

Why use this actor?

Manual copy-paste from exhibitor directories is slow and inconsistent. This actor gives you structured rows with names, booth data, categories, product groups, country/city, public email, profile URL, and descriptions in one dataset.

Supported NürnbergMesse event sites

The default input targets a practical set of high-value NürnbergMesse directories:

  • fachpa — FACHPACK
  • itsa — it-sa Expo&Congress
  • biofach — BIOFACH
  • embeddedworld — embedded world
  • iwa — IWA OutdoorClassics
  • interzoo — Interzoo

You can pass any public NürnbergMesse site code exposed in the official directory index.

What data can I extract?

FieldDescription
eventSiteNürnbergMesse site code, for example fachpa
eventNameHuman-readable event name when known
exhibitorNameCompany/exhibitor name
companyTypePublic company type such as Manufacturer
boothCombined hall/booth string
boothsStructured booth array
country, city, addressPublic location fields
email, websitePublic contact links when available
profileUrlNürnbergMesse profile URL
description, sloganPublic company text
categories, productGroupsDirectory taxonomy fields
contactsPublic employee/contact persons when enabled
scrapedAtExtraction timestamp

How much does it cost to scrape Nürnberg Messe exhibitors?

The actor uses Apify pay-per-event pricing: a small start fee plus a per-exhibitor charge. You can control cost with maxItems, selected eventSites, and a specific query.

Start with 100 exhibitors for a cheap sample run, then increase the limit when the output matches your workflow.

How to use

  1. Open the actor on Apify.
  2. Enter a search query or leave it empty.
  3. Add event site codes such as fachpa or itsa.
  4. Set maxItems.
  5. Run the actor.
  6. Download the dataset as JSON, CSV, Excel, XML, or HTML.

Input options

query

Optional free-text search. Use company names, products, industry terms, or categories.

eventSites

Array of NürnbergMesse site codes. Example: ["fachpa", "itsa"].

startUrls

Optional NürnbergMesse URLs. The actor can infer known event codes from URLs when possible.

maxItems

Maximum number of exhibitor records to save across all selected events.

includeContacts

When enabled, the actor includes public employee/contact-person data exposed by NürnbergMesse.

Example input

{
"query": "packaging",
"eventSites": ["fachpa"],
"maxItems": 100,
"includeContacts": true
}

Example output

{
"eventSite": "fachpa",
"eventName": "FACHPACK",
"exhibitorName": "A.HATZOPOULOS S.A.",
"companyType": "Manufacturer",
"booth": "5-5-420",
"country": "Greece",
"city": "Thessaloniki",
"email": "info@example.com",
"profileUrl": "https://www.nuernbergmesse.de/en/exhibitors/...",
"categories": ["Food and luxury food"],
"productGroups": ["Packaging materials and supplies"],
"scrapedAt": "2026-07-03T00:00:00.000Z"
}

Tips for better results

  • Use an empty query to export broad event lists.
  • Use exact product terms for targeted lead lists.
  • Run one event site at a time when you need clean event segmentation.
  • Keep maxItems low for test runs.
  • Disable includeContacts if you only need company-level rows.

Integrations

Use the dataset with:

  • CRMs such as HubSpot, Salesforce, or Pipedrive.
  • Google Sheets and Airtable enrichment workflows.
  • Lead scoring pipelines.
  • Competitor-monitoring dashboards.
  • Email outreach tools, subject to applicable laws and platform rules.

API usage — Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/nuernberg-messe-exhibitor-list-scraper').call({
query: 'packaging',
eventSites: ['fachpa'],
maxItems: 100,
});
console.log(run.defaultDatasetId);

API usage — Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/nuernberg-messe-exhibitor-list-scraper').call(run_input={
'query': 'security',
'eventSites': ['itsa'],
'maxItems': 100,
})
print(run['defaultDatasetId'])

API usage — cURL

curl "https://api.apify.com/v2/acts/automation-lab~nuernberg-messe-exhibitor-list-scraper/runs?token=$APIFY_TOKEN" \
-H 'Content-Type: application/json' \
-d '{"query":"packaging","eventSites":["fachpa"],"maxItems":100}'

MCP integration

Use this actor from Claude Desktop or Claude Code through Apify MCP:

https://mcp.apify.com/?tools=automation-lab/nuernberg-messe-exhibitor-list-scraper

Claude Code setup:

$claude mcp add apify-nuernbergmesse https://mcp.apify.com/?tools=automation-lab/nuernberg-messe-exhibitor-list-scraper

Claude Desktop JSON config:

{
"mcpServers": {
"apify-nuernbergmesse": {
"url": "https://mcp.apify.com/?tools=automation-lab/nuernberg-messe-exhibitor-list-scraper"
}
}
}

Example prompts:

  • "Run the Nürnberg Messe Exhibitor List Scraper for FACHPACK packaging companies and summarize booth clusters."
  • "Find it-sa exhibitors related to security monitoring and export their public emails."
  • "Compare BIOFACH and FACHPACK exhibitor categories from the latest datasets."

Explore other Automation Lab actors for adjacent trade-show and lead workflows:

Data freshness

The actor returns data available in NürnbergMesse's public search index at run time. Event directories can change before, during, and after fairs, so rerun the actor when you need fresh booth or contact information.

Legality and responsible use

This actor extracts publicly available business directory information. Always review your use case, local laws, privacy requirements, trade-show terms, and outreach rules. Do not spam contacts. Use the data responsibly and honor opt-out requests.

Troubleshooting

Why did I get zero results?

Try removing the query, checking the event site code, or increasing maxItems. Some event directories may be inactive outside their show cycle.

Why is a website or email missing?

NürnbergMesse only exposes these fields for some exhibitors. Missing fields mean the public directory did not provide that value for the record.

FAQ

Can I scrape multiple events in one run?

Yes. Add multiple eventSites, for example ["fachpa", "itsa"].

Can I export contacts?

Yes, when includeContacts is enabled and public contact-person fields are present.

Does this actor use a browser?

No. It uses HTTP requests against the public search index for speed and lower compute cost.

Changelog

  • 0.1 — Initial private build for NürnbergMesse exhibitor/company extraction.

Support

If an event site code stops returning results or you need a specific NürnbergMesse event added to the defaults, open an Apify issue with the target URL and expected output.