Giter Club home page Giter Club logo

Comments (4)

facundoolano avatar facundoolano commented on June 12, 2024

I don't know what you mean by "... 150 more items". The search method in this scraper currently returns up 200 results. Work is being done (see #51) which will allow fetching more result pages.

from app-store-scraper.

erkansen avatar erkansen commented on June 12, 2024

Hi,

I don't know whats wrong with my query but result is contains only 100 items and says there are 150 more.

{ id: xxxx, reviews: 124, screenshots: ... ipadScreenshots: [], appletvScreenshots: [], supportedDevices: [ 'iPhone5-iPhone5',..., 'iPhone8Plus-iPhone8Plus', 'iPhoneX-iPhoneX' ] }, ... 100 more items ]

Here is my test code:

`var astore = require('app-store-scraper');

astore.search({term: "finans", num:200, country:"tr"}).then(console.log, console.log);`

PS: I also download the fixed branch code and replace the existing one. The result is the same.

from app-store-scraper.

erkansen avatar erkansen commented on June 12, 2024

Thanks to @yura415. JSON.stringfy solved my problem.
It was my mistake. I am newbie for node.js.

@facundoolano Sorry for the such silly question. What do you think about sorting the query not the result? Is there a way to query recent applications?

from app-store-scraper.

facundoolano avatar facundoolano commented on June 12, 2024

You can use the list method for recent applications.

from app-store-scraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.