Humanitix Scraper avatar

Humanitix Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Humanitix Scraper

Humanitix Scraper

Fetch events from Humanitix — the nonprofit-focused ticketing platform for charity galas, community fundraisers, and social impact events.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

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

FieldTypeDescription
queryTypeselectbrowse (default) or event
pageintegerPage number for pagination (1-based, default 1)
pageSizeintegerNumber of results per page (default 10)
citystringFilter events by city name (e.g. Sydney, New York)
countrystringFilter events by country code or name (e.g. AU, US)
categorystringFilter events by category (e.g. charity, community, fundraiser)
eventIdstringHumanitix event ID. Required for queryType=event.

Output

Each run pushes one item per event to the dataset.

Event item

FieldDescription
idHumanitix event ID
nameEvent name
descriptionEvent description
startDateEvent start date/time (ISO 8601)
endDateEvent end date/time (ISO 8601)
location.cityCity
location.countryCountry
urlHumanitix event page URL
imageUrlEvent banner image URL
ticketTypesArray of ticket type objects with name, price, and availability
categoryEvent 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.