Fast Google Play Reviews for ChatGPT ⚡

Fast Google Play Reviews for ChatGPT ⚡

The fastest Google Play scraper on the market ⚡ The Google Play scraper only returns the grade and the comment to run faster and enable ChatGPT custom actions with a smaller payload, to deal with a large number of data.

AIAUTOMATIONApify

App Reviews Scraper

Overview

The Google Play Scraper for ChatGPT is an Apify actor designed to scrape app reviews from the Google Play Store. It filters reviews based on the specified number of days and language, then outputs the result in JSON format. This actor is particularly useful for gathering user feedback, analyzing review trends, and monitoring app performance over time. Its small payload make it particularly useful as a custom action for a LLM such as ChaGPT.

Features

  • Scrapes reviews from Google Play Store apps.
  • Filters reviews by the specified number of days.
  • Outputs results in a structured JSON format.

Integration to ChatGPT

Watch the following video to integrate the actor with your custom GPT on ChatPGT. Also works with OpenAI platform.

Input

The actor requires the following input parameters:

  • app_url: An array of URLs of the apps on the Google Play Store.
  • num_days: Number of days to filter reviews (e.g., last 30 days).

Example Input

1{
2    "app_urls": [
3        "https://play.google.com/store/apps/details?id=com.example.app1",
4        "https://play.google.com/store/apps/details?id=com.example.app2"
5    ],
6    "num_days": 30
7}

Outputs

The actor outputs a JSON object containing the filtered reviews with the following fields:

  • app_name: The name of the app.
  • score: The rating of the app (integer).
  • content: The text content of the review (string).

Example Output

1[
2    {
3        "app_name": "Example App 1",
4        "score": 5,
5        "content": "Great app! Very useful."
6    },
7    {
8        "app_name": "Example App 2",
9        "score": 4,
10        "content": "Good app, but needs some improvements."
11    }
12]

Intervide

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!