Humanitix Turbo avatar

Humanitix Turbo

Pricing

from $4.00 / 1,000 event results

Go to Apify Store
Humanitix Turbo

Humanitix Turbo

Fast, complete Humanitix event scraper for calendars, tourism feeds, and organiser lists. Reads listings and event pages worldwide and returns ISO start/end times, venue, coordinates, organiser, and ticket prices. Same schema as Eventbrite Turbo. Pay per event from $4 / 1,000. x402 / Skyfire ready.

Pricing

from $4.00 / 1,000 event results

Rating

5.0

(1)

Developer

Spielraum

Spielraum

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Humanitix Turbo is a fast, complete Humanitix event scraper for the Apify platform. It turns listing pages and individual event URLs into clean, analysis-ready rows: title, ISO start and end times, venue, coordinates when published, organiser, ticket price, and description.

Use it from the Apify Console, via API, or from an agent with x402 / Skyfire. The first 25 events on a Console try-it cost about $0.13 on the Free plan. Apify’s new-account credit (about $5) covers a 1,000-event job at Free-plan rates.

Sister actor: Eventbrite Turbo — same output fields, same pricing.

What does Humanitix Turbo do?

Humanitix Turbo reads Humanitix recommended and search listings and individual event pages, then returns the full description, location, host, and ticket prices.

It works worldwide. There is no Australian-only or city-only gate. Optional city and country filters apply if you want a subset.

Output uses the same schema as Eventbrite Turbo: ISO 8601 timestamps, ISO-2 country codes, and latitude / longitude when the event page publishes them.

Why use Humanitix Turbo?

  • Complete extractor — event page fields, not just listing cards. Category and topics are filled when Humanitix publishes them.
  • Predictable cost — pay per event, from $4.00 / 1,000 results on Gold. No rental fee, no per-page surcharge.
  • Agent-ready — pay-per-event, limited permissions, no Standby, so agents can pay with x402 / Skyfire.
  • Same schema as Eventbrite Turbo — join Humanitix and Eventbrite inventories without remapping columns.
  • Apify platform — schedules, datasets (JSON, CSV, Excel), webhooks, and proxy rotation without running your own infrastructure.

Typical uses: event calendars, local discovery products, competitor monitoring, tourism feeds, and lead lists of organisers.

How to scrape Humanitix events

  1. Open Humanitix Turbo in Apify Console and click Start.
  2. Leave the prefilled Melbourne and Sydney listings, or paste your own Humanitix URLs (humanitix.com/... listings or events.humanitix.com/... event pages).
  3. Optionally set Location / Keyword instead of Start URLs, and cap Max events (default 25).
  4. Run. Download the dataset as JSON, CSV, or Excel.

API example:

{
"startUrls": [{ "url": "https://humanitix.com/au/events/au--vic--melbourne/recommended" }],
"maxItems": 25
}

Input

The Input tab is the source of truth. The important fields:

  • Start URLs — listings, search, host pages, or event URLs. When set, they win over location helpers.
  • Location / keyword — beginner mode: build a discovery URL when Start URLs are empty.
  • City / country — optional filters on the extracted rows (ISO-2 or a name such as Australia).
  • Max events — hard cap on pushed rows (default 25).
  • Max requests / concurrency — defaults are conservative so a try-it stays cheap.
  • Proxy — Apify datacentre proxy is enough for Humanitix.

Output

You can download the dataset in JSON, HTML, CSV, or Excel. One row is one occurrence (a multi-date event becomes several rows with isSeries and occurrenceIndex).

{
"source": "Humanitix",
"sourceEventId": "night-market",
"title": "Night market",
"eventUrl": "https://events.humanitix.com/night-market",
"startAt": "2026-09-01T18:00:00.000+10:00",
"endAt": "2026-09-01T21:00:00.000+10:00",
"timezone": "Australia/Melbourne",
"venueName": "Fed Square",
"city": "Melbourne",
"country": "AU",
"latitude": -37.818,
"longitude": 144.969,
"isOnline": false,
"priceDisplay": "Free",
"isFree": true,
"organiserName": "City host"
}

Data fields

FieldMeaning
sourceAlways Humanitix
title, eventUrl, ticketUrl, imageUrlIdentity
startAt, endAt, timezoneWhen (ISO 8601 with offset)
venueName, streetAddress, city, state, postalCode, countryWhere
latitude, longitudeCoordinates when published
isOnline, attendanceModeOnline vs in-person
organiserName, organiserUrlHost
currency, priceMin, priceMax, priceDisplay, isFreeTickets
description, category, tagsContent (category is always a shared topic such as Music or Community)
listedFromUrl, extractedAtProvenance

How much does it cost to scrape Humanitix?

Pricing is pay per event only. The Store card reads from $4.00 / 1,000 results (Gold). Free-plan users pay $5.00 / 1,000. Actor start uses Apify’s default $0.00005 per GB. Platform usage is included in the event price — users are not billed compute or proxy on top.

Events (Free plan)Approx. cost
25 (default try-it)$0.13
100$0.50
1,000$5.00

There is no extra charge per listing page. Set maxTotalChargeUsd (default $5) if you want a hard run cap. The minimum max cost per run is $0.05.

Tips

  • Keep Max events at 25 while you validate the schema, then raise it.
  • Pair with Eventbrite Turbo when you need both platforms in one warehouse.

FAQ

Is this a Humanitix API? No. It is a scraper that reads public Humanitix pages. Use it only on content you are allowed to collect.

Does it work outside Australia? Yes. Optional country/city filters are the only geographic limits.

Can agents pay with x402 / Skyfire? Yes. Limited permissions and no Standby, so agents can pay with x402 or Skyfire.

Where do I report a broken listing? Use the actor Issues tab on Apify.

This actor extracts publicly visible event information. Follow Humanitix terms, robots.txt, and the laws that apply to you. You are responsible for how you use the dataset.