Influencer Outreach Automator - Instagram & TikTok avatar

Influencer Outreach Automator - Instagram & TikTok

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Influencer Outreach Automator - Instagram & TikTok

Influencer Outreach Automator - Instagram & TikTok

The Influencer Outreach Automator is a complete pipeline for influencer marketing teams. It discovers influencers using Google Custom Search, enriches their profiles with Instagram/TikTok data, generates AI-personalized outreach emails, and sends them through your email provider.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

4 days ago

Last modified

Share

Influencer Outreach Automator

End-to-end influencer outreach pipeline: discover via Google, enrich profiles, personalize with AI, send emails automatically. Like Influify's approach - 10K emails at ~$18.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Google Custom Search API key for discovering profiles with emails

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"niches": [
"fitness",
"wellness"
],
"platforms": [
"instagram"
],
"emailSubject": "{name} - Partnership opportunity from {brand}",
"emailTemplate": "Hi {name},\\n\\nI came across your amazing content on {platform} and loved your approach to {niche}.\\n\\nWe'd love to explore a partnership opportunity with you.\\n\\nWould you be open to a quick chat?\\n\\nBest,\\n[Your Name]",
"brandContext": {
"name": "Your Brand",
"industry": "wellness",
"offer": "product partnership",
"website": "https://yourbrand.com"
}
}

Run with real data

{
"demoMode": false,
"niches": [
"fitness",
"wellness"
],
"platforms": [
"instagram"
],
"maxProfiles": 100,
"googleApiKey": "YOUR_API_KEY_HERE",
"emailProvider": "sendgrid",
"sendgridApiKey": "YOUR_API_KEY_HERE",
"resendApiKey": "YOUR_API_KEY_HERE",
"emailSubject": "{name} - Partnership opportunity from {brand}",
"emailTemplate": "Hi {name},\\n\\nI came across your amazing content on {platform} and loved your approach to {niche}.\\n\\nWe'd love to explore a partnership opportunity with you.\\n\\nWould you be open to a quick chat?\\n\\nBest,\\n[Your Name]",
"aiProvider": "none",
"aiApiKey": "YOUR_API_KEY_HERE",
"brandContext": {
"name": "Your Brand",
"industry": "wellness",
"offer": "product partnership",
"website": "https://yourbrand.com"
},
"sendEmails": false,
"maxEmailsPerRun": 100,
"delayBetweenEmails": 2000
}

Input Parameters

ParameterTypeDefaultRequiredDescription
nichesarray-NoNiches to target (fitness, beauty, tech, food, travel, etc.)
platformsarray-NoPlatforms to search for influencers
locationsarray-NoGeographic locations to target (optional)
maxProfilesinteger100NoMaximum number of influencers to discover
googleApiKeystring-Yes*Your Google Custom Search API key for discovering profiles with emails
googleSearchEngineIdstring-NoYour Google Programmable Search Engine ID
emailProviderstring"sendgrid"NoEmail service for sending outreach
sendgridApiKeystring-Yes*SendGrid API key for sending emails
resendApiKeystring-Yes*Resend API key for sending emails
fromEmailstring-NoSender email address
fromNamestring-NoSender display name
emailSubjectstring-NoEmail subject line. Use {name} and {brand} for personalization.
emailTemplatestring-NoEmail body template. Use {name}, {platform}, {niche}, {followers} for personalization.
aiProviderstring"none"NoAI provider for email personalization
aiApiKeystring-Yes*API key for your chosen AI provider
brandContextobject-NoYour brand information for AI personalization
sendEmailsbooleanfalseNoSet to true to actually send emails. False = dry run.
maxEmailsPerRuninteger100NoMaximum emails to send in this run
delayBetweenEmailsinteger2000NoDelay between sending each email in milliseconds
webhookUrlstring-NoURL to send results to when complete
demoModebooleantrueNoRun with sample data to test output format
proxyobject-NoProxy settings for scraping

*Required when Demo Mode is off.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal