n8n node for DataForB2B API - Search people, companies and enrich B2B data
npm install n8n-nodes-dataforb2bOfficial n8n integration for DataForB2B - Access B2B data to search professionals, companies and enrich profiles.
``bash`
npm install n8n-nodes-dataforb2b
Sign up at app.dataforb2b.ai and get your API key.
Add your DataForB2B credentials in n8n:
- Credential Type: DataForB2B API
- API Key: Your API key from the dashboard
Drag and drop DataForB2B nodes into your workflow and start automating.
Use structured filters with AND/OR logic:
`json`
{
"op": "and",
"conditions": [
{"field": "title", "op": "like", "value": "CEO"},
{"field": "company", "op": "=", "value": "Google"}
]
}
, !=, >, >=, <, <=
- Range: between (requires value2)
- List: in, not_in
- Text: like, not_like
- Null: is_null, is_not_null`- Full API Docs: docs.dataforb2b.ai
- Dashboard: app.dataforb2b.ai
- Node.js: >= 18.10
- n8n: Latest version
- Valid DataForB2B API key
MIT - See LICENSE
- Website: dataforb2b.ai
- Documentation: docs.dataforb2b.ai