Difference between trial and paid users in rental model
Hello, is there any way to find out if user is trail user?
13 Replies
stormy-gold•15mo ago
rare-sapphireOP•15mo ago
If I understand it correctly it's only info about paying status of apify platform, not given actor (?)
stormy-gold•15mo ago
Have you checked our API reference?
https://docs.apify.com/api/v2#/reference/users/private-data/get-private-user-data
rare-sapphireOP•15mo ago
yea, but from my tests, I got different fields 😦
@Danek just advanced to level 5! Thanks for your contributions! 🎉
stormy-gold•15mo ago
can you elaborate that a little more please?
rare-sapphireOP•15mo ago
sure. In code (python sdk) I'm using
I check what fields are available there and I think there are differences with documentation you provided
for example
isPaying
fieldrising-crimson•10mo ago
Hi @Danek did you find the solution for this?
rare-sapphireOP•10mo ago
what do you mean?
rising-crimson•10mo ago
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.
exotic-emerald•9mo ago
Same here.
wise-white•9mo ago
@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
rare-sapphireOP•9mo ago
yea, I know about it