Loading...
Loading...
Compare original and translation side by side
APOLLO_API_KEY~/.claude/.env.globalThis skill requires an Apollo.io API key. Set it via:
export APOLLO_API_KEY=your_key_here
Or add it to ~/.claude/.env.global
Get your API key at: https://app.apollo.io/#/settings/integrations/apiAPOLLO_API_KEY~/.claude/.env.globalThis skill requires an Apollo.io API key. Set it via:
export APOLLO_API_KEY=your_key_here
Or add it to ~/.claude/.env.global
Get your API key at: https://app.apollo.io/#/settings/integrations/apihttps://api.apollo.ioX-Api-Keyapi_keyhttps://api.apollo.ioX-Api-Keyapi_keycurl -s -X POST "https://api.apollo.io/api/v1/mixed_people/search" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{
"q_keywords": "vp marketing",
"person_titles": ["VP Marketing", "Head of Marketing", "CMO"],
"organization_num_employees_ranges": ["51,200"],
"person_locations": ["United States"],
"page": 1,
"per_page": 10
}'q_keywordsperson_titlesperson_locationsorganization_industry_tag_idsorganization_num_employees_rangesq_organization_domainscurl -s -X POST "https://api.apollo.io/api/v1/mixed_people/search" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{
"q_keywords": "vp marketing",
"person_titles": ["VP Marketing", "Head of Marketing", "CMO"],
"organization_num_employees_ranges": ["51,200"],
"person_locations": ["United States"],
"page": 1,
"per_page": 10
}'q_keywordsperson_titlesperson_locationsorganization_industry_tag_idsorganization_num_employees_rangesq_organization_domainscurl -s -X POST "https://api.apollo.io/api/v1/organizations/enrich" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{"domain": "example.com"}'curl -s -X POST "https://api.apollo.io/api/v1/organizations/enrich" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{"domain": "example.com"}'curl -s -X POST "https://api.apollo.io/api/v1/organizations/bulk_enrich" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{"domains": ["example.com", "company2.com", "company3.com"]}'curl -s -X POST "https://api.apollo.io/api/v1/organizations/bulk_enrich" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{"domains": ["example.com", "company2.com", "company3.com"]}'curl -s -X POST "https://api.apollo.io/api/v1/people/match" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{
"email": "john@example.com",
"reveal_personal_emails": false,
"reveal_phone_number": false
}'curl -s -X POST "https://api.apollo.io/api/v1/people/match" \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${APOLLO_API_KEY}" \
-d '{
"email": "john@example.com",
"reveal_personal_emails": false,
"reveal_phone_number": false
}'| Factor | Weight | Criteria |
|---|---|---|
| Title match | 30% | Exact title vs. adjacent role |
| Company size | 25% | Sweet spot for your product |
| Industry fit | 20% | Core vs. adjacent industry |
| Recency | 15% | How recently they started the role |
| Signals | 10% | Hiring, funding, tech stack changes |
| 因素 | 权重 | 评判标准 |
|---|---|---|
| 职位匹配度 | 30% | 完全匹配职位 vs. 相关职位 |
| 企业规模 | 25% | 与你的产品适配的最佳规模 |
| 行业契合度 | 20% | 核心行业 vs. 相关行业 |
| 任职时长 | 15% | 他们担任该职位的时间长短 |
| 信号指标 | 10% | 招聘、融资、技术栈变化等信号 |
undefinedundefined| # | Name | Title | Company | Employees | Industry | Score |
|---|---|---|---|---|---|---|
| 1 | {name} | {title} | {company} | {size} | {industry} | {score}/100 |
| 序号 | 姓名 | 职位 | 企业 | 员工数量 | 行业 | 评分 |
|---|---|---|---|---|---|---|
| 1 | {name} | {title} | {company} | {size} | {industry} | {score}/100 |
undefinedundefined