Entertainment
Axs logo

Axs API

axs.com

AXS - concert, sports, and live event tickets with venues and dates.

Actions
4
Category
Entertainment
Login
Not required
Output
JSON

Call the Axs API

Submit a task, then poll the job until it settles. This example runs act_axs_com_category_events_carousel.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_axs_com_category_events_carousel",
    "params": {
      "geo_country_code": "US",
      "geo_lat": "34.052",
      "geo_lng": "-118.244",
      "major_category": "3",
      "venues_with_performers_filter": "{\"100908\":[\"250939\",\"1110828\",\"1116957\"],\"101242\":[\"109096,250914\",\"729171\"],\"101912\":[\"1115978\",\"1122126\",\"noPerformer\",\"1107179\"]}"
    }
  }'

4 actions on axs.com

Read

  • Category Events Carousel

    act_axs_com_category_events_carouselread2 credits / call

    Returns events for a market and category with venues, dates, and ticket links.

    geo_country_code
    string · required
    geo_lat
    string · required
    geo_lng
    string · required
    major_category
    string · required
    venues_with_performers_filter
    string · required
  • Closest Events Carousel

    act_axs_com_closest_events_carouselread2 credits / call

    Returns upcoming events near a market within a date window with venues and ticket links.

    geo_country_code
    string · required
    geo_lat
    string · required
    geo_lng
    string · required
    date_start
    string · required
    date_end
    string · required
    timezone_id
    string · required
  • Featured Events Carousel

    act_axs_com_featured_events_carouselread2 credits / call

    Returns featured events for a market with venues, dates, and ticket links.

    geo_country_code
    string · required
    geo_lat
    string · required
    geo_lng
    string · required
  • Market Location Search

    act_axs_com_market_location_searchread2 credits / call

    Searches event markets by city and returns matching metro locations with geo bounds.

    search_query
    string · required
    geo_lat
    string · required
    geo_lng
    string · required

Axs API questions

Is there an API for Axs?
Axs does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for axs.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Axs data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when axs.com changes its markup, Anakin updates the action.
Do I need a Axs account?
No. Every Axs action listed here runs anonymously — no account and no credentials required.
What does the Axs API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites