Please find attached my workflow:
{ "name": "Scraping Web", "nodes": [ { "parameters": { "values": { "string": [ { "name": "url", "value": "https://quotes.toscrape.com/js/" } ] }, "options": {} }, "name": "Définir URL Cible", "type": "n8n-nodes-base.set", "typeVersion": 1, "position": [ -1320, 40 ], "id": "95e9cc7c-03cd-49d5-b39b-7512d00cb5a9" }, { "parameters": { "url": "https://api.scraperapi.com/", "authentication": "genericCredentialType", "genericAuthType": "httpQueryAuth", "sendQuery": true, "queryParameters": { "parameters": [ { "name": "url", "value": "={{$node[\"Définir URL Cible\"].json[\"url\"]}}" }, { "name": "render", "value": "true" } ] }, "options": { "response": { "response": { "responseFormat": "text" } } } }, "name": "Appel ScraperAPI", "type": "n8n-nodes-base.httpRequest", "typeVersion": 3, "position": [ -1080, 40 ], "id": "e25c5977-b4ff-4e07-b0d6-8789aa75d787", "credentials": { "httpQueryAuth": { "id": "nDRKYS4A9yXo0zod", "name": "ScraperAPI Key V2" } } }, { "parameters": { "extractionValues": { "values": [ { "key": "pageTitle", "cssSelector": "title" }, { "key": "firstQuoteText", "cssSelector": "div.quote > span.text" } ] }, "options": {} }, "name": "Extraire Données HTML", "type": "n8n-nodes-base.htmlExtract", "typeVersion": 1, "position": [ -840, 40 ], "id": "8e057cf3-2c39-4a2a-985a-70a2b4982bfe" }, { "parameters": {}, "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ -1560, 40 ], "id": "2589e79d-6d8a-47aa-8460-1746d3227f3e", "name": "When clicking ‘Test workflow’" } ], "pinData": {}, "connections": { "Définir URL Cible": { "main": [ [ { "node": "Appel ScraperAPI", "type": "main", "index": 0 } ] ] }, "Appel ScraperAPI": { "main": [ [ { "node": "Extraire Données HTML", "type": "main", "index": 0 } ] ] }, "Extraire Données HTML": { "main": [ [] ] }, "When clicking ‘Test workflow’": { "main": [ [ { "node": "Définir URL Cible", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": { "executionOrder": "v1" }, "versionId": "8601b780-c2fc-46ea-8ff7-a58d26c39f54", "meta": { "templateCredsSetupCompleted": true, "instanceId": "5a619f06ec2c896e1f85ba234fa869b1af69263e50551ce821fb415b1081493f" }, "id": "hhn6L0erjmVBKzLw", "tags": [] }