AppKittie Creators avatar

AppKittie Creators

Pricing

from $200.00 / 1,000 results

Go to Apify Store
AppKittie Creators

AppKittie Creators

Find creator partnerships for one app or discover creators across a category.

Pricing

from $200.00 / 1,000 results

Rating

0.0

(0)

Developer

Appkittie Support

Appkittie Support

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Find creator and influencer accounts connected to mobile apps, either for one specific app or across a selected app category.

This Actor is built for influencer discovery, competitor research, partnership prospecting, and understanding which creators are helping apps grow.

What Can This Actor Do?

  • Look up creators associated with one App Store or Google Play app.
  • Discover creators across a category by scanning top apps in that category.
  • Filter creators by platform, country, and follower count.
  • Sort creator results by relevance or followers.
  • Return creator handles, platform, country, follower count, avatar URL, and associated app context.

Common Use Cases

  • Find influencers promoting a competitor app.
  • Discover creators already working in a niche like fitness, education, finance, or productivity.
  • Build outreach lists for app launch campaigns.
  • Compare creator strategies across categories.
  • Find high-follower creator accounts connected to successful apps.

Input

Provide either:

  • appId - AppKittie slug, document ID, numeric App Store ID, Google Play package name, App Store URL, or Google Play URL.
  • category - A category to scan when you want category-wide discovery. Defaults to Health & Fitness when no app identifier is provided.

Optional filters include platform, country, minFollowers, maxFollowers, sortBy, and sortOrder.

Example: Creators for One App

{
"appId": "https://apps.apple.com/us/app/cal-ai-calorie-tracker/id6480417616",
"platform": "tiktok",
"minFollowers": 10000,
"sortBy": "followers",
"sortOrder": "desc",
"count": 10
}

Example: Creators Across a Category

{
"category": "Health & Fitness",
"platform": "instagram",
"country": "US",
"count": 10
}

Output

The Actor writes one typed JSON record to the default key-value store under OUTPUT. It does not write dataset rows.

{
"data": [
{
"user_id": "123456789",
"handle": "examplecreator",
"source": "tiktok",
"country": "US",
"followers": 245000,
"avatar_url": "https://...",
"app_slug": "app-example-id123456789",
"app_title": "Example App"
}
],
"pagination": {
"nextCursor": 10,
"totalCount": 37
}
}

Limits and Pagination

Runs are capped at 10 returned creators. Use pagination.nextCursor as the next run's cursor to continue paging through results.

Notes

  • No proxy configuration is required.
  • No AppKittie API key is required in Actor input. The Actor uses AppKittie's managed API connection internally.
  • Category discovery scans a curated set of top apps in the selected category, then deduplicates creator accounts.