List Session
Although the AutoScraper Scrping Browser service automatically creates a temporary session, we still need a persistent session. This section will guide you on how to get a list of browser sessions.
Fetch Session List
This endpoint allows you to get already created browser sessions, including persistent and temporary sessions.
Request
GET
/v1/browser/sessionscurl -G https://api.autoscraper.pro/v1/browser/sessions \
-H 'Authorization: Bearer YOUR_API_KEY'
Response
[
{
"session_id": "bedf8f75-12fe-4369-a104-c9fda81b0c41",
"proxy_region": "string",
"proxy_country": "string",
"ttl": 180,
"state": "pending",
"updated_at": "2025-03-22T07:28:22.813Z"
},
{
"session_id": "c176cba3-977a-454f-841a-c08490f8e4bf",
"proxy_region": "",
"proxy_country": "",
"ttl": 60,
"state": "pending",
"updated_at": "2025-02-16T00:01:48.288Z"
}
]