{
  "name": "Context 2 \u2014 Structured Product Data (Amazon)",
  "nodes": [
    {
      "parameters": {},
      "id": "07237513bdec",
      "name": "Click 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "operation": "extract",
        "scraper": "amazon-product",
        "extractUrl": "https://www.amazon.com/dp/B09B8V1LZ3",
        "extractLimit": 3,
        "waitForCompletion": true
      },
      "id": "c4ee881d7301",
      "name": "Extract Product",
      "type": "n8n-nodes-apexapi.apexApiContext",
      "typeVersion": 1,
      "position": [
        520,
        300
      ],
      "credentials": {
        "apexApiApi": {
          "id": "REPLACE_ME",
          "name": "ApexApi account"
        }
      }
    },
    {
      "parameters": {
        "content": "### \ud83d\udd11 First: get a free ApexApi key\nThis workflow calls ApexApi, so you need a key (no card required):\n**https://apexapi.dev/?ref=n8n-context-product-data**\nThen in n8n add it as the **ApexApi account** credential \u2014 every ApexApi node in this workflow uses it.\n\n---\n\n## 2 \u00b7 Structured Product Data\n\n**What it does:** returns ready-made structured JSON for a product \u2014 title, price, rating, reviews, availability, and ~80 more fields. No parsing on your side.\n\n**Run it:** click **Test workflow** (this one is async \u2014 the node waits ~10\u201330s). Open *Extract Product* \u2192 **records** to see the data.\n\n**Make it yours:**\n\u2022 Change **Input URL** to any Amazon product.\n\u2022 Switch **Scraper** to walmart-product for Walmart.\n\n**Next step:** add a **Google Sheets** or **Postgres** node after this and map `records[0].title`, `records[0].final_price`, `records[0].rating` into columns.",
        "height": 470,
        "width": 460,
        "color": 4
      },
      "id": "53f1e7d1f86a",
      "name": "Sticky 3017c6c1d5fd",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        240,
        -60
      ]
    }
  ],
  "connections": {
    "Click 'Test workflow'": {
      "main": [
        [
          {
            "node": "Extract Product",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "active": false
}
