RocketReach
Use RocketReach from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect RocketReach once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect rocketreach # opens browser → authorize RocketReach
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using RocketReach
npx @useclawlink/cli actions rocketreach "<what you want to do>" # find an action
npx @useclawlink/cli describe rocketreach <action-id> # see its inputs (before writes)
npx @useclawlink/cli run rocketreach <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
rocketreach_lookup_person |
Look up a person by email |
rocketreach_lookup_person_and_company |
Look up person and company details together |
rocketreach_search_people |
Search for people by name, title, or keywords |
rocketreach_lookup_company |
Look up a company by name |
rocketreach_search_companies |
Search for companies by name or keyword |
rocketreach_get_company_funding |
Get company funding history |
rocketreach_get_company_growth |
Get company growth metrics |
rocketreach_get_company_size |
Get company employee size |
rocketreach_get_company_tech_stack |
Get company technology stack |
rocketreach_get_company_industries |
Get company industry classifications |
rocketreach_get_account |
Get your RocketReach account info |
rocketreach_check_person_status |
Check status of person lookups |
Notes
- No API key for RocketReach itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect rocketreach. - The action list above is a snapshot;
npx @useclawlink/cli actions rocketreachis always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.