List browser profiles
tinyfish/profile-listList the saved browser profiles on the account.
- call
- $0.002
- TinyFish
- 5 min
Overview
Returns the named browser profiles configured for the account. A profile is a reusable browsing identity: it pins a stable browser fingerprint, optionally routes traffic through a proxy in a chosen country, and keeps state for the sites it has visited, so repeat automated visits look like the same returning browser rather than a new one each time. Listing profiles is how a caller finds the identifier to attach to a later automation run.
The profiles on the account, each with its id, name, proxy country, fingerprint seed, and creation time.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"tinyfish","endpoint":"profile-list","input":{}}'Pricing
$0.002 per call on the default plan. Every run carries its price in the response.
