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.