Scraper for https://marvelsnapzone.com to retrieve metadata of Marvel SNAP cards.
The origin version used to scrap the website and pull out the card metadata from the HTML page including the image URL.
The new version uses the API endpoint (found by @mlilback) to retrieve the data in JSON format. The API endpoint is used by the website to retrieve the data as well. Since JSON is already structured data, it is much easier to parse and extract the data.