Event Data Extractor (date, venue, tickets, performers) avatar

Event Data Extractor (date, venue, tickets, performers)

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Event Data Extractor (date, venue, tickets, performers)

Event Data Extractor (date, venue, tickets, performers)

Under maintenance

Extract 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

Tommy G

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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_online
  • location_name, location_address, latitude, longitude
  • organizer, performer[], performer_count
  • price, price_min, price_max, currency, availability, offers_count
  • url, 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.