Social Media Influencer Scraper avatar
Social Media Influencer Scraper

Pricing

$29.99/month + usage

Go to Store
Social Media Influencer Scraper

Social Media Influencer Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

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

XM

Possible mismatch between documentation and actual input field used (keyword vs keywords)

Open

xmotjep opened this issue
18 days ago

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.

easyapi avatar

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

easyapi avatar

The following is an example of a correct request parameter:

{ "keywords": [ "mike" ] }