versionHistory does not work
when I ran the sample code in the README file, the results I got were very different from those in the README. Here is some information for your reference: response: <ref *1> IncomingMessage { _events: { close: [Array], error: [Function (anonymous)], data: [Function (anonymous)], end: [Array], readable: undefined }, _readableState: ReadableState { highWaterMark: 16384, buffer: [], bufferIndex: 0, length: 0, pipes: [], awaitDrainWriters: null, [Symbol(kState)]: 194254716 }, _maxListeners: undefined, socket: null, httpVersionMajor: 1, httpVersionMinor: 1, httpVersion: '1.1', complete: true, rawHeaders: [ 'Content-Type', 'application/json; charset=utf-8', 'Content-Length', '0', 'Connection', 'keep-alive', 'Keep-Alive', 'timeout=30', 'Vary', 'Origin', 'Access-Control-Allow-Origin', 'https://apps.apple.com/', 'Access-Control-Allow-Credentials', 'true', 'X-Apple-Jingle-Correlation-Key', 'XDYAJUERFT5CRGB4MTNE4MFXHA', 'X-Apple-Application-Site', 'st', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains', 'x-daiquiri-instance', 'daiquiri:42282005:st53p00it-qujn14050102:7987:25RELEASE50:daiquiri-amp-store-l7shared-ext-001-st', 'x-ws-request-id', '6818caad_PS-FOC-01xgu85_2899-9682', 'X-Via', '1.1 PS-WUH-01SCO169 [MISS], 1.1 PS-FOC-01xgu85 [MISS]', .....
I believe privacy function does not work either. I think something has changed with that endpoint and we are getting 401 status. It seems like the https://apps.apple.com/us/app/ page is not using the https://amp-api.apps.apple.com/v1/catalog/ endpoint anymore either.
@like202012 @dale-wahl url has been changed to https://amp-api-edge.apps.apple.com/v1/catalog
@vinodiOS did you manage to fix privacy function?
@adtimizer yes. Check https://github.com/facundoolano/app-store-scraper/pull/225