Skip to content

Instantly share code, notes, and snippets.

@wintrdotcom
Created September 13, 2020 22:54
Show Gist options
  • Save wintrdotcom/0073e58be8fa3e49ec9ac40f5577caa8 to your computer and use it in GitHub Desktop.
Save wintrdotcom/0073e58be8fa3e49ec9ac40f5577caa8 to your computer and use it in GitHub Desktop.
Extract the metadata of any webpage by importing this JSON file into your WINTR dashboard on https://www.wintr.com/dashboard-querybuilder
{
"method": "GET",
"url": "https://github.com",
"outputschema": {
"metas": {
"group": "html > head > meta",
"data": {
"name": {
"selector": "meta",
"attr": "name"
},
"property": {
"selector": "meta",
"attr": "property"
},
"content": {
"selector": "meta",
"attr": "content"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment