Check out these web clippers for Instagram’s web platform! One clips individual profile information, and the other clips individual post information. I’ve been using it to keep track of tattoo artists that I like. See the way my base is set up here!
Here’s the clip action recipe for individual IG profiles:
{
"schemaVersion": 3,
"fieldMappings": n
{
"fieldName": "artist",
"fieldType": "singleLineText",
"defaultValue": {
"type": "pageTitle",
"opts": null
}
},
{
"fieldName": "url",
"fieldType": "url",
"defaultValue": {
"type": "pageUrl",
"opts": null
}
},
{
"fieldName": "bio",
"fieldType": "multilineText",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": "div.-vDIg"
}
}
},
{
"fieldName": "link in bio",
"fieldType": "url",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": "a.yLUwa"
}
}
},
{
"fieldName": "profile pic",
"fieldType": "multipleAttachments",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": "img._6q-tv"
}
}
},
{
"fieldName": "Location",
"fieldType": "multipleSelects",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "tag",
"fieldType": "multipleSelects",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "books are",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "preferred contact",
"fieldType": "multipleSelects",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "email address",
"fieldType": "singleLineText",
"defaultValue": {
"type": "selectedText",
"opts": null
}
},
{
"fieldName": "fave",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
}
]
}
And here’s the clip action recipe for individual posts! Make sure you open the post in a new page before clipping. You can do this by clicking on a post from a profile page, copying the URL, and pasting it in a new tab.
{
"schemaVersion": 3,
"fieldMappings": p
{
"fieldName": "instagram",
"fieldType": "multilineText",
"defaultValue": {
"type": "pageTitle",
"opts": null
}
},
{
"fieldName": "username",
"fieldType": "singleLineText",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": "div.e1e1d"
}
}
},
{
"fieldName": "url",
"fieldType": "url",
"defaultValue": {
"type": "pageUrl",
"opts": null
}
},
{
"fieldName": "image",
"fieldType": "multipleAttachments",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": "img.FFVAD"
}
}
},
{
"fieldName": "date",
"fieldType": "singleLineText",
"defaultValue": {
"type": "cssSelector",
"opts": {
"cssSelector": "a.c-Yi7"
}
}
},
{
"fieldName": "do i want this?",
"fieldType": "multipleSelects",
"defaultValue": {
"type": "none",
"opts": null
}
}
]
}
Happy clipping!