Event Flyer Parser avatar

Event Flyer Parser

Pricing

from $10.00 / 1,000 parsed event flyers

Go to Apify Store
Event Flyer Parser

Event Flyer Parser

LLM-powered parser that turns event flyer/poster images into structured event data (title, date, venue, tickets, and more).

Pricing

from $10.00 / 1,000 parsed event flyers

Rating

0.0

(0)

Developer

Robin p

Robin p

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Share

Turn event flyer and poster images into structured JSON with an LLM — title, date, time, venue, tickets, organizers, and more.

What it extracts

FieldMeaning
title / subtitleEvent name and supporting headline
eventTypeconcert, meetup, conference, party, workshop, sports, festival, networking, exhibition, other
startDateText / startTimeTextDate and time as printed
venueName / venueAddress / cityLocation details
isOnline / onlineUrlVirtual event flags
organizers / performers / speakersPeople and brands on the flyer
isFree / ticketPriceMin / ticketPriceMax / currencyPricing
ticketUrl / rsvpUrl / websiteLinks
confidence / reasonExtraction quality

Non-flyer images can be filtered out (onlyEventFlyers, default on) so you are not billed for them.

Pricing

  • $0.01 per successfully parsed event flyer ($10.00 / 1,000 results)
  • Failed images and non-flyers go to the errors dataset and are not billed

How to use

  1. Paste flyer image URLs (or base64 in images)
  2. Keep onlyEventFlyers enabled unless you want every image returned
  3. Start the Actor
  4. Read structured events from the Dataset

Example input

{
"imageUrls": [
"https://example.com/summer-festival-flyer.jpg"
],
"onlyEventFlyers": true,
"maxConcurrency": 5
}

Example dataset item

{
"imageId": "url-1",
"imageUrl": "https://example.com/summer-festival-flyer.jpg",
"isEventFlyer": true,
"title": "Summer Beats Live",
"eventType": "concert",
"startDateText": "Aug 20, 2026",
"startTimeText": "7:00 PM",
"venueName": "City Park Amphitheater",
"city": "Austin",
"isFree": false,
"ticketPriceMin": 25,
"ticketPriceMax": 75,
"currency": "USD",
"ticketUrl": "https://tickets.example.com/summer-beats",
"performers": ["The Waves", "Neon Echo"],
"confidence": 0.93,
"error": null
}

Notes

  • Image URLs must be publicly reachable.
  • Dates/times are kept as printed when exact timezone conversion is unclear.
  • LLM inference is covered by Actor configuration; Apify compute is billed by Apify.