AXS: Search Events By Category With Pricing
AXS via Parse · entertainment
Search for events by category with minPrice and maxPrice explicitly extracted from veritix pricing data and added to each event object. Identical to search_events_with_pricing but filters by category rather than free-text query. When pricing is unavailable, both price fields are null. Supports filtering by marketplace availability via axs_marketplace_event. 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.02 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
- Interface artifact
- sha256:187f5c6dcf1d98ec18deef5bffdf1255766bc59bce72e3a8847d952b55ab453d
- Manifest digest
- sha256:d6b7db77e1b40b5ad18253a76ea7d7268c872eeac063da5490b1cdb67648f6f2
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 (max 50)
- category (string, required): Major category: Music, Sports, or ArtsOrFamily: Allowed values: Music, Sports, ArtsOrFamily
- axs_marketplace_event (string): Filter events by AXS marketplace availability. Accepts 'true' (only marketplace events), 'false' (only non-marketplace events), or 'all' (no filtering). When omitted, no filtering is applied (equivalent to 'all').: Allowed values: true, false, all
Example queries
- {"lat":"40.7128","lng":"-74.006","page":"1","results":"5","category":"Music","axs_marketplace_event":"true"}