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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -