Humanitix Scraper
Pricing
from $1.00 / 1,000 results
Humanitix Scraper
Fetch events from Humanitix — the nonprofit-focused ticketing platform for charity galas, community fundraisers, and social impact events.
Browse charity, community, and ticketed events by city, country, or category — get clean JSON back with dates, ticket types, and venue details. No API key required.
Fetches event data from Humanitix: the ethical ticketing platform that donates 100% of platform profits to charity. Covers community events, fundraisers, festivals, workshops, and more across Australia, the US, UK, New Zealand, and Canada.
Why this scraper?
- Charity and community focus — Humanitix specializes in nonprofit, community, and social impact events
- Two query modes — browse all events with filters, or fetch a single event by ID
- Global coverage — AU, US, UK, NZ, and CA event catalogs in one API
- Rich event data — names, descriptions, dates, location, ticket types, images, and more
What you can fetch
- Browse events — paginate through the Humanitix catalog with optional city, country, and category filters
- Single event — fetch full detail for any event by its Humanitix ID
Usage
Choose a queryType and provide the appropriate inputs.
Browse all events
{ "queryType": "browse" }
Browse events in a city
{ "queryType": "browse", "city": "Sydney", "country": "AU" }
Browse by category
{ "queryType": "browse", "category": "charity", "page": 1, "pageSize": 20 }
Get a single event by ID
{ "queryType": "event", "eventId": "abc123def456" }
Input fields
| Field | Type | Description |
|---|---|---|
queryType | select | browse (default) or event |
page | integer | Page number for pagination (1-based, default 1) |
pageSize | integer | Number of results per page (default 10) |
city | string | Filter events by city name (e.g. Sydney, New York) |
country | string | Filter events by country code or name (e.g. AU, US) |
category | string | Filter events by category (e.g. charity, community, fundraiser) |
eventId | string | Humanitix event ID. Required for queryType=event. |
Output
Each run pushes one item per event to the dataset.
Event item
| Field | Description |
|---|---|
id | Humanitix event ID |
name | Event name |
description | Event description |
startDate | Event start date/time (ISO 8601) |
endDate | Event end date/time (ISO 8601) |
location.city | City |
location.country | Country |
url | Humanitix event page URL |
imageUrl | Event banner image URL |
ticketTypes | Array of ticket type objects with name, price, and availability |
category | Event category |
Use cases
- Charity event discovery apps — surface fundraisers and nonprofit events in a user's city
- Community calendars — aggregate local community events with Humanitix's curated catalog
- Ticket monitoring — track ticket types and pricing over time
- Event aggregation — combine with other scrapers for broader geographic and category coverage
This scraper is not affiliated with Humanitix. Please use responsibly and in accordance with Humanitix's terms of service.