
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
n8n-nodes-shopgraph
Advanced tools
n8n community node for product data extraction with per-field confidence scoring and extraction provenance. Returns UCP-compliant JSON.
n8n community node for ShopGraph -- product data extraction that tells you when it's guessing. Feed it a product page URL (or raw HTML) and get back structured fields (name, brand, price, images, availability, categories) with per-field confidence scores, so your workflows know what to trust.
In your n8n instance, go to Settings > Community Nodes and install:
n8n-nodes-shopgraph
Or install manually:
npm install n8n-nodes-shopgraph
sg_live_...). Get one at shopgraph.dev/dashboard.| Operation | Description |
|---|---|
| Enrich | Extract structured product data from a URL |
| Enrich HTML | Extract structured product data from raw HTML content |
ShopGraph (default) or UCP.{
"product": {
"url": "https://www.example.com/product/widget",
"product_name": "ACME Widget Pro",
"brand": "ACME",
"price": { "amount": 49.99, "currency": "USD" },
"availability": "in_stock",
"categories": ["Widgets", "Tools"],
"image_urls": ["https://..."],
"confidence": { "overall": 0.93 },
"_shopgraph": {
"extraction_method": "schema_org",
"data_source": "live",
"field_confidence": {}
}
},
"cached": false,
"credit_mode": "standard"
}
FAQs
n8n community node for product data extraction with per-field confidence scoring and extraction provenance. Returns UCP-compliant JSON.
We found that n8n-nodes-shopgraph demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.