stl_web_extract
Extract structured data from captured transit pages, returning fare rows, holiday schedules, and service change details in normalized formats.
Instructions
Structured data pulled out of a stored page capture.
fares -> fare rows with prices in integer cents; holidays -> holiday rows with BUS and RAIL service kept separate; schedule_changes -> the pick id; others -> normalized text.
Args: page: the page key. Run stl_web_list for valid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| snapshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |