Single URL AI Web Scraper and Extractor
67da3791-141a-4913-8de6-af5f0671c655
Latency
25461ms
Cost
$0.0000
Tokens
0
Status
partialgemini-2.5-flash
Workflow Graph
Trace
[
{
"data": {
"nodeType": "trigger"
},
"event": "node_start",
"nodeId": "trigger",
"timestamp": 1782944743042
},
{
"data": {
"kind": "n8n-nodes-base.webhook"
},
"event": "seeded",
"nodeId": "trigger",
"timestamp": 1782944743042
},
{
"data": {
"status": "ok",
"nodeType": "trigger"
},
"event": "node_end",
"nodeId": "trigger",
"timestamp": 1782944743042
},
{
"data": {
"nodeType": "code"
},
"event": "node_start",
"nodeId": "validate",
"timestamp": 1782944743042
},
{
"data": {
"status": "ok",
"nodeType": "code"
},
"event": "node_end",
"nodeId": "validate",
"timestamp": 1782944743045
},
{
"data": {
"nodeType": "http"
},
"event": "node_start",
"nodeId": "fetch",
"timestamp": 1782944743047
},
{
"event": "fetching GET https://example.com/some-page",
"nodeId": "http",
"timestamp": 1782944743047
},
{
"data": {
"url": "https://example.com/some-page",
"method": "GET"
},
"event": "http_fetch",
"nodeId": "_context",
"timestamp": 1782944743047
},
{
"data": {
"status": "ok",
"nodeType": "http"
},
"event": "node_end",
"nodeId": "fetch",
"timestamp": 1782944743078
},
{
"data": {
"nodeType": "code"
},
"event": "node_start",
"nodeId": "extract",
"timestamp": 1782944743078
},
{
"data": {
"status": "ok",
"nodeType": "code"
},
"event": "node_end",
"nodeId": "extract",
"timestamp": 1782944743082
},
{
"data": {
"nodeType": "llm"
},
"event": "node_start",
"nodeId": "ai",
"timestamp": 1782944743084
},
{
"data": {
"messages": 1,
"maxTokens": 800
},
"event": "calling openai/gpt-4o-mini",
"nodeId": "llm",
"timestamp": 1782944743084
},
{
"data": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"event": "llm_call",
"nodeId": "_context",
"timestamp": 1782944743084
},
{
"data": {
"error": "Google Gemini API error (500): {\n \"error\": {\n \"code\": 500,\n \"message\": \"An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting\",\n \"status\": \"INTERNAL\"\n }\n}\n",
"status": "error",
"degraded": true,
"nodeType": "llm"
},
"event": "node_end",
"nodeId": "ai",
"timestamp": 1782944768497
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "respond",
"timestamp": 1782944768503
},
{
"data": {},
"event": "noOp",
"nodeId": "passthrough",
"timestamp": 1782944768503
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "respond",
"timestamp": 1782944768503
}
]