Skip to content

feat(plugin): add DataForB2B B2B search & enrichment plugin#2705

Open
claude-dev-code wants to merge 1 commit into
coze-dev:mainfrom
claude-dev-code:add-dataforb2b-plugin
Open

feat(plugin): add DataForB2B B2B search & enrichment plugin#2705
claude-dev-code wants to merge 1 commit into
coze-dev:mainfrom
claude-dev-code:add-dataforb2b-plugin

Conversation

@claude-dev-code

Copy link
Copy Markdown

What

Adds DataForB2B as an official plugin (plugin_id: 23) — a B2B people & company search and enrichment API. This mirrors existing data plugins such as liepin.

Tools (6)

Tool Method + path
Search People POST /search/people
Search Companies POST /search/companies
Reasoning Search (natural language) POST /search/reasoning
Typeahead (resolve exact filter values) GET /typeahead
Enrich LinkedIn Profile POST /enrich/profile
Enrich Company POST /enrich/company

Changes

  • backend/conf/plugin/pluginproduct/dataforb2b.yaml — OpenAPI 3.0.1 doc.
  • backend/conf/plugin/pluginproduct/plugin_meta.yaml — new entry (plugin_id: 23, tool_id: 230001–230006, no product_id, consistent with the most recent entry).
  • docker/volumes/minio/official_plugin_icon/plugin_dataforb2b.png — 500×500 icon.

Auth

service_http / API key in the api_key header. Operators paste their key (from app.dataforb2b.ai) into auth.payload.service_token; no secret is committed.

Testing

All 6 endpoints were exercised live against https://api.dataforb2b.ai and return 200 with the documented response shapes.

🤖 Generated with Claude Code

Adds the DataForB2B official plugin (plugin_id 23): people & company
search, natural-language reasoning search, typeahead, and profile/company
enrichment. Includes the OpenAPI doc and plugin icon.
@CLAassistant

CLAassistant commented Jun 19, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants