limit extraction for free plan users
I habe built an Instagram profile scraper, in python, but want to limit the scraping result to 25 for those free plan users not paid plan users.
Can anybody help me out?
3 Replies
View post on community site
This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.
Apify Community
firm-tan•8mo ago
Hi @devil-port
You can get the status of whether the user is a paid user using the following function. Accordingly if False, you limit the amount of results for it
You can get the status of whether the user is a paid user using the following function. Accordingly if False, you limit the amount of results for it
deep-jadeOP•8mo ago
Thank you @Mantisus i solved the issue after looking all over in this discord channel. Now I solved this issue.