get_informa_event_speakers
Fetch structured speaker records from an Informa Connect event page using JSON-LD or Redux state. Supports merging data sources and fallback HTML parsing.
Instructions
Fetch an individual event page and return only structured speaker records (JSON-LD performer + Redux speakers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Event slug path (e.g. 'pharma-forum'). | |
| entryUrl | No | Entry URL used for HTML fallback pagination. | https://informaconnect.com/events/?subBrands%5B0%5D=Informa%20Connect&availableSubBrands%5B0%5D=Informa%20Connect&requestedSortType=FEATURED&page=1&count=20&searchInput=&type%5B0%5D=EVENT |
| eventUrl | No | Absolute event URL. | |
| speakerSource | No | Speaker source selection: merged (deduped), jsonld-only, or redux-only. | merged |
| maxPagesSearch | No | Max pages scanned when includeDirectoryRecord is true. | |
| forceHtmlFallback | No | Skip API and parse directory pages from embedded Redux state. | |
| includeDirectoryRecord | No | Attempt to match this event in discovery index and return normalized record metadata. |