Event Data Extractor (date, venue, tickets, performers)
Under maintenancePricing
Pay per usage
Event Data Extractor (date, venue, tickets, performers)
Under maintenanceExtract clean, normalized event data — name, start/end date, venue & address, geo, online/offline mode, performers, ticket price & availability — from public event pages via JSON-LD (schema.org/Event), microdata, and OpenGraph. HTML-only, fast, structured output.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Tommy G
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
newtype-extractor
Apify actor that extracts clean, normalized event data from public event pages.
Pulls schema.org/Event (and subtypes: MusicEvent, TheaterEvent, Festival, etc.) from
JSON-LD, microdata, and OpenGraph, and emits one normalized record per page:
name,description,start_date,end_date(ISO)event_status,event_attendance_mode,is_onlinelocation_name,location_address,latitude,longitudeorganizer,performer[],performer_countprice,price_min,price_max,currency,availability,offers_counturl,image- control fields:
found,complete,page_type,source,fields_found,render_required
HTML-only, deterministic, no network beyond fetching the page. SSRF/robots/caps/validation are enforced by the shared hardened runner.
Input
startUrls(required): list of event-page URLs.maxConcurrency(1-20, default 5)maxPages(1-200, default 100)
Output
One row per URL with identical keys for ok and error rows (clean buyer tables). found is true
only when a real structured Event node carries a name plus a distinguishing field
(start date / location / performer / price). Listings and bare OpenGraph pages stay found:false.