AllEvents.in Scraper avatar

AllEvents.in Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AllEvents.in Scraper

AllEvents.in Scraper

Scrape upcoming events from AllEvents.in by city or category. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

No API key. No account. Scrape upcoming events from AllEvents.in by city or category — structured data pulled directly from ld+json, no browser needed.

Why this scraper?

  • No AllEvents.in account or API key required
  • City-wide event listings — fetch hundreds of events across all categories
  • Category filtering — concerts, parties, music, sports, things-to-do, and more
  • Configurable page limit — control how many results you fetch (default: 3 pages ≈ 135 events)
  • Clean normalized output — consistent field names, decoded HTML entities, extracted event IDs

What you can fetch

  • City browse — all upcoming events for any city, paginated (45 events/page)
  • Category browse — events for a specific city + category (~15 events)

Usage

City browse example

{ "queryType": "city", "city": "new-york" }

Returns the first 3 pages of upcoming events (≈135 events) for New York. Increase maxPages for more.

Category browse example

{ "queryType": "category", "city": "new-york", "category": "concerts" }

Returns ~15 upcoming concerts in New York.

More pages example

{ "queryType": "city", "city": "chicago", "maxPages": 10 }

Returns ≈450 events. Note: NYC has ~163 pages (~7,300 events) — set maxPages accordingly.

Input fields

FieldRequiredDefaultDescription
queryTypeNocitycity or category
cityYesnew-yorkCity slug as used in AllEvents.in URLs (e.g. los-angeles, chicago)
categoryFor category modeCategory slug (e.g. concerts, parties, music, sports, things-to-do)
maxPagesNo3Max pages to fetch for city browse (45 events/page). Ignored in category mode.
downloadDelayNo500Milliseconds between page requests

Output fields

FieldDescription
eventIdAllEvents.in numeric event ID
nameEvent name
urlAllEvents.in event URL
imageEvent image URL
startDateStart date (YYYY-MM-DD)
endDateEnd date (YYYY-MM-DD)
eventStatusEventScheduled, EventCancelled, etc.
eventAttendanceModeOfflineEventAttendanceMode, OnlineEventAttendanceMode, etc.
venueVenue name
address{ street, city, state, country }
geo{ lat, lng } or null
price{ low, high, currency, availability } or null for free/unknown
organizerOrganizer name
cityCity slug that was queried
categoryCategory slug queried (null for city browse)
queryTypecity or category

Use cases

  • Event discovery apps — build location-based event feeds without an API key
  • Calendar integrations — sync upcoming events to Google Calendar or Notion
  • Event aggregators — combine with other scrapers for a cross-platform event feed
  • Market research — analyze event density, venue popularity, and category trends by city
  • Price monitoring — track ticket availability and price ranges across events

This scraper is not affiliated with AllEvents.in. Please use responsibly and in accordance with AllEvents.in's terms of service.