AppKittie Organic Content avatar

AppKittie Organic Content

Pricing

from $175.00 / 1,000 results

Go to Apify Store
AppKittie Organic Content

AppKittie Organic Content

Find organic creator content for one app or discover organic content across a category.

Pricing

from $175.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 organic social content connected to mobile apps, either for one app or across a category.

This Actor helps you study creator videos, organic app mentions, short-form social content, and category-level content patterns without manually searching across platforms.

What Can This Actor Do?

  • Find organic creator content for one App Store or Google Play app.
  • Discover organic content across a selected app category.
  • Filter content by platform, such as TikTok or Instagram.
  • Return post captions, source URLs, hosted media URLs, cover images, carousel media, creator handles, and associated app context.

Common Use Cases

  • See how competitors are being talked about organically.
  • Find user-generated content and creator posts in a category.
  • Build inspiration boards for launch content.
  • Identify organic creative angles before producing paid ads.
  • Track which app niches have strong social content momentum.

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, count, and cursor.

Example: Organic Content for One App

{
"appId": "app-cal-ai-calorie-tracker-id6480417616",
"platform": "tiktok",
"count": 10
}

Example: Organic Content Across a Category

{
"category": "Health & Fitness",
"platform": "instagram",
"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",
"media_type": "video",
"video_description": "Trying this new calorie tracker app",
"date_created": "2026-01-01",
"video_url": "https://...",
"video_storage_url": "https://...",
"video_cover_storage_url": "https://...",
"carousel_urls": null,
"app_slug": "app-example-id123456789",
"app_title": "Example App"
}
],
"pagination": {
"nextCursor": 10,
"totalCount": 24
}
}

Limits and Pagination

Runs are capped at 10 returned organic content items. 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.
  • Results include content with available hosted media URLs so downstream automations can inspect or download media reliably.