facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.32k stars 629 forks source link

categories() does not list all the categories. #671

Open Aditya973 opened 9 months ago

Aditya973 commented 9 months ago

Description:

when using categories(), It returns a list with only one item.

Example code:

import gplay from 'google-play-scraper';
const categories = await gplay.categories();
console.log(categories);

Output:

['APPLICATION']