Computer Science, asked by charmainee447, 17 days ago

Is it possible to scrape data from mobile apps?

Answers

Answered by lalalisa63
0

download the app's APK and load it in ARC Welder. interact with the app and use a tool such as Wireshark or Fiddler to monitor how the app loads the data you are after from their backend server. then replicate this network call to scrape the data directly.

Similar questions