Put Brand.dev to work with AI and enterprise-grade automation
Automate smarter with Brand.dev and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- The domain name to analyze - [domain]Required
- Maximum number of products to extract. - [maxProducts]
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). - [timeoutMS]
ActionWrite- Email address to prefetch brand data for. The domain will be extracted from the email. Free email providers (gmail.com, yahoo.com, etc.) and disposable email addresses are not allowed. - [email]Required
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). - [timeoutMS]
ActionWrite- HTTP methodRequired
- Full URL (e.g. https://api.brand.dev/v1/...) or path (e.g. /v1/...) to request.Required
- Optional base URL when providing a path (defaults to https://api.brand.dev).
- Optional query params as JSON (object). Example: {"domain":"nike.com","timeoutMS":30000}
- Optional extra headers as JSON (object). Authorization is added automatically and will override this if provided.
- Optional request body as JSON (object/array). Ignored for GET requests.
- Throw an error on non-2xx responses
ActionWrite- Brand domain or title to retrieve NAICS code for. If a valid domain is provided in `input`, it will be used for classification, otherwise, we will search for the brand using the provided title.Required
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
- Minimum number of NAICS codes to return. Must be at least 1. Defaults to 1.
- Maximum number of NAICS codes to return. Must be between 1 and 10. Defaults to 5.
ActionSearch
- The domain name to analyze - [domain]Required
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). - [timeoutMS]
- Whether to analyze the home page - [specific_pages.home_page]
- Whether to analyze the blog - [specific_pages.blog]
- Whether to analyze the terms and conditions page - [specific_pages.terms_and_conditions]
- Whether to analyze the privacy policy page - [specific_pages.privacy_policy]
- Whether to analyze the about us page - [specific_pages.about_us]
- Whether to analyze the contact us page - [specific_pages.contact_us]
- Whether to analyze the careers page - [specific_pages.careers]
- Whether to analyze the FAQ page - [specific_pages.faq]
- Whether to analyze the pricing page - [specific_pages.pricing]
- Name of the data point to extract - [data_to_extract.datapoint_name]Required
- Type of the data point - [data_to_extract.datapoint_type]Required
- Type of items in the list when datapoint_type is 'list'. Defaults to 'string'. Use 'object' to extract an array of objects matching a schema. - [data_to_extract.datapoint_list_type]
- Schema definition for objects when datapoint_list_type is 'object'. Provide a map of field names to their scalar types. - [data_to_extract.datapoint_object_schema]
- Description of what to extract - [data_to_extract.datapoint_description]Required
- Example of the expected value - [data_to_extract.datapoint_example]Required
ActionWrite- Domain name to prefetch brand data for - [domain]Required
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). - [timeoutMS]
ActionWrite- Domain name to extract fonts from (e.g., 'example.com', 'google.com'). The domain will be automatically normalized and validated.Required
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
ActionSearch- Email address to retrieve brand data for (e.g., 'contact@example.com'). The domain will be extracted from the email. Free email providers (gmail.com, yahoo.com, etc.) and disposable email addresses are not allowed.Required
- Optional parameter to force the language of the retrieved brand data.
- Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data.
- Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
ActionSearch
For builders
Let your AI safely access Brand.dev
Go beyond Zap workflows. Install Zapier in your AI to call Brand.dev actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in Brand.dev from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose Brand.dev actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a Brand.dev connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "branddev", owner: "me" });
await zapier.runAction({
app: 'branddev',
action: 'brandAiProductsPost',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.










