Instagram Profile Scraper avatar
Instagram Profile Scraper

Pricing

$2.50 / 1,000 profiles

Go to Store
Instagram Profile Scraper

Instagram Profile Scraper

Developed by

Andrey Afanasenko

Andrey Afanasenko

Maintained by Community

Analyze Instagram followers or following to find valuable profiles. Filter large accounts by engagement, contact info, and business category to discover influencers, leads, or ideal customers. Perfect for lead generation, market research, and influencer marketing.

5.0 (1)

Pricing

$2.50 / 1,000 profiles

11

Total users

138

Monthly users

5

Runs succeeded

86%

Last modified

6 hours ago

SG

Private and Spam Flag

Closed

sglomer opened this issue
6 months ago

Is your API able to show whether the account is private or not and also show whether the account has the SPAM flag active or not?

These are the JSON parameters I need:

is_private

spam_follower_setting_enabled

afanasenko avatar

Hey sglomer 👋

  1. Can your API indicate if an account is private?

• Yes! You can check the number of private accounts directly in the actor logs.

  1. Can your API detect if an account has the SPAM flag active (spam_follower_setting_enabled)?

• Unfortunately, my API doesn’t include the spam_follower_setting_enabled flag since the actor doesn’t access that specific endpoint. However, you can identify potential spam accounts using other available data:

• Median Engagement Rate (Median ER): This is already included in the output. • Following/Followers Ratio: You can calculate this on your own based on the provided data.

By the way, how’s your experience been with the actor so far? 🤓

afanasenko avatar

And yes, I can include the list of private accounts at the end of the output, marked with a “private” tag. Would you like me to implement this feature in the actor?