The official Python library for the Steel API, providing programmatic access to Steel's browser automation and web scraping services. Current version 0.17.0, active development with monthly releases.
pip install steel-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with your API key and scrape a web page.
Pass `api_key` as a keyword argument: `Steel(api_key='...')`.
Always pass `api_key` explicitly or set `STEEL_API_KEY` environment variable and pass `from_env=True`.
Use `request_timeout` instead of `timeout`.
Use `from steel import Steel`.
Use keyword argument: `Steel(api_key='...')`.
Set the `STEEL_API_KEY` environment variable or pass a valid key.
No dependency data recorded yet.