facundoolano / app-store-scraper

scrape data from the itunes app store
MIT License
1.03k stars 244 forks source link

[SEVERE] .developer() call does not return all results #132

Open Aditya94A opened 4 years ago

Aditya94A commented 4 years ago

Reproduction steps:

await appStoreScraper.developer({
          devId: 363590054
        })

This returns 2 apps whereas:

https://apps.apple.com/us/developer/netflix-inc/id363590054/?ign-mpt=uo%3D4

there are actually 4 apps!

Any ideas? @chernikovalexey @facundoolano @piercus

Aditya94A commented 4 years ago

Any thoughts @facundoolano? This issue is extremely critical 😞

Aditya94A commented 4 years ago

Any updates @facundoolano?