CSV formats
CSV data OpenASO imports and exports.
OpenASO uses CSV files for moving keyword and ratings data between the app and external reporting tools.
Keyword imports
Keyword imports accept CSV or plain text. For CSV files, include a header row.
The smallest useful CSV has two columns:
| Keyword | Store Domain |
|---|---|
| habit tracker | us |
| daily planner | gb |
| focus timer | ca |
You can also use Country instead of Store Domain:
| Keyword | Country |
|---|---|
| habit tracker | us |
| daily planner | gb |
OpenASO accepts the fuller format it exports too:
| App Name | App Id | Platform | Keyword | Store Domain | Store | Note | Last Update | Ranking | Change | Popularity | Difficulty | Apps in Ranking | Tags |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Focus App | 123456789 | iOS | focus timer | us | United States | High intent | 2026-05-08T10:30:00Z | 12 | +3 | 62 | 41 | 200 | priority |
Only Keyword and Store Domain are required. Country can stand in for Store Domain. App Id can also be written as AppID.
OpenASO trims extra spaces, skips empty keyword rows, and skips keyword/storefront combinations that are already tracked.
Plain text keyword imports
For quick lists, you can paste one keyword per line:
| Keyword |
|---|
| habit tracker |
| daily planner |
| focus timer |
Depending on the import path, comma-separated keywords are also accepted:
| Keywords |
|---|
| habit tracker, daily planner, focus timer |
Keyword exports
Keyword exports are generated from the selected app's keyword workspace. They are intended for spreadsheet review of current keyword state.
| App Name | App Id | Platform | Keyword | Store Domain | Store | Note | Last Update | Ranking | Change | Popularity | Difficulty | Apps in Ranking | Tags |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Focus App | 123456789 | iOS | focus timer | us | United States | High intent | 2026-05-08T10:30:00Z | 12 | +3 | 62 | 41 | 200 | priority |
Keyword history exports
History exports focus on ranking snapshots over time. Use this when charting ranking movement outside OpenASO.
| App Name | App Id | Platform | Keyword | Store Domain | Store | Observed At | Ranking | Change | Period Change | Popularity | Difficulty | Apps in Ranking | Source | Error |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Focus App | 123456789 | iOS | focus timer | us | United States | 2026-05-08T10:30:00Z | 12 | +3 | -2 | 62 | 41 | 200 | App Store Search |
Ratings exports
Ratings exports include latest storefront values and historical snapshots.
| App Name | App Id | Storefront | Store | Rating Count | Rating Count Change | Average Rating | Average Rating Change | 1 Star Rating Count | 1 Star Rating Count Change | 2 Star Rating Count | 2 Star Rating Count Change | 3 Star Rating Count | 3 Star Rating Count Change | 4 Star Rating Count | 4 Star Rating Count Change | 5 Star Rating Count | 5 Star Rating Count Change | Rating Date | Observed At | Source |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Focus App | 123456789 | us | United States | 1250 | +12 | 4.7 | +0.1 | 20 | 0 | 18 | +1 | 44 | +2 | 180 | +4 | 988 | +5 | 2026-05-08 | 2026-05-08T10:30:00Z | App Store |