n8n community node
The official n8n integration — four resources covering every endpoint, with submit-and-wait that fans job results out one item per URL.
n8n-nodes-wellmarked is the official n8n integration.
Install
From your n8n instance: Settings → Community Nodes → Install, then search for
n8n-nodes-wellmarked.
Or from your n8n user folder:
npm install n8n-nodes-wellmarkedWhat ships
A "WellMarked API" credential type holding your wm_ key. Its connection test calls
GET /usage to verify the key before you build anything on it.
A "WellMarked" action node with four resources:
| Resource | Operations |
|---|---|
| Extract | Run |
| Bulk Job | Submit · Get Status · Submit and Wait |
| Crawl Job | Submit · Get Status · Submit and Wait |
| Account | Get Usage · Rotate API Key |
Submit and Wait
The operation worth knowing about. It submits the job, waits for completion, and then fans the results out to one n8n item per URL or per page — so the rest of your workflow iterates naturally instead of unpacking an array in a Code node.
Job kind is handled for you
Bulk and Crawl status calls auto-dispatch between /bulk/{job_id} and /crawl/{job_id} based
on the job kind. Workflows never need to track which endpoint produced a job_id.