Allevents: Search Events By Date
Allevents via Parse · entertainment
Search for events in a city filtered by date range. Returns events occurring within the specified start and end dates. Each event has the same shape as search_events results. Useful for finding events on specific days or within a time window. Access event listings, details, and categories from AllEvents.in. Fulfilled by Parse from allevents.in.
- allevents
- allevents-in
- entertainment
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9a478cf5-ac7c-432e-ae6f-e1b964932cd5/search_events_by_date
- Interface artifact
- sha256:4fb7d7fe66452f1cfe680f23b4b734fcfb528acc52e97b29d67f63024532cbf2
- Manifest digest
- sha256:167069fba8724a0fcf422014e0e90898da13271ff2a3e4217c92eafa5733e254
Request fields
- city (string, required): City name to search events in (e.g. "London", "New York").: Allowed values: London, New York, Tokyo
- limit (integer): Maximum number of events to return.
- end_date (string): End date in "YYYY-MM-DD HH:MM" format (e.g. "2026-06-30 23:59").
- start_date (string): Start date in "YYYY-MM-DD HH:MM" format (e.g. "2026-06-15 00:00").
Example queries
- {"city":"London","limit":"5","end_date":"2026-07-11 23:59","start_date":"2026-06-14 00:00"}