Review Scraper

Data acquisition for SusAF Analyzer

← Back to Dashboard

Import Reviews

Real-time import: Your data is fetched immediately and displayed directly in the list.
Automatic analysis: AI classification of imported reviews runs collectively every night at 00:00 Swiss time.

Google Play
Note: The Google Play API automatically filters out duplicate entries, spam, and pure star ratings without text. The effective number of imported reviews may therefore differ slightly from the entered count.
Connecting...0 / 0
App Store
Note: The Apple App Store provides reviews page by page. Rows without text content or duplicates are ignored by the platform. The effective number of imported reviews may therefore differ slightly from the entered count.
Connecting...0 / 0
CSV Upload
CSV format: The file must be a .csv (UTF-8 encoded). The delimiter (comma, semicolon, etc.) is detected automatically. A column must exist whose name exactly matches the Review Column Name defined above (e.g. a column named Review). Empty text fields are skipped.
Uploading...
Direct JSON API

Reviews can be sent directly to the system via HTTP POST request:

Endpoint: https://ip6.niconagl.ch/api/reviews/direct

Expected JSON format:
{
  "application_name": "WhatsApp",
  "reviews": [
    "The app keeps crashing after the latest update.",
    "Very user friendly, easy on the battery in dark mode."
  ]
}