District Event Scraper: Venue, Dates & Ticket Pricing avatar

District Event Scraper: Venue, Dates & Ticket Pricing

Pricing

from $13.20 / 1,000 events

Go to Apify Store
District Event Scraper: Venue, Dates & Ticket Pricing

District Event Scraper: Venue, Dates & Ticket Pricing

Scrape every event on District.in straight from its own public sitemap: exact dates, venue, and full ticket-tier pricing. No browser or residential proxy needed.

Pricing

from $13.20 / 1,000 events

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐ŸŽŸ๏ธ District Event Scraper: Venue, Dates & Ticket Pricing

Every District.in event, with real ticket prices, no proxy tax
Pull venue, dates and full ticket-tier pricing straight from District's own event index. No browser, no residential proxy, no per-city runs.
๐ŸŽซ Real ticket pricing
Exact price range and every individual ticket tier, not one blurry "starting from" string.
๐Ÿ“ Exact venue and dates
Venue name, city, and precise start and end times, not a vague date range.
๐ŸŒ Every city, one run
No location picker to drive. Filter by city after the fact, or pull everything at once.
๐Ÿ’ธ No proxy markup
Runs on standard proxy. No paid-plan residential requirement passed on to you.

Extract every event on District.in, Zomato's India ticketing platform, straight from District's own event index. Export to JSON, CSV or Excel, or connect straight into Google Sheets and your own pipeline via the API. Run it on demand or on a schedule. No coding required.

โœจ Why use this Actor

Built for anyone who needs India event data without the proxy bill.

  • ๐ŸŽฏ Event and venue researchers: pull every event nationwide in one run instead of picking a city and hoping the picker cooperates.
  • ๐Ÿ’ฐ Pricing analysts: get the real low-to-high price range and every ticket tier, not a single "starting from" string that hides the real spread.
  • ๐Ÿ“… Content and listings teams: schedule a weekly run and always have current dates, venues and prices for "what's on" pages.

Full pricing, not a placeholder. Other District scrapers return one price string per event. This Actor returns the real price range, every individual ticket tier with its own price, and any active discount, because that data is what District itself publishes on every event page.

โš™๏ธ How it works

STEP 1
Set your filters
Pick cities to keep, or leave it blank for every city. Set how many events you want.
STEP 2
Run the Actor
It reads District's own event index and pulls each event's real, live data.
STEP 3
Get your data
Download as JSON, CSV or Excel, or connect straight into Google Sheets or your own pipeline via the API.

๐Ÿ“ฅ Input

FieldTypeRequiredDescription
citiesarray of stringsNoOnly keep events in these cities. Leave empty for every city.
categoriesarray of stringsNoOnly keep events in these categories, e.g. "Art & Craft", "Music", "Comedy". Leave empty for every category.
minPriceintegerNoOnly keep events with a ticket priced at or above this amount, in INR. 0 means no minimum.
maxPriceintegerNoOnly keep events with at least one ticket priced at or below this amount, in INR. 0 means no maximum.
includeEndedEventsbooleanNoKeep events District itself shows as ended, with no live price or booking link. Off by default.
maxItemsintegerNoStop after collecting this many events.
proxyConfigurationobjectNoProxy settings. Defaults to Apify's own proxy.

๐Ÿ“ค Output

Every result is one row in the dataset. A typical event looks like this:

{
"title": "Play Arena",
"eventUrl": "https://www.district.in/events/play-arena-bengaluru-2025-buy-tickets",
"venueName": "Play Arena",
"venueCity": "Kasavanahalli",
"category": "Outdoor Games",
"startDate": "2026-08-31T04:30:00.000Z",
"endDate": "2026-08-31T17:30:00.000Z",
"lowPrice": 65,
"highPrice": 1624,
"priceCurrency": "INR",
"strikePrice": 130,
"ticketTiers": [
{ "name": "Laser Tag | 1 Game", "price": 225, "availabilityEnds": "2026-08-31T16:30:00.000Z" }
]
}

Download the dataset in JSON, CSV, Excel, HTML or XML from the Apify Console, or pull it through the API.

๐Ÿ“Š Data table

FieldTypeDescription
titlestringEvent name.
eventUrlstringLink to the event's District page.
venueName / venueCitystringWhere the event is held.
categorystringDistrict's own category for the event, e.g. "Art & Craft" or "Music".
startDate / endDatestringISO start and end time.
lowPrice / highPrice / priceCurrencynumber/stringThe real price range across every ticket tier.
strikePricenumberThe original price, when the event has an active discount.
ticketTiersarrayEvery individual ticket type, with its own name, price and availability window.

The Output tab also ships three pre-built views: events overview, an unwound ticket-pricing table, and a venue-focused table.

๐Ÿ’ฐ Pricing

This Actor is pay per result: you only pay for the events you actually collect, and a run that returns nothing costs nothing. There is no subscription and no minimum spend.

โญ Enjoying District Event Scraper?

โญ โญ โญ โญ โญ
Saved you from driving a city picker by hand?
A 5-star rating takes 10 seconds and helps other researchers and content teams find it. Your feedback also tells us what to build next.
โ˜…ย ย Rate this Actor on Apify

๐Ÿ› ๏ธ Tips for better runs

  • Leave cities empty for a nationwide sweep, or set it to a short list for a cheaper, faster run focused on your market.
  • Combine categories with a price range to pull a very specific slice, like every music event under a set budget in one city.
  • Raise maxItems gradually. District's event index runs to thousands of entries, so a first run with a modest limit is the fastest way to check the data shape before scaling up.
  • Turn includeEndedEvents on only if you specifically need historical event records; most users want only live, bookable events.

โ“ FAQ

Why don't I need a residential proxy for this? District's event pages are public and unrestricted. The residential-proxy requirement some other scrapers describe applies only to driving District's own city-search interface, which this Actor doesn't use.

Is it legal to scrape District.in? This Actor only collects data that is already publicly visible on District's own event pages. You are responsible for how you use the data and for complying with District's terms of service.

Why do some events have no venue name? Not every event on District publishes a venue name at the time of listing. This Actor never invents one: if District doesn't publish it, the field is left out rather than filled with a placeholder.

Can I get notified of new events automatically? Yes. Schedule this Actor to run daily or weekly from the Apify Console and pipe new results into Google Sheets, Slack, or your own database with no code.

Found a bug or need a custom version of this Actor? Open an issue from the Actor's Issues tab and it'll be looked at directly.

๐Ÿ”— Other actors