java - How to overcome the restriction on the number of input entries allowed by Google? -
i need build java
based code can act provider of web scraper automatically extract product review data google play store
. output of data extraction should include: product name, maker, description, , every piece of review given product. review should include reviewing author, reviewing date, rating, , review text
. trying use following link:
https://code.google.com/p/android-market-api/
i have committed them svn
, imported project in eclipse java
environment. have filled myquery
column apps
, comments
.
it restricting amount of information able extract - number of entries coming 50. , if try run again, giving same results again - same apps. therefore, have changed existing modifying setentriescount
10 30, start index 2 2+i , kept in loop, can extract info in loops.
there restriction on number of inputs google
allows, necessary me create multiple ids, wondering how use them api. ideas?
sorry if have missed out info. please let me know if more details needed. please help.
Comments
Post a Comment