StartupHub.ai for Zapier
Find emails, validate emails, and score website AI-readiness inside any Zap. Use the Webhooks-by-Zapier action today; native Zapier app coming once it clears review.
5-minute setup
- 1
Generate an API key
At /my-account?tab=api, click Generate API key and copy the
sk_live_...value (only shown once). - 2
Add a Webhooks-by-Zapier action
In your Zap, after your trigger step, add a new action:
- App: Webhooks by Zapier
- Event: Custom Request
- 3
Configure the request (using Find Email as example)
- Method: POST
- URL:
https://www.startuphub.ai/api/v1/email/discover - Data Pass-Through? No
- Data: JSON with
firstName,lastName,domainmapped from upstream step fields - Headers: Add
Authorization: Bearer sk_live_...(paste your key)
- 4
Test + use the response
Click Test action. Zapier sends a real request and parses the JSON response. Fields like
found,email, andmatchesbecome available in subsequent Zap steps.
Three endpoints
Validate Email
Verify deliverability of a single address. 1 credit per call.
POSThttps://www.startuphub.ai/api/v1/email/validate{"email": "{{email}}"}Find Email
Discover a verified email from name + domain. 3 credits — only on success.
POSThttps://www.startuphub.ai/api/v1/email/discover{"firstName": "{{firstName}}", "lastName": "{{lastName}}", "domain": "{{domain}}"}Scan AI Readiness
Score any URL on a 0-100 AI-readiness scale. Free, no credits.
POSThttps://www.startuphub.ai/api/agent-readiness/scan{"url": "{{url}}"}All three need the same Authorization: Bearer sk_live_... header (except Scan AI Readiness, which works without auth at lower rate limits).
Ready to wire it up?
50 validations + 5 discoveries / day on the free tier.