AXS: Search Events By Category With Pricing Daterange
AXS via Parse · entertainment
Search for events by category with minPrice and maxPrice extracted from veritix pricing data, filtered by an optional date range. Identical to search_events_by_category_with_pricing but additionally filters results to only include events whose eventDatetimeUtc falls within the specified start_date and end_date range. Client-side filtering may return fewer results than the requested page size. When pricing is unavailable, both price fields are null. The AXS Scraper provides comprehensive access to event, performer, and venue data from AXS.com. It uses the underlying Unified Search API for listings and event details including pricing and availability. Fulfilled by Parse from axs.com.
- axs
- axs-com
- entertainment
- music
- parse
- platform-key
- sports
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/bc13dcb0-0273-4999-8fec-897c0aad9c96/search_events_by_category_with_pricing_daterange
- Interface artifact
- sha256:ae07b5679592e76c7c4496e28796c4f9787e898b2cd7ed107439f93409b9d14c
- Manifest digest
- sha256:611decdfe0ce3eba18c1778376c29bf2a2be983b2064562acb43a5f0f09aecae
Request fields
- lat (number): Latitude for location-based search
- lng (number): Longitude for location-based search
- page (integer): Page number for results
- results (integer): Number of results per page to fetch from upstream before filtering (max 50)
- category (string, required): Major category: Music, Sports, or ArtsOrFamily: Allowed values: Music, Sports, ArtsOrFamily
- end_date (string): End date for filtering events (inclusive), ISO format YYYY-MM-DD. Only events on or before this date are returned.
- start_date (string): Start date for filtering events (inclusive), ISO format YYYY-MM-DD. Only events on or after this date are returned.
Example queries
- {"lat":"40.7128","lng":"-74.006","page":"1","results":"50","category":"Music","end_date":"2027-08-21","start_date":"2026-08-21"}