event-attendee-export

Scrape event attendee, exhibitor, or sponsor lists into CSV and JSON files in S3.

Updated May 15, 2026
One-click install
npx skills add https://github.com/Pear-Commerce/pear-ai-skills --skill event-attendee-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: event-attendee-export
Source: https://github.com/Pear-Commerce/pear-ai-skills/tree/main/skills/event-attendee-export
Command: npx skills add https://github.com/Pear-Commerce/pear-ai-skills --skill event-attendee-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually collecting attendee, exhibitor, or sponsor data from event websites or raw API curls is slow, error-prone, and often results in incomplete, unstandardized data that’s hard to share or process further.

Core Features & Use Cases

  • Endpoint Discovery: Automatically finds attendee list endpoints from either provided API curls or event website URLs, eliminating manual network inspection.
  • Pagination & Proxy Handling: Detects pagination mechanisms, routes requests through Pear’s static proxy ladder, and validates scrape logic before production execution.
  • Enrichment & Export: Optionally enriches list data with profile detail fields (email, LinkedIn, phone, etc.) and exports standardized CSV (plus optional JSON) files directly to S3 with full metadata reporting. Use case example: If you have a curl for a conference’s attendee API or a link to an event website, this skill will scrape the full list, pull in high-value contact details where available, and upload the final file to your S3 bucket with a shareable link if needed.

Quick Start

Use the event-attendee-export skill to scrape all attendees from the provided event site curl and export the full contact list as a CSV to S3.

Frequently Asked Questions about event-attendee-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export event attendee lists from a website to CSV?

To export event attendee lists to CSV, the skill scrapes event websites or API curls, detects pagination, enriches high-value contact fields, and uploads standardized files directly to S3. This eliminates manual network inspection and formatting errors.

Can I scrape exhibitor and sponsor data from raw API curls?

Yes, you can scrape exhibitor and sponsor data from raw API curls. The skill automatically discovers attendee list endpoints from provided curls or event URLs, validates scrape logic, and aggregates sponsor data into standardized outputs.

How does pagination handling work when scraping conference attendee data?

Pagination handling works by automatically detecting pagination mechanisms on event websites or APIs, routing requests through a static proxy ladder, and validating scrape logic before executing the full production export to ensure complete data collection.

What is the best way to enrich event contacts with emails and phone numbers?

The best way to enrich event contacts is by applying optional profile detail enrichment during the scraping process. This pulls high-value contact fields like email, LinkedIn, and phone numbers directly from the event app or API data.

Do I need an S3 bucket to store scraped event contact lists?

Yes, you need an S3 bucket to store scraped event contact lists. The skill exports standardized CSV and optional JSON files directly to your S3 bucket with full metadata reporting and provides a shareable link if needed.

Can I use static proxy routing for scraping event websites?

Yes, you can use static proxy routing for scraping event websites. The skill routes requests through Pear’s static proxy ladder and validates pagination detection and scrape logic before running production-safe execution.