Skip to content

vlmaier/marvel-snap-scrapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.