ParseForge Scrapers

Eventseye Trade Shows Scraper

parseforge/eventseye-trade-shows-scraper

Lead generationBusinessOther

Scrape trade show listings from Eventseye by industry category, region, country, or month. Returns each show with dates, venue, organizer, and optional detail-page fields like exhibitor count and exhibition space.

Run this scraper See the API call
Total users
11
Monthly active
0
Total runs
338
Bookmarked
1
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Eventseye Trade Shows Scraper

Scrape trade show listings from Eventseye by industry, country, or month, up to a million per run. Each show comes with its dates, venue, organizer, and contact details. Optionally fetch full profile pages for exhibitor counts, exhibition space, and past editions. Export to CSV, JSON, Excel, or XML.

Eventseye lists thousands of trade shows and exhibitions across 140+ countries, but browsing them manually means clicking through paginated lists and detail pages one by one. This Actor reads the public directory directly, filters by industry category, region, country, or month, and returns every matching show in a structured dataset. No API key, no registration, no rate-limit headaches.

Who uses it What they scrape Eventseye for
Sales and business development teams Build a prospecting list of trade shows where target clients exhibit.
Event marketers Find upcoming industry events to plan sponsorship or speaking opportunities.
Market researchers Track which industries are running the most events in a given region this quarter.
Exhibition organizers Monitor competitor events by category and country to avoid date clashes.

What it does

This Actor collects trade show listings from Eventseye by industry category, region, country, or month, and returns each show as a flat row with dates, venue, organizer, and optional detail-page fields.

  • ๐Ÿญ Industry category filter: Choose from 32 industries, from Aerospace & Defense to Veterinary Medicine.
  • ๐ŸŒ Region and country targeting: Narrow results to a continent or a specific country, with 80+ countries available.
  • ๐Ÿ“… Month and year offset: Limit results to shows happening in a specific month, with a year offset for forward planning.
  • ๐Ÿ“‹ Detail-page enrichment: Optionally fetch each show's full profile for venue address, organizer contacts, exhibitor count, exhibition space, and previous editions.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Eventseye data

๐Ÿ“Š Build a trade show prospecting list.

A sales team scrapes all Healthcare & Pharmaceuticals shows in Germany for the next 12 months, enriches each with organizer contact details, and loads the list into their CRM for outreach.

๐Ÿ“… Plan an exhibition calendar.

An event marketer pulls every Industrial Fairs show in Asia-Pacific for the coming year, filters by month, and identifies the best slots for their company's booth.

๐Ÿ” Research competitor events.

An exhibition organizer scrapes all Building & Construction shows in Europe, fetches detail pages for exhibitor counts and exhibition space, and benchmarks their own events against the market.

๐ŸŒ Monitor regional event activity.

A market researcher runs the Actor monthly for the Africa & Middle East region across all categories, tracking which industries are growing their event presence quarter over quarter.

Why choose this scraper

What you get
No API key needed Reads the public Eventseye directory with no registration or authentication.
Structured output Every show lands in your dataset with the same schema, ready for analysis or CRM import.
Detail-page enrichment Flip a switch to pull 20+ extra fields from each show's profile page.
Flexible filtering Combine industry, region, country, and month to target exactly the shows you care about.

How it compares

Three scrapers target Eventseye trade show data on Apify. Here is how they compare on the capabilities a buyer evaluates.

Feature ParseForge Events Eye Scraper Eventseye Trade Shows Scraper
Industry category filter (32 categories) Yes Not listed Not listed
Country filter (80+ countries) Yes Not listed Not listed
Month and year offset filter Yes Not listed Not listed
Detail-page enrichment (exhibitor count, space, past editions) Yes Not listed Not listed
Up to 1,000,000 shows per run Yes Not listed Not listed

Configure the run

Drive the Actor from an industry category, region, country, or month, alone or together, and filters run as each show is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10,
 "category": "industrial-fairs"
}

A larger pull:

{
 "maxItems": 200,
 "category": "industrial-fairs"
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Eventseye Trade Shows Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Eventseye through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/eventseye-trade-shows-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your filters are not too restrictive. A specific country plus a narrow industry category may return zero shows. Try broadening the category or removing the country filter to see if results appear.

Why is the run so slow?

Detail-page fetching visits each show's profile individually, which adds time. Disable the fetchDetails option if you only need the summary fields from the directory listing.

Why are some fields empty in my output?

Not every Eventseye listing has all fields populated. Venue, organizer, and contact details are only present when the source page includes them. Enabling fetchDetails fills more fields but still depends on what the profile page contains.

Why did my run stop before reaching maxItems?

The Actor stops when it exhausts the available listings for your filter combination. If the category and country you selected only have 200 shows, the run ends at 200 regardless of your maxItems setting.

Why is my country filter being ignored?

The country filter only works when you are browsing a category directly. If you set both Region and Country, the country takes priority and the region is ignored. This is by design.

FAQ

Question Answer
Do I need an Eventseye account or API key? No. This Actor reads the public Eventseye directory pages directly. No login, no API key, and no registration are required.
What data does each trade show row include? Every row includes the show name, dates, city, country, venue, organizer, website, and contact details. When detail-page fetching is enabled, you also get exhibitor count, exhibition space, industries, and previous editions.
How do I filter by a specific country? Set the Country input to your target country. The country filter takes priority over Region, so if you set both, only the country filter applies.
Can I scrape shows for a specific month next year? Yes. Set the Month input to your target month and the Year Offset to 1 for next year or 2 for the year after. The offset only applies when Month is set.
How many trade shows can I scrape in one run? You control the maximum with the maxItems input. Set it anywhere from 1 to 1,000,000 shows per run.
Does the detail-page fetch slow things down? Yes, it visits each show's profile page individually, so it is slower than the list-only mode. Disable it when you only need the summary fields from the directory listing.
What export formats are supported? Your dataset can be exported to CSV, JSON, Excel, or XML from the Apify platform.
Can I schedule this Actor to run weekly? Yes. Use Apify's scheduler to run the Actor on a recurring basis, so your trade show dataset stays current without manual intervention.
What happens if I leave all filters empty? The Actor browses the entire category you selected, or the default Industrial Fairs category, returning every show it finds up to your maxItems limit.
Does the Actor handle pagination automatically? Yes. It follows the paginated directory listing automatically until it reaches your maxItems limit or runs out of pages.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Eventseye. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many trade shows to collect per run. 10
category string (32 options) Trade show industry category. industrial-fairs
region string (5 options) Limit results to a single continent. Ignored when Country is also set. not set
country string (79 options) Limit results to a single country. Takes priority over Region. not set
month string (13 options) Limit results to trade shows happening in a single month. Ignored when Country or Region is set. not set
yearOffset integer Which calendar year the Month filter refers to. 0 = current year, 1 = next year, 2 = year after. Only applies when Month is set. 0
fetchDetails boolean Fetch each show's profile page for venue, organizer, exhibitor count, exhibition space, industries, and previous editions. Slower but returns 20+ extra fields per show. true

Pricing

from $8.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.008 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~eventseye-trade-shows-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Eventseye Trade Shows Scraper on Apify All scrapers