Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 707 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 707 Bytes

build

Marvel SNAP Scrapr

Scraper for https://marvelsnapzone.com to retrieve metadata of Marvel SNAP cards.

How does it work?

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.