people-company-search-fiber
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFiber AI - People & Company Intelligence
Fiber AI - 人员与企业情报工具
Cost Reference
费用参考
| Endpoint | Cost | Notes |
|---|---|---|
| $0.02/record (pageSize × $0.02) | Default $0.50 if no pageSize |
| $0.02/record (pageSize × $0.02) | Default $0.50 if no pageSize |
| Varies | |
| Varies | Single lookup |
| ~$0.02 |
Cheaper alternative for people search: Apollo costs $0.01 flat per call regardless of result count. Use when possible.
mixed_people/search$GOOSEWORKS_API_BASE/v1/proxy/apollo/mixed_people/searchTip: Use the dedicated proxy route instead of the generic orthogonal proxy for cleaner billing tracking.
$GOOSEWORKS_API_BASE/v1/proxy/fiber/...| 接口 | 费用 | 说明 |
|---|---|---|
| $0.02/条记录(pageSize × $0.02) | 未指定pageSize时默认费用为$0.50 |
| $0.02/条记录(pageSize × $0.02) | 未指定pageSize时默认费用为$0.50 |
| 费用不定 | |
| 费用不定 | 单次查询 |
| ~$0.02 |
人员搜索更低价替代方案: Apollo 每次调用固定收费**$0.01**,与结果数量无关。尽可能使用 。
mixed_people/search$GOOSEWORKS_API_BASE/v1/proxy/apollo/mixed_people/search提示: 使用专用代理路由 而非通用正交代理,以便更清晰地跟踪账单。
$GOOSEWORKS_API_BASE/v1/proxy/fiber/...Setup
配置步骤
Read your credentials from ~/.gooseworks/credentials.json:
bash
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")If ~/.gooseworks/credentials.json does not exist, tell the user to run:
npx gooseworks loginAll endpoints use Bearer auth:
-H "Authorization: Bearer $GOOSEWORKS_API_KEY"Comprehensive search and enrichment for people, companies, investors, and jobs.
从~/.gooseworks/credentials.json读取您的凭证:
bash
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")如果~/.gooseworks/credentials.json不存在,请告知用户运行:
npx gooseworks login所有接口均使用Bearer认证:
-H "Authorization: Bearer $GOOSEWORKS_API_KEY"提供针对人员、企业、投资者及职位的全面搜索与数据增强服务。
Capabilities
功能特性
- Search profiles from text: Takes free-form text (e
- Search companies from text: Takes free-form text (e
- Find person by email: Do a reverse lookup: given an email address, find someone's LinkedIn profile and personal details
- Live fetch LinkedIn profile: Returns an enriched profile with details for a given LinkedIn profile identifier
- Validate a single email: Checks if a given email is likely to bounce using a waterfall of strategies
- Kitchen sink person lookup: Search for a person using a variety of parameters such as LinkedIn slug, LinkedIn URL, or their current company information
- Kitchen sink company lookup: Search for a company using a variety of parameters such as LinkedIn slug, LinkedIn URL, name, etc
- Investor search: Search for investors with flexible filtering capabilities
- Fetch LinkedIn profile posts: Fetches recent posts from a LinkedIn profile
- Live fetch LinkedIn company: Returns an enriched company with details for a given LinkedIn company identifier
- People search: Search for people using filters
- Fetch LinkedIn post comments: Fetches paginated comments for a LinkedIn post
- Company search: Search for companies using filters
- Convert text into company search filters: Takes free-form text (e
- Convert text into profile search filters: Takes free-form text (e
- Job postings search: Search for job postings with flexible filtering capabilities
- Fetch LinkedIn post reactions: Fetches paginated reactions of a specific type for a LinkedIn post
- 基于文本搜索个人资料:支持自由格式文本(例:"美国拥有5年以上经验的软件工程师")并返回匹配的个人资料列表
- 基于文本搜索企业:支持自由格式文本(例:"美国员工规模50-200人的A轮初创企业")并返回匹配的企业列表
- 通过邮箱查找人员:反向查询:给定邮箱地址,查找对应的LinkedIn个人资料及详细信息
- 实时获取LinkedIn个人资料:根据给定的LinkedIn个人资料标识,返回增强后的个人资料详情
- 验证单个邮箱:通过多种策略组合检查给定邮箱是否可能退信,支持其他API难以验证的通用邮箱地址
- 多维度人员查询:使用多种参数(如LinkedIn别名、LinkedIn链接、当前企业信息等)搜索人员
- 多维度企业查询:使用多种参数(如LinkedIn别名、LinkedIn链接、企业名称等)搜索企业
- 投资者搜索:支持灵活筛选的投资者搜索功能
- 获取LinkedIn个人资料动态:获取LinkedIn个人资料的近期动态
- 实时获取LinkedIn企业资料:根据给定的LinkedIn企业标识,返回增强后的企业资料详情
- 人员筛选搜索:使用筛选条件搜索人员
- 获取LinkedIn动态评论:分页获取LinkedIn动态的评论
- 企业筛选搜索:使用筛选条件搜索企业
- 文本转企业搜索筛选条件:将自由格式文本(例:"美国员工规模50-200人的A轮初创企业")转换为结构化的企业搜索筛选条件
- 文本转个人资料搜索筛选条件:将自由格式文本(例:"美国拥有5年以上经验的软件工程师")转换为结构化的个人资料搜索筛选条件
- 职位发布搜索:支持灵活筛选的职位发布搜索功能
- 获取LinkedIn动态互动数据:分页获取LinkedIn动态的特定类型互动数据
Usage
使用示例
Search profiles from text
基于文本搜索个人资料
Takes free-form text (e.g., 'Software engineers in US with 5+ years of experience') and returns a list of matching profiles.
Parameters:
- query* (string)
- pageSize (integer) - The number of profiles to return, if you need to get more results, you can paginate.
- getDetailedEducation (['boolean', 'null']) - Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it.
- getDetailedWorkExperience (['boolean', 'null']) - Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it.
- cursor (['string', 'null']) - A pagination cursor returned from a previous search response. Use this to fetch the next page of results.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/natural-language-search/profiles","body":{"query":"Software engineers in San Francisco with 5+ years experience"}}'支持自由格式文本(例:"旧金山拥有5年以上经验的软件工程师")并返回匹配的个人资料列表。
参数:
- query*(字符串)
- pageSize(整数)- 返回的个人资料数量,如需更多结果可分页获取
- getDetailedEducation(['boolean', 'null'])- 是否包含教育经历的详细信息(如学校的LinkedIn链接、官网、所在地等),该信息会存入detailedEducation数组。启用此参数会减慢API调用速度,仅在需要时开启
- getDetailedWorkExperience(['boolean', 'null'])- 是否包含工作经历的详细信息(如企业的LinkedIn链接、官网、所在地等),该信息会存入detailedWorkExperience数组。启用此参数会减慢API调用速度,仅在需要时开启
- cursor(['string', 'null'])- 上一次搜索返回的分页游标,用于获取下一页结果
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/natural-language-search/profiles","body":{"query":"Software engineers in San Francisco with 5+ years experience"}}'Search companies from text
基于文本搜索企业
Takes free-form text (e.g., 'Series A startups in USA with 50–200 employees') and returns a list of matching companies.
Parameters:
- query* (string)
- pageSize (integer) - The number of companies to return, if you need to get more results, you can paginate.
- cursor (['string', 'null']) - A pagination cursor returned from a previous search response. Use this to fetch the next page of results.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/natural-language-search/companies","body":{"query":"Series A startups in fintech with 50-200 employees"}}'支持自由格式文本(例:"金融科技领域员工规模50-200人的A轮初创企业")并返回匹配的企业列表。
参数:
- query*(字符串)
- pageSize(整数)- 返回的企业数量,如需更多结果可分页获取
- cursor(['string', 'null'])- 上一次搜索返回的分页游标,用于获取下一页结果
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/natural-language-search/companies","body":{"query":"Series A startups in fintech with 50-200 employees"}}'Find person by email
通过邮箱查找人员
Do a reverse lookup: given an email address, find someone's LinkedIn profile and personal details. Note: if you also have the person's name, company, etc., you'll get better results with the Kitchen Sink endpoint, where you can pass all the information you have.
Parameters:
- email* (string) - The person's email address for which you want to do a reverse lookup
- num_profiles (['number', 'null']) - Number of profiles to return. Maximum 10 profiles can be returned for given query. The returned profiles will be sorted by best match first.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/email-to-person/single","body":{"email":"john@company.com"}}'反向查询:给定邮箱地址,查找对应的LinkedIn个人资料及详细信息。注意:如果您还拥有该人员的姓名、企业等信息,使用多维度查询接口(Kitchen Sink)并传入所有已知信息会获得更优结果。
参数:
- email*(字符串)- 用于反向查询的人员邮箱地址
- num_profiles(['number', 'null'])- 返回的个人资料数量,最多返回10条,结果按匹配度排序
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/email-to-person/single","body":{"email":"john@company.com"}}'Live fetch LinkedIn profile
实时获取LinkedIn个人资料
Returns an enriched profile with details for a given LinkedIn profile identifier
Parameters:
- identifier* (string) - Identifier can be a profile's LinkedIn slug (e.g. 'williamhgates' from <linkedin.com/in/williamhgates>), a Sales Navigator URN (e.g. 'ACwAAA.....'), or a full LinkedIn URL (e.g. 'https://www.linkedin.com/in/williamhgates/')
- getDetailedEducation (['boolean', 'null']) - Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it.
- getDetailedWorkExperience (['boolean', 'null']) - Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/profile/single","body":{"identifier":"https://linkedin.com/in/johndoe"}}'根据给定的LinkedIn个人资料标识,返回增强后的个人资料详情
参数:
- identifier*(字符串)- 标识可以是个人资料的LinkedIn别名(例:<linkedin.com/in/williamhgates>中的'williamhgates')、Sales Navigator URN(例:'ACwAAA.....')或完整的LinkedIn链接(例:'https://www.linkedin.com/in/williamhgates/')
- getDetailedEducation(['boolean', 'null'])- 是否包含教育经历的详细信息(如学校的LinkedIn链接、官网、所在地等),该信息会存入detailedEducation数组。启用此参数会减慢API调用速度,仅在需要时开启
- getDetailedWorkExperience(['boolean', 'null'])- 是否包含工作经历的详细信息(如企业的LinkedIn链接、官网、所在地等),该信息会存入detailedWorkExperience数组。启用此参数会减慢API调用速度,仅在需要时开启
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/profile/single","body":{"identifier":"https://linkedin.com/in/johndoe"}}'Validate a single email
验证单个邮箱
Checks if a given email is likely to bounce using a waterfall of strategies. Works for catch-all email addresses, which are increasingly common yet hard for other APIs to validate.
Parameters:
- email* (string) - The email to validate
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/validate-email/single","body":{"email":"john@example.com"}}'通过多种策略组合检查给定邮箱是否可能退信,支持其他API难以验证的通用邮箱地址。
参数:
- email*(字符串)- 需要验证的邮箱地址
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/validate-email/single","body":{"email":"john@example.com"}}'Kitchen sink person lookup
多维度人员查询
Search for a person using a variety of parameters such as LinkedIn slug, LinkedIn URL, or their current company information. Returns profile data for the person if found.
Parameters:
- profileIdentifier (string) - If provided and correct, we would always be able to find the profile. You do not need to pass in any other info if you pass this.
- emailAddress (['string', 'null']) - The email address of the person to search for
- personName (['object', 'null'])
- jobTitle (['object', 'null'])
- companyIdentifier (string) - The company the profile is currently working at. If provided the accuracy of the lookup increases. You do not need to pass in any other company parameters if you pass this.
- companyName (['object', 'null'])
- companyDomain (['object', 'null'])
- numProfiles (integer) - The maximum number of profiles you want to fetch. Profiles are sorted by best match first.
- liveFetch (['boolean', 'null']) - Whether to fetch the freshest copy of the found profiles's LinkedIn data (costs extra). If omitted or set to false, we'll give the cached data present in our database. The boolean flag is deprecated and will be removed in future. Please use the object instead.
- forceCompanyMatch (['boolean', 'null']) - Whether to strictly match the company. If true, we will strictly lookup prospects which belong to given company details.
- fuzzySearch (['boolean', 'null']) - Whether to use fuzzy search on names, job titles and other parameters. This is good if you are not sure about the exact name or job title.
- getDetailedEducation (['boolean', 'null']) - Whether to include deep details about each educational item, like the school's LinkedIn URL, website, location, etc. That'll be put in the detailedEducation array. This slows down the API call, so only enable this if you need it.
- getDetailedWorkExperience (['boolean', 'null']) - Whether to include deep details about each work experience item, like the company's LinkedIn URL, website, location, etc. That'll be put in the detailedWorkExperience array. This slows down the API call, so only enable this if you need it.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/kitchen-sink/person","body":{"linkedin_url":"https://linkedin.com/in/johndoe"}}'使用多种参数(如LinkedIn别名、LinkedIn链接、当前企业信息等)搜索人员,找到后返回个人资料数据。
参数:
- profileIdentifier(字符串)- 如果提供且正确,我们一定能找到对应的个人资料,此时无需传入其他参数
- emailAddress(['string', 'null'])- 待搜索人员的邮箱地址
- personName(['object', 'null'])
- jobTitle(['object', 'null'])
- companyIdentifier(字符串)- 该人员当前就职的企业,传入此参数可提高查询准确性,此时无需传入其他企业相关参数
- companyName(['object', 'null'])
- companyDomain(['object', 'null'])
- numProfiles(整数)- 最多返回的个人资料数量,结果按匹配度排序
- liveFetch(['boolean', 'null'])- 是否获取最新的LinkedIn个人资料数据(需额外付费)。如果省略或设为false,将返回数据库中的缓存数据。该布尔标记已废弃,未来会移除,请使用对象形式替代
- forceCompanyMatch(['boolean', 'null'])- 是否严格匹配企业信息。如果设为true,我们将仅查找符合给定企业信息的潜在人员
- fuzzySearch(['boolean', 'null'])- 是否对姓名、职位等参数使用模糊搜索,适用于不确定准确姓名或职位的场景
- getDetailedEducation(['boolean', 'null'])- 是否包含教育经历的详细信息(如学校的LinkedIn链接、官网、所在地等),该信息会存入detailedEducation数组。启用此参数会减慢API调用速度,仅在需要时开启
- getDetailedWorkExperience(['boolean', 'null'])- 是否包含工作经历的详细信息(如企业的LinkedIn链接、官网、所在地等),该信息会存入detailedWorkExperience数组。启用此参数会减慢API调用速度,仅在需要时开启
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/kitchen-sink/person","body":{"linkedin_url":"https://linkedin.com/in/johndoe"}}'Kitchen sink company lookup
多维度企业查询
Search for a company using a variety of parameters such as LinkedIn slug, LinkedIn URL, name, etc. Returns complete company data if found.
Parameters:
- companyIdentifier (string) - A unique identifier for the company. Accepts one of: linkedinSlug, linkedinUrl, or linkedinOrgID. Providing this increases the accuracy and speed of the lookup. If this is provided, you do not need to supply companyName or companyDomain.
- companyName (['object', 'null'])
- companyDomain (['object', 'null'])
- numCompanies (integer) - The number of companies you want to fetch. Companies are sorted by best match first.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/kitchen-sink/company","body":{"domain":"openai.com"}}'使用多种参数(如LinkedIn别名、LinkedIn链接、企业名称等)搜索企业,找到后返回完整的企业数据。
参数:
- companyIdentifier(字符串)- 企业的唯一标识,支持:linkedinSlug、linkedinUrl或linkedinOrgID。传入此参数可提高查询准确性和速度,此时无需传入companyName或companyDomain
- companyName(['object', 'null'])
- companyDomain(['object', 'null'])
- numCompanies(整数)- 最多返回的企业数量,结果按匹配度排序
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/kitchen-sink/company","body":{"domain":"openai.com"}}'Investor search
投资者搜索
Search for investors with flexible filtering capabilities
Parameters:
- searchParams* (object) - Investor search filter parameters
- pageSize (integer) - Number of investors to return per page (max 1000)
- cursor (['string', 'null']) - Pagination cursor returned from a previous search response. Use this to fetch the next page of results. Null for the first page.
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/investor-search"}'
"searchParams": {
"investment_stages": ["Seed", "Series A"],
"industries": ["AI", "SaaS"]
}
}'支持灵活筛选的投资者搜索功能
参数:
- searchParams*(对象)- 投资者搜索筛选参数
- pageSize(整数)- 每页返回的投资者数量(最多1000条)
- cursor(['string', 'null'])- 上一次搜索返回的分页游标,用于获取下一页结果,第一页设为Null
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/investor-search"}'
"searchParams": {
"investment_stages": ["Seed", "Series A"],
"industries": ["AI", "SaaS"]
}
}'Fetch LinkedIn profile posts
获取LinkedIn个人资料动态
Fetches recent posts from a LinkedIn profile. Returns a paginated feed of posts with optional cursor for pagination. Each page returns up to 50 posts.
Parameters:
- identifier* (string) - Identifier can be a profile's LinkedIn slug (e.g. 'williamhgates' from <linkedin.com/in/williamhgates>), a Sales Navigator URN (e.g. 'ACwAAA.....'), or a full LinkedIn URL (e.g. 'https://www.linkedin.com/in/williamhgates/')
- cursor (['string', 'null']) - Pagination cursor for fetching additional pages of posts
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/profile-posts","body":{"identifier":"https://linkedin.com/in/johndoe"}}'获取LinkedIn个人资料的近期动态,返回分页的动态列表,支持游标分页,每页最多返回50条动态。
参数:
- identifier*(字符串)- 标识可以是个人资料的LinkedIn别名(例:<linkedin.com/in/williamhgates>中的'williamhgates')、Sales Navigator URN(例:'ACwAAA.....')或完整的LinkedIn链接(例:'https://www.linkedin.com/in/williamhgates/')
- cursor(['string', 'null'])- 用于获取更多动态的分页游标
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/profile-posts","body":{"identifier":"https://linkedin.com/in/johndoe"}}'Live fetch LinkedIn company
实时获取LinkedIn企业资料
Returns an enriched company with details for a given LinkedIn company identifier
Parameters:
- type* (string)
- value* (string) - The company's LinkedIn slug (e.g., 'microsoft'), LinkedIn URL (e.g., 'https://www.linkedin.com/company/microsoft' or 'https://www.linkedin.com/company/1441'), LinkedIn organization ID (e.g., '1441' for Google), or Fiber company ID (e.g., 'comp_1441')
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/company/single","body":{"identifier":"https://linkedin.com/company/openai"}}'根据给定的LinkedIn企业标识,返回增强后的企业资料详情
参数:
- type*(字符串)
- value*(字符串)- 企业的LinkedIn别名(例:'microsoft')、LinkedIn链接(例:'https://www.linkedin.com/company/microsoft'或'https://www.linkedin.com/company/1441')、LinkedIn组织ID(例:谷歌的'1441')或Fiber企业ID(例:'comp_1441')
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/company/single","body":{"identifier":"https://linkedin.com/company/openai"}}'People search
人员筛选搜索
Search for people using filters
Parameters:
- searchParams (object) - Search parameters for people search.
- pageSize (integer) - The number of profiles to return, if you need to get more results, you can paginate.
- cursor (['string', 'null']) - A pagination cursor returned from a previous search response. Use this to fetch the next page of results.
- currentCompanies (['array', 'null']) - Filter people by the companies they are currently working for. If you want to search over many companies, we suggest using the Combined Search API, which is optimized for this use case.
- prospectExclusionListIDs (['array', 'null']) - Filter out people which belong to the given prospect exclusion lists
- companyExclusionListIDs (['array', 'null']) - Filter out people who work at companies which belong to the given company exclusion lists
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/people-search"}'
"searchParams": {
"job_titles": ["CTO", "VP Engineering"],
"locations": ["San Francisco", "New York"]
}
}'使用筛选条件搜索人员
参数:
- searchParams(对象)- 人员搜索参数
- pageSize(整数)- 返回的个人资料数量,如需更多结果可分页获取
- cursor(['string', 'null'])- 上一次搜索返回的分页游标,用于获取下一页结果
- currentCompanies(['array', 'null'])- 按当前就职企业筛选人员,如需搜索大量企业,建议使用Combined Search API,该API针对此场景做了优化
- prospectExclusionListIDs(['array', 'null'])- 排除属于指定潜在人员排除列表的人员
- companyExclusionListIDs(['array', 'null'])- 排除就职于指定企业排除列表中企业的人员
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/people-search"}'
"searchParams": {
"job_titles": ["CTO", "VP Engineering"],
"locations": ["San Francisco", "New York"]
}
}'Fetch LinkedIn post comments
获取LinkedIn动态评论
Fetches paginated comments for a LinkedIn post. Each page contains up to 10 comments.
Parameters:
- contentId* (string) - You can get LinkedIn posts from the Profile or Company Posts endpoints. (e.g., 'urn:li:activity:7123456789012345678' or 'urn:li:ugcPost:7391650829398675456')
- cursor (['string', 'null']) - Pagination cursor for fetching additional pages of posts
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/post-comments","body":{"identifier":"https://linkedin.com/feed/update/urn:li:activity:1234"}}'分页获取LinkedIn动态的评论,每页最多包含10条评论。
参数:
- contentId*(字符串)- 可从个人资料或企业动态接口获取LinkedIn动态(例:'urn:li:activity:7123456789012345678'或'urn:li:ugcPost:7391650829398675456')
- cursor(['string', 'null'])- 用于获取更多评论的分页游标
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/post-comments","body":{"identifier":"https://linkedin.com/feed/update/urn:li:activity:1234"}}'Company search
企业筛选搜索
Search for companies using filters
Parameters:
- searchParams* (object) - Search parameters for company search API.
- pageSize (integer) - The number of companies to return, if you need to get more results, you can paginate.
- cursor (['string', 'null']) - A pagination cursor returned from a previous search response. Use this to fetch the next page of results.
- companyExclusionListIDs (['array', 'null']) - Filter out companies which belong to the given company exclusion lists. You can create company exclusion lists via /v1/exclusions/companies/create-list
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/company-search"}'
"searchParams": {
"industries": ["Software", "AI"],
"employee_count_min": 50,
"employee_count_max": 500
}
}'使用筛选条件搜索企业
参数:
- searchParams*(对象)- 企业搜索API的参数
- pageSize(整数)- 返回的企业数量,如需更多结果可分页获取
- cursor(['string', 'null'])- 上一次搜索返回的分页游标,用于获取下一页结果
- companyExclusionListIDs(['array', 'null'])- 排除属于指定企业排除列表的企业,可通过/v1/exclusions/companies/create-list创建企业排除列表
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/company-search"}'
"searchParams": {
"industries": ["Software", "AI"],
"employee_count_min": 50,
"employee_count_max": 500
}
}'Convert text into company search filters
文本转企业搜索筛选条件
Takes free-form text (e.g., 'Series A startups in USA with 50–200 employees') and converts it into a structured set of filters for company search.
Parameters:
- query* (string)
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/text-to-search-params/companies","body":{"query":"AI startups in healthcare"}}'将自由格式文本(例:"美国员工规模50-200人的A轮初创企业")转换为结构化的企业搜索筛选条件。
参数:
- query*(字符串)
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/text-to-search-params/companies","body":{"query":"AI startups in healthcare"}}'Convert text into profile search filters
文本转个人资料搜索筛选条件
Takes free-form text (e.g., 'Software engineers in US with 5+ years of experience') and converts it into a structured set of filters for profile search.
Parameters:
- query* (string)
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/text-to-search-params/profiles","body":{"query":"Senior engineers at FAANG companies"}}'将自由格式文本(例:"美国拥有5年以上经验的软件工程师")转换为结构化的个人资料搜索筛选条件。
参数:
- query*(字符串)
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/text-to-search-params/profiles","body":{"query":"Senior engineers at FAANG companies"}}'Job postings search
职位发布搜索
Search for job postings with flexible filtering capabilities
Parameters:
- searchParams* (object) - Job search filter parameters
- pageSize (integer) - Number of jobs to return per page (max 1000)
- cursor (['string', 'null']) - Pagination cursor for fetching next page of results
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/job-search"}'
"searchParams": {
"job_titles": ["Software Engineer"],
"locations": ["Remote"]
}
}'支持灵活筛选的职位发布搜索功能
参数:
- searchParams*(对象)- 职位搜索筛选参数
- pageSize(整数)- 每页返回的职位数量(最多1000条)
- cursor(['string', 'null'])- 用于获取下一页结果的分页游标
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/job-search"}'
"searchParams": {
"job_titles": ["Software Engineer"],
"locations": ["Remote"]
}
}'Fetch LinkedIn post reactions
获取LinkedIn动态互动数据
Fetches paginated reactions of a specific type for a LinkedIn post. Each page contains up to 10 reactions.
Parameters:
- contentId* (string) - You can get LinkedIn posts from the Profile or Company Posts endpoints. (e.g., 'urn:li:activity:7123456789012345678' or 'urn:li:ugcPost:7391650829398675456')
- reactionType (['string', 'null']) - Type of reaction to fetch. If null, all reactions will be fetched.
- cursor (['string', 'null']) - Pagination cursor for fetching additional pages of posts
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/post-reactions","body":{"identifier":"https://linkedin.com/feed/update/urn:li:activity:1234"}}'分页获取LinkedIn动态的特定类型互动数据,每页最多包含10条互动记录。
参数:
- contentId*(字符串)- 可从个人资料或企业动态接口获取LinkedIn动态(例:'urn:li:activity:7123456789012345678'或'urn:li:ugcPost:7391650829398675456')
- reactionType(['string', 'null'])- 要获取的互动类型,如果为null则获取所有类型的互动
- cursor(['string', 'null'])- 用于获取更多互动数据的分页游标
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/linkedin-live-fetch/post-reactions","body":{"identifier":"https://linkedin.com/feed/update/urn:li:activity:1234"}}'Use Cases
应用场景
- Recruiting: Find candidates matching specific criteria
- Sales Prospecting: Build targeted lead lists
- Fundraising: Research investors in your space
- Competitive Intel: Track companies and their employees
- Job Search: Find relevant job opportunities
- 招聘:查找符合特定条件的候选人
- 销售线索挖掘:构建目标客户列表
- 融资:研究所在领域的投资者
- 竞争情报:跟踪企业及其员工动态
- 职位搜索:查找相关的工作机会
Discover More
更多内容
For full endpoint details and parameters:
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/search \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"fiber API endpoints"}' List all endpoints
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/details \
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"fiber","path":"/v1/natural-language-search/profiles"}' # Get endpoint details如需完整的接口详情和参数说明:
bash
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/search \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"prompt":"fiber API endpoints"}' List all endpoints
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/details \\
-H "Authorization: Bearer $GOOSEWORKS_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{"api":"fiber","path":"/v1/natural-language-search/profiles"}' # Get endpoint details",