
AppFollow
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect AppFollow to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your AppFollow API token to pull your app reviews and ratings into the PostHog Data warehouse.
An Account Owner or Admin can generate an API token on the API management page in your AppFollow account. The token authenticates every request via the X-AppFollow-API-Token header.
Note that AppFollow bills API usage against a credit balance (reviews and ratings cost more per request) and rate-limits to 1000 requests/hour per token.
Configuration
| Option | Type | Required |
|---|---|---|
API token | password | Yes |
Linking AppFollow to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select AppFollow
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
app_collections | Workspaces (collections) on your AppFollow account, each grouping a set of tracked apps. | Full refresh | — | id |
app_lists | The apps tracked across every collection, including each app's store | Full refresh | — | app_collection_id, app_id |
users | Users on your AppFollow account. | Full refresh | — | id |
reviews | App Store and Google Play reviews for your tracked apps, incrementally synced on the review's last-modified timestamp. | Incremental, Full refresh | updated | ext_id, review_id |
ratings_history | Daily star-rating history per app and store, incrementally synced by date. | Incremental, Full refresh | date | ext_id, store, date |