EventsEye Trade Shows Scraper avatar

EventsEye Trade Shows Scraper

Pricing

Pay per event

Go to Apify Store
EventsEye Trade Shows Scraper

EventsEye Trade Shows Scraper

Scrape international trade shows and exhibitions from EventsEye.com. Extracts show names, dates, venues, organizers, industries, descriptions, audience types, and contact details for B2B event marketing and lead generation.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape international trade shows and exhibitions from EventsEye.com — a comprehensive directory of 12,000+ B2B events worldwide.

What it does

This actor performs a hierarchical crawl of EventsEye.com to extract structured data for every trade show in the directory:

  1. Category index — discovers all 32 industry category pages
  2. Category listings — paginates each category, collecting links to individual show pages
  3. Show detail pages — extracts full structured data for each event

You can also supply specific EventsEye URLs directly via startUrls to skip the full crawl and target only the shows you care about.

Output fields

FieldDescription
showIdNumeric EventsEye show ID (from URL)
nameOfficial trade show name
urlEventsEye detail page URL
descriptionShow description text
industriesIndustry/trade categories (array)
audienceTarget audience type (e.g., Trade Only, Trade & General Public)
cycleRecurrence cycle (e.g., once a year, every 2 years)
nextDateNext scheduled date string
cityHost city
countryHost country
venueNameExhibition center / venue name
venueAddressVenue street address
organizerNamePrimary organizer company
officialWebsiteOfficial event website URL
scrapedAtISO-8601 scrape timestamp

Use cases

  • B2B event marketing — build prospect lists of trade show organizers and exhibitors
  • Lead generation — find industry events in specific verticals to target
  • Event intelligence — track upcoming shows by location, industry, and date
  • Market research — analyze trade show frequency, venues, and organizer networks globally

Input

ParameterTypeDescription
maxItemsIntegerMaximum shows to return (0 = unlimited)
startUrlsArrayOptional: specific EventsEye URLs to scrape. Accepts show detail pages (f-...), category pages (t1_trade-shows_...), or the full category index. Omit to scrape the entire directory.

Example inputs

Scrape up to 100 shows across all categories:

{
"maxItems": 100
}

Scrape specific shows directly:

{
"startUrls": [
"https://www.eventseye.com/fairs/f-canton-fair-41-1.html",
"https://www.eventseye.com/fairs/f-ces-109-1.html"
],
"maxItems": 50
}

Scrape all healthcare and pharmaceutical shows:

{
"startUrls": [
"https://www.eventseye.com/fairs/t1_trade-shows_healthcare-pharmaceuticals.html"
],
"maxItems": 200
}

Performance

  • Runs on a single-threaded Cheerio crawler (no JavaScript rendering required)
  • Concurrency: 5 parallel requests
  • Memory: 256 MB
  • Full directory crawl (12,000+ shows): set maxItems: 0 and allow up to 2 hours
  • Targeted category or direct-URL runs complete significantly faster

Notes

  • EventsEye serves fully server-rendered HTML — no proxy or anti-bot bypass required
  • Deduplication is handled automatically via URL-based request queuing
  • Date strings are returned as-is from EventsEye (format varies: "March 2025", "15-18 March 2025", etc.)
  • Some shows may lack certain fields (venue, website, organizer) — these return as null