Page

"Stay hungry, stay foolish." Jobs lifework

Model

class Quote(ExtractionModel): text: str = Field(selector='.text') author: str = Field(selector='.author') tags: list[str] = Field(selector='.tag')

Result