Eventseye Trade Shows Scraper avatar

Eventseye Trade Shows Scraper

Pricing

from $8.00 / 1,000 results

Go to Apify Store
Eventseye Trade Shows Scraper

Eventseye Trade Shows Scraper

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.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

0

Monthly active users

11 days ago

Last modified

Share

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 itWhat they scrape Eventseye for
Sales and business development teamsBuild a prospecting list of trade shows where target clients exhibit.
Event marketersFind upcoming industry events to plan sponsorship or speaking opportunities.
Market researchersTrack which industries are running the most events in a given region this quarter.
Exhibition organizersMonitor 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 neededReads the public Eventseye directory with no registration or authentication.
Structured outputEvery show lands in your dataset with the same schema, ready for analysis or CRM import.
Detail-page enrichmentFlip a switch to pull 20+ extra fields from each show's profile page.
Flexible filteringCombine 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.

FeatureParseForgeEvents Eye ScraperEventseye Trade Shows Scraper
Industry category filter (32 categories)YesNot listedNot listed
Country filter (80+ countries)YesNot listedNot listed
Month and year offset filterYesNot listedNot listed
Detail-page enrichment (exhibitor count, space, past editions)YesNot listedNot listed
Up to 1,000,000 shows per runYesNot listedNot 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 collectedApproximate 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

QuestionAnswer
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.

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.