A Restful API Implementation for Google Play Scraper.
bash setup.sh
Returns a list of suggestions based on the provided search term.
URL: https://gplayapi.vercel.app/suggest?term={appName}
Query Parameters:
term
(query): The search term to get suggestions for.
Returns the Top 10 apps that match the provided search term.
URL: https://gplayapi.vercel.app/search?term={appName}
Query Parameters:
term
(query): The search term to find matching apps for.
This endpoint returns detailed information about a specific app.
URL: https://gplayapi.vercel.app/app?appId={appId}
Query Parameters:
appId
(query): The ID of the app to get information for.
Returns a list of apps that are similar to a specific app.
URL: https://gplayapi.vercel.app/similar?appId={appId}
Query Parameters:
appId
(query): The ID of the app to get similar apps for.
Returns a list of permissions required by a specific app.
URL: https://gplayapi.vercel.app/permissions?appId={appId}
Query Parameters:
appId
(query): The ID of the app to get permissions for.
Returns a list of top 100 helpful reviews for a specific app.
URL: https://gplayapi.vercel.app/reviews?appId={appId}
Query Parameters:
appId
(query): The ID of the app to get reviews for.