# Health & Medical Conference Speakers Sessionize

**Use case:** 

Export health and medical speaker profiles from Sessionize.com — name, location, bio, LinkedIn, and topic tags. Filter by the health-medical category.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "categories": [
    "health-medical"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "speaker_name": {
    "label": "Speaker Name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "linkedin_url": {
    "label": "Linkedin Url",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Sessionize Speaker Directory Scraper](https://apify.com/jungle_synthesizer/sessionize-speaker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/sessionize-speaker-scraper) to learn more, explore other use cases, and run it yourself.