Browser profiles allow you to persist cookies and authentication across sessions. Log in once, then reuse that authentication for future tasks.Documentation Index
Fetch the complete documentation index at: https://docs.smooth.sh/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
-
Create a Profile - Call
client.create_profile(profile_id="my-profile")to create a new profile. -
Authenticate - Open a session with the profile and navigate to
live_url()to log in manually. Your cookies are saved to the profile. -
Reuse - In future sessions, pass the same
profile_id. The agent uses the stored cookies automatically.
Example
Python
Learn More
Profile API Reference
Create, list, and delete profiles
Scrape Behind Login Walls
Step-by-step guide for authenticated scraping