Abconcerts: Get Agenda
Abconcerts via Parse · entertainment
Fetch upcoming concert and event listings with optional filters. Returns paginated results ordered chronologically. Each event summary includes the main artist, support acts, date, ticket status, and a direct URL suitable for drilling into full details via get_event_detail. Pagination advances via the page parameter; total_pages indicates the last available page. Programmatic access to concert listings, event details, site-wide search, news articles, and autocomplete suggestions from the official Ancienne Belgique (abconcerts.be) website. Fulfilled by Parse from abconcerts.be.
- abconcerts
- abconcerts-be
- entertainment
- music
- news-media
- parse
- platform-key
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/32487e6a-ad7b-4999-a7a6-9c18371ed37e/get_agenda
- Interface artifact
- sha256:4317a145fd66fe5be46eb8fd8a757de399b03fb782a738c3c60fa39db78a18e5
- Manifest digest
- sha256:589c50f409f311401f87e27c80d46f194df09368d6cbfe66da9f23aa9a65d45a
Request fields
- free (string): Filter for free admission events. Accepted values: 'true', 'false'.: Allowed values: false, true
- page (integer): Page number for pagination.
- genres (string): Comma-separated music genres to filter by (e.g. 'Rock,Pop').
- months (string): Comma-separated months in MM-YYYY format to filter by (e.g. '06-2026,07-2026').
- ab_at_night (string): Filter for AB at Night events. Accepted values: 'true', 'false'.: Allowed values: false, true
- just_announced (string): Filter for just announced events. Accepted values: 'true', 'false'.: Allowed values: false, true
Example queries
- {"free":"false","page":"1","genres":"Rock","months":"06-2026","ab_at_night":"false","just_announced":"false"}