# Extract Conference Speakers, Bios & Sessions — Free Tool

**Use case:** AI and LLM integrations

Get every speaker from any conference website — names, titles, companies, bios, and session details. Powered by Apify's AI Web Scraper. No code needed.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.praguecrawl.com/",
      "method": "GET"
    }
  ],
  "prompt": "Extract a list of all speakers with their name, title and company."
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Web Scraper](https://apify.com/apify/ai-web-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apify/ai-web-scraper) to learn more, explore other use cases, and run it yourself.