
Social Media Influencer Scraper
Pricing
$29.99/month + usage

Social Media Influencer Scraper
Discover top influencers across TikTok, Instagram, and YouTube with ease. Get detailed metrics, recent posts, and engagement data for your influencer marketing campaigns. Perfect for brands, marketers, and researchers looking to tap into social media trends.
5.0 (1)
Pricing
$29.99/month + usage
9
Total users
210
Monthly users
47
Runs succeeded
>99%
Issues response
3.8 hours
Last modified
8 months ago
Possible mismatch between documentation and actual input field used (keyword vs keywords)
Open
Hey! I’ve been working on integrating the easyapi/social-media-influencer-scraper actor with an Airtable automation, and I noticed something that might be worth checking.
I’m relatively new to Apify, so forgive me if I misunderstood anything, but according to the docs, it looks like the actor expects an input field called keyword. However, in my tests, it only seemed to work when I used keywords (plural). When I used keyword, it kept ignoring and only returning data for "sam" — which is the default example — instead of the actual input I was passing.
Once I switched to using keywords, everything worked perfectly and the results matched the input I intended to send.
Just thought I’d flag this in case the documentation needs an update, or if there’s a default input kicking in when keywords is missing. Hope this helps, and thanks for the great tool — it’s working smoothly now.

Hi, could you provide the apify run log with the input params?

The following is an example of a correct request parameter:
{ "keywords": [ "mike" ] }