A2Z Events Exhibitor List Scraper avatar

A2Z Events Exhibitor List Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
A2Z Events Exhibitor List Scraper

A2Z Events Exhibitor List Scraper

[πŸ’° $4 / 1K] Extract complete exhibitor lists from a2z Events / Personify trade show directories. Get company name, booth, address, phone, website, socials, brands, and product categories β€” ideal for B2B lead generation and event research. Just paste a directory URL.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Pull the complete exhibitor list from any trade show, expo, or conference built on the a2z Events / Personify platform β€” company names, booth numbers, websites, phone numbers, addresses, social profiles, and product categories for every company in the directory. One run captures the entire directory (a 1,000-plus-exhibitor show comes back in a single pass), not page by page. Built for B2B sales teams, event marketers, and trade-show exhibitors who need every company's booth and contact details without copying a directory of a thousand companies by hand.

Why This Scraper?

  • The entire directory in one run β€” a 1,200+ exhibitor show like FABTECH comes back complete in a single pass, fully deduplicated, not 25 companies per page.
  • 12+ fields per exhibitor β€” company name, booth/stand number, website, phone, full address, country, description, brands, keywords, and product categories on every row.
  • Four social profiles per company β€” LinkedIn, Facebook, Instagram, and Twitter/X links pulled from each exhibitor's profile into a clean, named structure.
  • Batch unlimited shows in one run β€” paste five, ten, or fifty exhibitor-directory URLs and collect them all together, each row tagged with the show it came from.
  • Product-category tagging with a one-row-per-category mode β€” flatten each exhibitor into one row per category for clean pivots and CRM imports, or keep categories combined on a single row.
  • List-only fast mode β€” turn off profile enrichment to grab just company names and booth numbers in a fraction of the time when that's all you need.
  • Flat $4 per 1,000 regardless of show size β€” small 200-exhibitor shows cost the same per result as a 5,000-exhibitor mega-expo; no small-show penalty.
  • Global result cap across every URL β€” set one limit and the scraper stops cleanly across the whole batch, so spend stays predictable on large multi-show runs.
  • Works with both event websites and floor-plan directories β€” the a2z exhibitor list and the smallworldlabs profile pages are both supported out of the box.

Use Cases

B2B Lead Generation

  • Build a contact list of every exhibitor at a target show with website and phone
  • Capture social profiles (LinkedIn, Facebook, Instagram, Twitter) for outreach
  • Pull a fresh exhibitor list weeks before a show to plan pre-event outreach
  • Feed verified company data straight into your CRM as named-category rows

Event & Trade-Show Prospecting

  • Map every booth and stand number for on-site visit planning
  • Identify which companies exhibit across multiple shows in your industry
  • Track new exhibitors that joined a show versus the prior year
  • Prioritize companies by product category before the floor opens

Competitive Research

  • See which competitors are exhibiting and where their booths sit
  • Compare exhibitor rosters across rival shows in the same sector
  • Monitor the brands and keywords each competitor lists on their profile
  • Benchmark category coverage across multiple events

Market Mapping

  • Group an entire show's exhibitors by product category
  • Quantify how many companies serve each category in a market
  • Build an industry directory from several shows in one dataset
  • Spot category gaps and emerging segments across events

Sponsorship & Partnership Outreach

  • Shortlist exhibitors by category for partnership conversations
  • Reach decision-makers via the company website and social links
  • Identify sponsors and large-booth exhibitors worth approaching
  • Cross-reference exhibitors against your existing pipeline

Getting Started

Scrape One Show (Simplest)

Paste a single exhibitor-directory URL and get the full list with details:

{
"startUrls": [
"https://s36.a2zinc.net/clients/SME/FABTECH2026/Public/Exhibitors.aspx"
]
}

Multiple Shows, One Row per Category, Capped

Batch several shows, fan each exhibitor out into one row per product category, and cap the total:

{
"startUrls": [
"https://s36.a2zinc.net/clients/SME/FABTECH2026/Public/Exhibitors.aspx",
"https://hd.a2zinc.net/HDExpo2026/Public/Exhibitors.aspx"
],
"outputFormat": "multi_row",
"maxResults": 2000
}

Fast List-Only Mode

Skip profile pages for a quick run that returns just the company names and booth numbers from the directory:

{
"startUrls": [
"https://s36.a2zinc.net/clients/SME/FABTECH2026/Public/Exhibitors.aspx"
],
"includeProfileDetails": false,
"maxResults": 50
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
startUrlsstring[]FABTECH 2026 exampleOne or more exhibitor list page URLs from a2z Events trade show sites (the page showing the list of exhibitors, e.g. ending in .../Public/Exhibitors.aspx β€” not the event homepage). The scraper visits each URL and collects every exhibitor in that directory.

Options

ParameterTypeDefaultDescription
outputFormatselectOne row per exhibitor (categories combined)How product categories are written. "One row per exhibitor (categories combined)" keeps each company on a single row with all its categories in a list. "One row per category (company repeated per category)" repeats the company once for each product category it belongs to.
includeProfileDetailsbooleantrueOpen each exhibitor's profile page to collect richer data such as full address, phone, website, social links, brands, and keywords. Turn off for a faster run that returns only the basic info shown on the directory list.
maxResultsinteger0 (unlimited)Maximum number of exhibitors to collect across all URLs. Set to 0 for no limit (collect the entire directory). Start with 20–50 to test, then increase.

Output

Each result is one exhibitor company. Here is a representative row with full details enabled:

{
"companyName": "Acme Robotics Inc.",
"boothNumber": "C12045",
"description": "Industrial automation and robotic welding systems for high-volume manufacturing.",
"address": "1200 Industrial Pkwy, Cleveland, OH 44114, USA",
"country": "USA",
"phone": "+1 216-555-0142",
"website": "https://www.acmerobotics.com",
"socials": {
"linkedin": "https://www.linkedin.com/company/acme-robotics",
"facebook": "https://www.facebook.com/acmerobotics",
"instagram": "https://www.instagram.com/acmerobotics",
"twitter": "https://twitter.com/acmerobotics"
},
"brands": ["AcmeWeld", "AcmeArm"],
"keywords": ["robotic welding", "automation", "material handling"],
"productCategories": ["Welding & Cutting", "Robotics & Automation"],
"profileUrl": "https://fabtech2026.smallworldlabs.com/co/acme-robotics-inc",
"sourceUrl": "https://s36.a2zinc.net/clients/SME/FABTECH2026/Public/Exhibitors.aspx"
}

Company

FieldTypeDescription
companyNamestringExhibitor / company name
boothNumberstringBooth or stand label on the show floor
descriptionstringCompany description / about text from the profile page, when available (may be empty β€” some shows don't publish an about section)
brandsstring[]Brands the exhibitor lists on its profile
keywordsstring[]Keywords and tags the exhibitor lists
profileUrlstringDirect link to the exhibitor's profile page
sourceUrlstringThe exhibitor list URL this record was collected from

Location

FieldTypeDescription
addressstringFull company address
countrystringCompany country

Contact

FieldTypeDescription
phonestringCompany phone number
websitestringCompany website URL
socialsobjectNamed social profile URLs: linkedin, facebook, instagram, twitter (each null when the platform isn't listed)

Categories

FieldTypeDescription
productCategoriesstring[]All product categories the exhibitor belongs to (present in one-row-per-exhibitor mode)
productCategorystringThe single product category for this row (present only in one-row-per-category mode)

In one-row-per-category mode, each exhibitor is repeated once per product category, with productCategory holding that single category instead of the combined productCategories list.

Tips for Best Results

  • Use the exhibitor directory URL, not the homepage β€” copy the URL of the page that actually lists the exhibitors (typically ending in .../Public/Exhibitors.aspx). The event landing page won't return any companies.
  • Test small first β€” set maxResults to 20–50 on your first run to confirm the data looks right, then set it to 0 to pull the whole directory.
  • Turn off detail enrichment for speed β€” when you only need company names and booth numbers, switch off "Include Full Exhibitor Details" and the run finishes far faster.
  • Use one-row-per-category to pivot in your CRM β€” choose "One row per category" when you want to slice or group exhibitors by product category in a spreadsheet or CRM; it repeats each company once per category.
  • Batch a whole season at once β€” drop every show's directory URL into a single run; each row is tagged with its sourceUrl so you always know which event a company came from.
  • maxResults counts companies, not rows β€” the limit caps the number of exhibitors collected. In one-row-per-category mode a single exhibitor can produce several rows, so the dataset may hold more rows than your limit.

Pricing

From $4 per 1,000 results β€” flat regardless of show size, with no penalty for smaller shows. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.48$0.45$0.43$0.40
1,000$4.80$4.50$4.25$4.00
10,000$48.00$45.00$42.50$40.00
100,000$480.00$450.00$425.00$400.00

No compute or time-based charges β€” you pay per result, plus a small fixed per-run start fee. In the default one-row-per-exhibitor mode, one exhibitor equals one result. In one-row-per-category mode each exhibitor is split into one result per product category, so the same companies bill more rows β€” choose the mode that fits your budget.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n β€” Workflow automation
  • Google Sheets β€” Direct spreadsheet export
  • Slack / Email β€” Notifications on new results
  • Webhooks β€” Trigger custom APIs on run completion
  • Apify API β€” Full programmatic access

This actor is designed for legitimate B2B research, event planning, and lead generation using publicly available exhibitor directory information. Users are responsible for complying with applicable laws and each show website's Terms of Service. Do not use extracted data for spam, harassment, or any illegal purpose, and handle any business contact data in line with applicable data-protection regulations.