session.scrape
method that automatically starts a new session, goes to the given URL, and scrapes the page.
Example:
Parameters
The URL to scrape.
Returns
UnionType
[str
, StructuredData[BaseModel]
, list
[ImageData
]]: The scraped data.Scrape the current page data
session.scrape
method that automatically starts a new session, goes to the given URL, and scrapes the page.
Example:
UnionType
[str
, StructuredData[BaseModel]
, list
[ImageData
]]: The scraped data.