AI Text Analyzer for Google Reviews

  • geneea-analytics/reviews-text-nlp-analyzer
  • Modified
  • Users 42
  • Runs 173
  • Created by Author's avatarGeneea Analytics

Quickly analyze customer reviews extracted by Google Maps Scraper. Find out what the most frequently used keywords are in each review. Learn how people view your staff and prices. Obtain structured information from unstructured text. Monitor changes in customers’ sentiment over time.

Pay $5.00 for 1,000 results

AI Text Analyzer for Google Reviews

Pay $5.00 for 1,000 results

To run the code examples, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token. For a more detailed explanation, please read about running Actors via the API in Apify Docs.

# Set API token
API_TOKEN=<YOUR_API_TOKEN>

# Prepare Actor input
cat > input.json <<'EOF'
{}
EOF

# Run the Actor
curl "https://api.apify.com/v2/acts/geneea-analytics~reviews-text-nlp-analyzer/runs?token=$API_TOKEN" \
  -X POST \
  -d @input.json \
  -H 'Content-Type: application/json'