Messe Berlin Exhibitor List Scraper avatar

Messe Berlin Exhibitor List Scraper

Pricing

Pay per event

Go to Apify Store
Messe Berlin Exhibitor List Scraper

Messe Berlin Exhibitor List Scraper

Export public IFA Berlin exhibitor leads with company names, countries, show areas, halls, stands, logos, profile URLs, and descriptions. No login required.

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

2 days ago

Last modified

Categories

Share

Export the public IFA Berlin exhibitor list as clean company and booth data. This lightweight IFA exhibitor scraper collects names, countries, show areas, halls, stands, profile links, logos, and descriptions without a login or browser. Use the ready-made input to get five current exhibitors, then scale to a full event lead list.

  • ๐ŸŽช Built for the verified IFA Berlin 2026 exhibitor directory
  • ๐Ÿ“ Preserves every booth location when one company has multiple stands
  • ๐Ÿ”Ž Optionally enriches every exhibitor from its public profile
  • โšก Uses direct HTTP for low cost and fast scheduled refreshes
  • ๐Ÿ“ฆ Exports to JSON, CSV, Excel, XML, RSS, and API integrations

What does Messe Berlin Exhibitor List Scraper do?

Messe Berlin Exhibitor List Scraper turns the public IFA exhibitor directory into structured lead records. It follows listing pagination, deduplicates canonical profile URLs, and can open each profile for complete descriptions and authoritative location data.

Unlike a browser-based crawler, this Actor reads the server-rendered directory directly. That means no login, API key, or expensive browser session is required for the supported IFA surface. V1 intentionally supports IFA Berlin rather than claiming unverified templates from other Messe Berlin events.

Who is it for?

Event sales and partnership teams

  • Build a prospect list before IFA opens.
  • Segment exhibitors by show area, country, hall, or stand.
  • Refresh booth assignments as the event approaches.

Agencies and B2B lead researchers

  • Discover brands attending a major consumer technology fair.
  • Enrich CRM accounts with event participation and booth context.
  • Prioritize outreach by category and geography.

Exhibitors and sponsors

  • Map neighboring companies in the same hall.
  • Compare category presence and event positioning.
  • Prepare partner, media, or competitor meeting lists.

Data and market-intelligence teams

  • Archive exhibitor snapshots for year-over-year comparisons.
  • Feed public event data into a warehouse or dashboard.
  • Monitor additions and booth changes with scheduled runs.

Why use this Messe Berlin exhibitor extractor?

  • โœ… Useful lead records: get company, country, category, booth, profile, logo, and description fields.
  • โœ… Multiple booths preserved: boothLocations, halls, and stands remain arrays.
  • โœ… No duplicate profiles: canonical profile URLs are the record identity.
  • โœ… Resilient enrichment: one unavailable profile does not discard listing-card data.
  • โœ… Small first run: the prefilled input returns only five exhibitors.
  • โœ… Optional proxies: direct access is the default, but Apify Proxy remains available.
  • โœ… Automation ready: schedule runs, send webhooks, or consume datasets over API.
  • โœ… No code required: configure the Actor from the Apify Console form.

What IFA exhibitor data can you extract?

Data groupFieldsExample
EventeventName, eventYear, sourceUrlIFA Berlin, 2026
CompanycompanyName, countryAcer Inc., Taiwan
CategoryshowAreasComputing & Gaming
BoothboothLocations, halls, standsCityCube Hall A, A5
ProfileprofileUrl, descriptionCanonical IFA profile and company summary
MedialogoUrlPublic exhibitor logo/image URL
FreshnessscrapedAtISO 8601 timestamp

Listing-only mode normally fills company, category, booth, country, profile URL, and card image. Profile enrichment adds the full public description and uses the profile's canonical fields. Optional fields are omitted when the source does not publish them; arrays remain arrays for predictable filtering.

How much does it cost to scrape IFA Berlin exhibitors?

This Actor uses pay-per-event pricing. The current price is a $0.005 run-start charge plus a tiered fee for each unique exhibitor saved. All Apify platform compute is included.

Plan tierPrice per exhibitor
Free$0.00010913
Bronze$0.000094896
Silver$0.000074019
Gold$0.000056938
Platinum$0.000037959
Diamond$0.000026571

Computed actor-charge examples (the $0.005 start charge + exhibitors ร— the applicable per-exhibitor rate): Free costs about $0.0159 for 100 exhibitors or $0.1141 for 1,000; Bronze costs about $0.0145 or $0.0999; Silver costs about $0.0124 or $0.0790; Gold costs about $0.0107 or $0.0619. With $5 of free Apify credits, the current Free-tier rate covers roughly 45,700 enriched exhibitors after run-start chargesโ€”many complete IFA directory exports at current size.

Actual totals are capped by your Actor input and optional Apify maximum-charge setting. The pricing table is kept synchronized with the Actor charge-event configuration.

How to scrape the IFA Berlin exhibitor list

  1. Open Messe Berlin Exhibitor List Scraper.
  2. Keep the prefilled https://www.ifa-berlin.com/exhibitors directory URL.
  3. Choose the maximum exhibitors and listing pages.
  4. Leave profile enrichment enabled for descriptions and canonical profile details.
  5. Click Start and wait for the run to finish.
  6. Open the Dataset tab to review companies and booth locations.
  7. Export the dataset to JSON, CSV, Excel, or your integration.

Start with one page and five exhibitors. For a larger export, increase both maxPages and maxItems; the Actor stops as soon as either boundary is reached.

Input parameters

ParameterTypeDefaultPurpose
listingUrlstringIFA exhibitors URLPublic English IFA directory, with optional filters
maxItemsinteger20Maximum unique exhibitor records to save
maxPagesinteger1Maximum directory pages to request
enrichProfilesbooleantrueOpen profiles for descriptions and canonical data
proxyConfigurationobjectdirect connectionOptional Apify or custom proxy settings

The directory URL must use an ifa-berlin.com host and an /exhibitors path. The Actor preserves existing query filters and controls the page parameter itself. Maximum limits protect runs from accidental unbounded crawling.

Small enriched sample

{
"listingUrl": "https://www.ifa-berlin.com/exhibitors",
"maxPages": 1,
"maxItems": 5,
"enrichProfiles": true
}

Faster listing-card export

{
"listingUrl": "https://www.ifa-berlin.com/exhibitors",
"maxPages": 10,
"maxItems": 200,
"enrichProfiles": false
}

Paginated enriched export

{
"listingUrl": "https://www.ifa-berlin.com/exhibitors",
"maxPages": 5,
"maxItems": 100,
"enrichProfiles": true
}

Output example

Each dataset item represents one exhibitor company. Multiple locations are preserved instead of flattening or dropping additional stands.

{
"eventName": "IFA Berlin",
"eventYear": 2026,
"sourceUrl": "https://www.ifa-berlin.com/exhibitors",
"profileUrl": "https://www.ifa-berlin.com/exhibitors/acer",
"companyName": "Acer Inc.",
"showAreas": ["Computing & Gaming"],
"boothLocations": [
{ "hall": "CityCube Hall A", "stand": "A5" }
],
"halls": ["CityCube Hall A"],
"stands": ["A5"],
"country": "Taiwan",
"description": "Founded in 1976, Acer is one of the world's top ICT companies...",
"logoUrl": "https://drive.ifa-berlin.com/drive/...png.webp",
"scrapedAt": "2026-07-15T02:00:00.000Z"
}

Download the full nested item as JSON, or use the flattened halls and stands arrays for spreadsheet filters. The dataset view links profile, source, and logo URL fields directly.

Listing-only versus enriched profiles

Choose enrichProfiles: false when you need a quick directory snapshot and card-level fields are sufficient. This requires only listing-page requests and is useful for frequent monitors.

Choose enrichProfiles: true when descriptions, canonical links, and profile-authoritative values matter. The Actor requests each profile sequentially and retains card data if one enrichment request fails.

Both modes emit the same exhibitor entity shape in one dataset. There is no mixed record type or discriminator to clean up downstream.

Tips for reliable exhibitor lead exports

  • ๐Ÿ”น Start with five items to verify the fields you need.
  • ๐Ÿ”น Increase maxPages when maxItems is larger than one directory page.
  • ๐Ÿ”น Keep enrichment off for high-frequency change monitoring, then enrich final snapshots.
  • ๐Ÿ”น Schedule snapshots under distinct dataset names when comparing dates externally.
  • ๐Ÿ”น Use profile URL as your CRM deduplication key.
  • ๐Ÿ”น Join halls and stands by index only for display; use boothLocations for exact pairs.
  • ๐Ÿ”น If the source changes templates, inspect run logs and debug KV records.
  • ๐Ÿ”น Avoid residential proxy groups unless your own network requires them.

Integrations and automation workflows

IFA exhibitors โ†’ Google Sheets

Schedule a weekly run, connect the default dataset to Google Sheets, and let a sales team tag owners and outreach status.

IFA exhibitors โ†’ HubSpot or Salesforce

Use profile URL as an external ID, company name as the account name, and booth data as event-campaign context.

IFA exhibitors โ†’ Slack or Discord

Compare a new snapshot with your previous export and notify a channel when new exhibitors appear.

IFA exhibitors โ†’ Make or Zapier

Trigger a run before campaign planning, iterate dataset items, and create enrichment or research tasks only for selected show areas.

IFA exhibitors โ†’ data warehouse

Pull JSON through the dataset API into BigQuery, Snowflake, or PostgreSQL for year-over-year participation analysis.

Webhooks

Attach a run-success webhook to launch downstream deduplication immediately after the dataset is ready.

API usage with Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/messe-berlin-exhibitor-list-scraper').call({
listingUrl: 'https://www.ifa-berlin.com/exhibitors',
maxPages: 2,
maxItems: 40,
enrichProfiles: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

The returned run object includes dataset and key-value-store IDs. Use them to retrieve results, logs, and debug response snapshots.

Use the Apify API with Python

import os
from apify_client import ApifyClient
client = ApifyClient(os.environ['APIFY_TOKEN'])
run = client.actor('automation-lab/messe-berlin-exhibitor-list-scraper').call(run_input={
'listingUrl': 'https://www.ifa-berlin.com/exhibitors',
'maxPages': 2,
'maxItems': 40,
'enrichProfiles': True,
})
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item['companyName'], item.get('stands', []))

Python users can stream items rather than loading the complete dataset into memory.

Use the Apify API with cURL

curl -X POST \
"https://api.apify.com/v2/acts/automation-lab~messe-berlin-exhibitor-list-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"listingUrl": "https://www.ifa-berlin.com/exhibitors",
"maxPages": 1,
"maxItems": 10,
"enrichProfiles": true
}'

Poll the returned run ID or use waitForFinish on the API endpoint, then fetch items from the run's default dataset. Never expose your Apify token in client-side code or a public repository.

Use with AI agents via MCP

Messe Berlin Exhibitor List Scraper can be called by AI assistants through Apify's Model Context Protocol integration. The tool-specific URL keeps agent discovery focused on this Actor.

Claude Code

$claude mcp add --transport http apify "https://mcp.apify.com?tools=automation-lab/messe-berlin-exhibitor-list-scraper"

Claude Desktop, Cursor, or VS Code

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

Authentication uses your Apify account when the client connects.

Example prompts for MCP:

  • โ€œUse automation-lab/messe-berlin-exhibitor-list-scraper to export 50 current IFA exhibitors with profile descriptions.โ€
  • โ€œFind current IFA Computing & Gaming exhibitors and group their booths by hall.โ€
  • โ€œCreate a fresh IFA exhibitor snapshot and tell me which companies have multiple stands.โ€

Data quality and limitations

The Actor supports the verified public English IFA Berlin exhibitor directory template. It does not claim that unrelated Messe Berlin event websites use the same markup.

Records reflect what IFA publishes at run time. Some exhibitors may omit a description, logo, country, hall, or stand. Booth assignments can change as organizers update the event directory.

The source currently serves complete HTML without login. If IFA introduces a challenge or new template, optional proxy configuration may help with routing, but selectors could require an Actor update. The Actor logs a clear error when the first listing page contains no recognized cards.

Legality and responsible IFA exhibitor scraping

Public exhibitor information can generally be collected for legitimate research, event planning, and business intelligence. Your use must still comply with applicable law, the source website's terms, privacy requirements, and outreach rules.

Do not use the dataset for spam, harassment, unlawful profiling, or attempts to access private information. Collect only what you need, secure exported data, honor deletion or objection rights where applicable, and consult legal counsel for regulated workflows. This Actor accesses public pages and does not bypass login controls.

Troubleshooting

Why did the run return fewer exhibitors than maxItems?

maxPages is also a hard boundary. Increase it if the requested item count exceeds the number of cards available on the pages crawled. Source filters can also naturally reduce the available records.

Why is a description missing?

Descriptions require enrichProfiles: true, and some companies may not publish one. If one profile request fails, the Actor intentionally retains the useful listing record.

Why does the first page fail with โ€œNo exhibitor cards foundโ€?

Confirm that listingUrl is an English IFA exhibitor directory URL and not an article or unrelated event page. If the URL is correct, IFA may have changed its directory template; share the run with support so selectors can be updated.

Should I enable a proxy?

Usually no. Direct anonymous HTTP is the verified route and avoids proxy bandwidth cost. Use Apify Proxy only when your network or geography produces repeatable access errors.

FAQ

How fast is the IFA exhibitor scraper?

Listing-only runs usually finish quickly because each page contains many cards. Enriched runs take longer because they open one public profile per saved exhibitor. The prefilled five-item run is designed to finish well under two minutes.

How much will my run cost?

At current pricing, Free-tier users pay $0.005 once plus $0.00010913 per saved exhibitor. A 100-item run is approximately $0.016 before rounding.

Does IFA provide an official exhibitor API?

This Actor does not require one. It structures the same public directory and profile information visible to event visitors.

Can I scrape every Messe Berlin event?

Not with V1. It supports the independently tested IFA directory; other event templates need separate verification before they can be promised reliably.

Can I run it every week?

Yes. Use Apify schedules and store the run timestamp with each snapshot so you can compare additions and booth changes over time.

Build a broader trade-show prospecting workflow with other Automation Lab tools:

Use source-specific actors when a fair runs on a different event platform. Do not combine unrelated source URLs in this Actor; that keeps extraction behavior and output quality predictable.

Support

If a valid IFA exhibitor URL stops producing expected records, open an Actor issue and share the run ID. A shared run lets support inspect input, logs, and source-template errors without exposing your Apify token.

For best diagnosis, mention whether profile enrichment and proxies were enabled, the expected company or page, and when the source was last verified in a browser.