Allevents: Search Events
Allevents via Parse · entertainment
Search for events in a city by category. Returns a paginated list of events with basic info including name, dates, venue, and ticket availability. Paginates by adjusting limit. Each event includes a nested venue object with geographic coordinates and a tickets object indicating availability. 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
- Interface artifact
- sha256:ed9a5874c0da5f04a82925792defc2086261fecd345d413b863542afc2dd013e
- Manifest digest
- sha256:3d6915cd5b65fac9d2be184c1c73a1a4d85dbe886e57cb272a985126aefb99b1
Request fields
- city (string, required): City name to search events in (e.g. "London", "New York", "Tokyo").: Allowed values: London, New York, Tokyo
- limit (integer): Maximum number of events to return.
- category (string): Event category slug to filter by. Use get_categories endpoint to discover available slugs for a city. Common values include "entertainment", "music", "art", "parties".
Example queries
- {"city":"London","limit":"5","category":"music"}