Skip to content

scotwhite92/marvel-snap-scrapr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified to extract cards text data into a database and json file. The original code only extract images. Includes card name, cost, power, description.

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%