Apify Discord Mirror

Updated 4 months ago

Difference between trial and paid users in rental model

At a glance

The community members are discussing how to determine if a user is on a trial plan. They have checked the Apify API documentation, but the fields they are seeing in their code differ from what is documented. Some community members have provided links to resources, but it's unclear if they have found a definitive solution. The discussion is ongoing, and there is no explicitly marked answer.

Useful resources
Hello, is there any way to find out if user is trail user?
3
S
D
A
15 comments
If I understand it correctly it's only info about paying status of apify platform, not given actor (?)
yea, but from my tests, I got different fields 😦
just advanced to level 5! Thanks for your contributions! πŸŽ‰
can you elaborate that a little more please?
sure. In code (python sdk) I'm using
Plain Text
user = await Actor.apify_client.user().get()
I check what fields are available there and I think there are differences with documentation you provided
for example isPaying field
Hi @Danek did you find the solution for this?
what do you mean?
I mean solution to this : Hello, is there any way to find out if user is trail user?

I want know when paid actor is running if it is run by free trial or if it is rented.
@Danek hey, have you noticed this line in the docs? Depending on whether ApifyClient was created with a token, the method will either return public or private user data
yea, I know about it
Add a reply
Sign up and join the conversation on Discord