Discover/marketplace.ticketek.com.au API
live

marketplace.ticketek.com.au APImarketplace.ticketek.com.au

Search Australian resale ticket listings on Ticketek Marketplace. Get event performances, venue details, seat info, and live pricing via 4 structured endpoints.

Endpoints
4
Updated
14d ago
Try it
Page number (1-based).
Results per page (max 100).
Search keyword to filter events.
api.parse.bot/scraper/4d50429b-63fa-481e-a7b5-dfff33691c4a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/4d50429b-63fa-481e-a7b5-dfff33691c4a/search_events?limit=5&keyword=concert' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for events by keyword. Returns paginated list of events with title, dates, and available ticket counts.

Input
ParamTypeDescription
pageintegerPage number (1-based).
limitintegerResults per page (max 100).
keywordstringSearch keyword to filter events.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "events": "array of event objects with title, content_id, from_date, to_date, available_tickets_count, feature_image",
    "keyword": "string, the search keyword used",
    "has_next": "boolean, whether more pages are available",
    "page_size": "integer, number of results per page",
    "total_count": "integer, total number of matching events"
  },
  "sample": {
    "data": {
      "page": 1,
      "events": [
        {
          "title": "Jeff Dunham",
          "to_date": "2026-08-15T09:00:00Z",
          "from_date": "2026-08-15T09:00:00Z",
          "content_id": "ABMSWPAM26",
          "feature_image": "sfx356889.jpg",
          "available_tickets_count": 1
        }
      ],
      "keyword": "Brisbane",
      "has_next": true,
      "page_size": 10,
      "total_count": 247
    },
    "status": "success"
  }
}

About the marketplace.ticketek.com.au API

The Ticketek Marketplace API gives developers structured access to Australian resale ticket data across 4 endpoints, covering event search, performance schedules, and seat-level pricing. The get_ticket_listings endpoint returns per-listing fields including price_cents, price_including_fees_cents, section, row, quantity, and ticket category — all tied to a specific performance ID retrieved from get_event_products.

Event Search and Discovery

The search_events endpoint accepts a keyword string and returns paginated results with per-event fields: title, content_id, from_date, to_date, available_tickets_count, and feature_image. Pagination is controlled via page and limit (up to 100 per page), and the has_next boolean tells you whether further pages exist. The content_id returned here is the key you need to drill into performances.

Performances and Venue Data

get_event_products takes a content_id from search results and returns each individual performance as a product object. Fields include product_id, date, when, venue_name, venue_city, venue_state, and venue_address. This is the layer between an event and its specific ticket listings — you must retrieve a product_id here before querying ticket availability.

Ticket Listings and Pricing

get_ticket_listings accepts a product_id (performance-level, not a content_id) and returns an array of listing objects with quantity, price_cents, price_display, price_including_fees_cents, category name, section, and row. The response also includes total_listings and a has_ga_standing_tickets boolean indicating whether any general admission standing inventory is present.

City and Date Composite Lookup

The get_brisbane_tickets_on_date endpoint (despite the name, it accepts any keyword and filters by venue_city) combines event search, performance filtering by day and optional month, and ticket listing retrieval into a single response. It returns ticket_types with full seat and pricing detail, brisbane_events_on_day with venue and availability summaries, total_available_tickets, and a ga_standing_note field describing GA standing stock in human-readable form.

Common use cases
  • Track resale price trends for a specific artist's tour by polling get_ticket_listings across multiple product_id values over time.
  • Build a live event calendar for a target city by combining search_events with get_event_products filtered by venue_city.
  • Alert users when ticket available_tickets_count drops below a threshold for a watched content_id.
  • Compare face-value vs resale pricing by mapping price_cents and price_including_fees_cents across multiple performances of the same event.
  • Identify GA standing availability at a venue using the has_ga_standing_tickets flag from get_ticket_listings.
  • Aggregate all available ticket categories and sections for a given city and date using get_brisbane_tickets_on_date.
  • Surface low-quantity resale listings by filtering get_ticket_listings results where quantity equals 1 or 2.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Ticketek Marketplace have an official public developer API?+
No. Ticketek Marketplace does not publish a public developer API or documented integration surface for third-party access to its resale inventory data.
What does `get_event_products` return, and how is it different from `search_events`?+
search_events returns event-level records identified by content_id — one record per event, regardless of how many performances it has. get_event_products takes a content_id and returns each individual performance as a separate product with its own product_id, date, time (when), and full venue fields including venue_city, venue_state, and venue_address. You need a product_id from this endpoint before you can query ticket listings.
Can I retrieve seller information or buyer transaction history through this API?+
No. The API exposes listing-level data — seat location, price, quantity, and ticket category — but does not include seller identities, sale history, or completed transaction records. You can fork this API on Parse and revise it to add an endpoint if that data becomes accessible.
Does the `get_brisbane_tickets_on_date` endpoint only work for Brisbane?+
The endpoint name reflects its original design, but the keyword parameter accepts any artist name, event name, or city, and the underlying filtering matches on venue_city from performance data. You can target other cities by passing city-relevant keywords. The endpoint currently does not accept a direct city parameter for explicit filtering — you can fork it on Parse and revise the logic to add a dedicated city input.
Are ticket listings returned in real time, and how fresh is the data?+
Listings reflect the available inventory on Ticketek Marketplace at the time of the request. Because resale inventory changes continuously as listings are bought and posted, results can shift between calls. There is no built-in timestamp field on individual listings indicating when they were last updated.
Page content last updated . Spec covers 4 endpoints from marketplace.ticketek.com.au.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.