Integrations
Zapier

Zapier Integration

Connect Orsa to 6,000+ apps with Zapier — no code required. Automatically enrich leads, trigger brand lookups, and pipe data into your existing workflows.

Getting Started

1. Connect Your Orsa Account

  1. Go to zapier.com (opens in a new tab) and create a new Zap
  2. Search for "Orsa" in the app directory
  3. Click Connect and paste your API key from orsa.dev/dashboard/api-keys (opens in a new tab)

2. Available Actions

ActionDescriptionCredits
Retrieve BrandGet brand data for a domain5
Retrieve Brand by EmailGet brand data from an email address10
Scrape URL (Markdown)Scrape a web page as markdown1
Scrape URL (HTML)Scrape raw HTML1
NAICS ClassificationClassify a business by industry5
AI QueryExtract custom data with natural language10

Example Zaps

New HubSpot Contact → Enrich with Brand Data

Trigger: New contact in HubSpot Action: Orsa — Retrieve Brand by Email

Map the HubSpot email field to Orsa's email input. Then use Orsa's output to update the HubSpot contact with company name, logo URL, and industry.

Trigger: HubSpot → New Contact

Action 1: Orsa → Retrieve Brand by Email
  Input: {{contact.email}}

Action 2: HubSpot → Update Contact
  Company: {{orsa.name}}
  Website: {{orsa.domain}}
  Industry: {{orsa.industry}}

New Stripe Payment → Identify Merchant

Trigger: New Stripe charge Action: Orsa — Retrieve Brand (using the customer's email domain)

Useful for marketplace platforms that need to identify and categorize merchants.

New Google Sheets Row → Scrape Website

Trigger: New row in Google Sheets (column A = URL) Action: Orsa — Scrape URL (Markdown) Action: Google Sheets — Update row with scraped content

Great for content research and competitive monitoring.

Field Mapping

Orsa returns structured data that maps cleanly to other apps:

Orsa OutputCommon Mapping
nameCompany Name
domainWebsite
logos[0].urlLogo URL / Avatar
colors[0]Brand Color
industryIndustry
socials.twitterTwitter URL
socials.linkedinLinkedIn URL

Tips

  • Use filters to skip free email domains (Gmail, Yahoo) before calling Orsa — saves credits.
  • Add a delay step after prefetch actions to let the cache warm before retrieving.
  • Use Zapier's built-in formatter to extract domains from URLs or emails before passing to Orsa.
  • Set up error handling in Zapier to catch 404s (brand not found) gracefully.