Web Scraping & Data Extraction
Get a volume and add it to your bookshelf
Get a volume and add it to your bookshelf
Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.15 KB
{
"id": "107",
"name": "Get a volume and add it to your bookshelf",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
260,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Google Books",
"type": "n8n-nodes-base.googleBooks",
"position": [
460,
300
],
"parameters": {
"resource": "volume",
"volumeId": "XxUJ2U2FXtYC",
"authentication": "oAuth2"
},
"credentials": {
"googleBooksOAuth2Api": "google-books"
},
"typeVersion": 1
},
{
"name": "Google Books1",
"type": "n8n-nodes-base.googleBooks",
"position": [
660,
300
],
"parameters": {
"shelfId": "2",
"resource": "bookshelfVolume",
"volumeId": "={{$node[\"Google Books\"].json[\"id\"]}}",
"operation": "add",
"authentication": "o...Showing first 1000 characters. Click "Expand" to view the full JSON.