node-microdata-scraper
node-microdata-scraper copied to clipboard
Scrape & parse a webpage to return a JSON with found microdata (schema.org)
I have problems scraping [this](https://www.conrad.nl/nl/led-tv-49-inch-samsung-ue49ku6509-zilver-1426083.html) url (https://www.conrad.nl/nl/led-tv-49-inch-samsung-ue49ku6509-zilver-1426083.html). I got the following error: ``` /home/daan/microdata/node_modules/MD5/md5.js:9 if (message.constructor == String) ^ TypeError: Cannot read property 'constructor' of null at md5 (/home/daan/microdata/node_modules/MD5/md5.js:9:16) at...
``` { "@type": "Person", "name": "Richard Dean Anderson" } ```