# Sessionize Public Events Scraper (`parseforge/sessionize-public-events-scraper`) Actor

Scrapes Sessionize public events by event ID and returns sessions, speakers, or sessions enriched with speaker details as flat rows.

- **URL**: https://apify.com/parseforge/sessionize-public-events-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Automation, Integrations
- **Stats:** 3 total users, 1 monthly users, 91.2% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### Sessionize Public Events Scraper

**Scrape Sessionize public events, sessions, and speakers from any event ID, up to a million per run.** Every row comes with the full session or speaker details, ready for CSV, JSON, Excel, or XML. No login or API key.

Sessionize's public API gives you event data, but you still need to write code, handle pagination, and shape the JSON. This reads the public event feed directly from an event ID and returns each session or speaker as one flat row. Filter by data type and cap the number of events per run.

| Who uses it | What they scrape Sessionize for |
|---|---|
| Event organizers | Export their own event agenda and speaker list for a website or printed program |
| Conference attendees | Build a personal schedule from the sessions and speakers of an event they plan to attend |
| Developer relations teams | Monitor which topics and speakers appear across multiple Sessionize events |
| Market researchers | Analyze session titles and speaker bios to spot trends in a technical niche |

### What it does

This Actor collects sessions, speakers, or sessions enriched with speaker details from a Sessionize event ID and returns each one as a flat row.

- 📋 **Sessions mode:** one row per session with title, description, time, and room.
- 🎤 **Speakers mode:** one row per speaker with name, bio, and profile links.
- 🔗 **Sessions with speakers:** each session row includes the speaker details nested or flattened.
- 🔢 **Max events cap:** set a hard limit from 1 to 1,000,000 rows per run.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with Sessionize data

**📅 Build a conference agenda.**

An event organizer enters their Sessionize event ID and exports all sessions with times and rooms to CSV for the event website.

**🎤 Create a speaker directory.**

A community manager scrapes the speakers dataset to list every speaker bio and profile link on a public page.

**📊 Compare events over time.**

A market researcher runs the Actor on several event IDs and compares session titles to see which topics are gaining traction.

**🔔 Monitor speaker activity.**

A developer advocate tracks when a known speaker appears in new Sessionize events by checking the enriched sessions dataset.

### Why choose this scraper

| | What you get |
|---|---|
| **No API key** | Reads the public Sessionize event feed without registration or OAuth |
| **Flat rows** | Every session or speaker becomes one row, ready for spreadsheets or databases |
| **Three data types** | Pick sessions, speakers, or sessions enriched with speaker details |
| **Large runs** | Collect up to a million events per run when you need the full agenda |

### How it compares

No other Store actor targets Sessionize the same way, so the honest comparison is with the alternatives teams actually weigh.

| | Sessionize Public Events Scraper | Build it in-house | By hand |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Sessionize changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |

### Configure the run

Drive the Actor with a Sessionize event ID and choose which data type to return. The max events cap stops the run after the number of rows you set. The Input tab lists every parameter.

A first run with the defaults:

```json
{
 "eventId": "9otadjkk",
 "maxItems": 10
}
```

A larger pull:

```json
{
 "eventId": "9otadjkk",
 "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.0085 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $0.85 |
| 1,000 results | $8.50 |
| 10,000 results | $85.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [Sessionize Public Events Scraper](https://apify.com/parseforge/sessionize-public-events-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to Sessionize through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/sessionize-public-events-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check the event ID. It must be the public API ID, not the event slug or website URL. Also confirm the event is published and not private.

**The run stops before collecting all sessions.**

Increase the max events value. The default is 10, but you can set it up to 1,000,000.

**I see speaker fields in sessions mode.**

Switch the data type to sessions-with-speakers if you want speaker details. In sessions mode, only session fields are returned.

**The dataset has nested JSON in some columns.**

That is normal for fields like speaker list or custom properties. Use the JSON export or flatten the data in your own pipeline.

**I get an error about invalid event ID.**

Make sure the ID contains only letters and numbers, with no slashes or extra path segments. Copy it directly from the API URL.

### FAQ

| Question | Answer |
|---|---|
| Where do I find the Sessionize event ID? | Open the event's embed or API URL, for example https://sessionize.com/api/v2/9otadjkk/view/All. The ID is the part after /api/v2/ and before /view, here 9otadjkk. |
| Does this work for private or draft events? | No, the Actor reads only the public API endpoint. If the event is not published or is restricted, the run will return no data. |
| What is the difference between sessions and sessions-with-speakers? | Sessions returns one row per session with only session fields. Sessions-with-speakers returns the same rows but adds the speaker details for each session, either nested or flattened depending on the output. |
| Can I scrape multiple events in one run? | The input accepts one event ID per run. To collect multiple events, run the Actor once per ID or use a separate orchestrator. |
| What export formats are supported? | The dataset can be exported to CSV, JSON, Excel, or XML from the Apify platform. |
| Is there a rate limit? | The Actor reads the public Sessionize API, which does not publish strict rate limits for normal use. If you hit a limit, lower the max events or add a delay between runs. |
| Does the Actor handle pagination automatically? | Yes, it follows the API's pagination until it reaches the max events cap or the end of the data. |
| Can I get speaker social links? | The speakers dataset includes the profile links that Sessionize provides, such as Twitter, LinkedIn, or company website, when the speaker has filled them in. |
| What if the event has no sessions yet? | The run will finish with an empty dataset. Check the event ID and make sure the event is public and has published content. |
| Is this an official Sessionize integration? | No, this is an independent scraper that reads the public API. It is not affiliated with or endorsed by Sessionize. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Sessionize. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `eventId` (type: `string`):

Sessionize event identifier (the public API ID). Found in the event's embed/API URL (e.g. https://sessionize.com/api/v2/{eventId}/view/All).

## `maxItems` (type: `integer`):

How many events to collect per run.

## `dataset` (type: `string`):

Which collection to return as rows.

## Actor input object example

```json
{
  "eventId": "0qj7337c",
  "maxItems": 10,
  "dataset": "sessions-with-speakers"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "eventId": "0qj7337c",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/sessionize-public-events-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "eventId": "0qj7337c",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/sessionize-public-events-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "eventId": "0qj7337c",
  "maxItems": 10
}' |
apify call parseforge/sessionize-public-events-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/sessionize-public-events-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SFaczUw4aXqaVA3Fg/builds/le6rj34LenqEyRzDE/openapi.json
