search_companies
按公司关键词、行业、标签、中国/海外地区、成立年份、发展阶段、千里马、独角兽、公司资质等条件分页查询对外可见公司,适合回答有哪些公司、按名称找公司和补充项目背景;如用户只问总数、多少家、数量,优先使用 count_companies。
Parameters
| fields | any | optional | |
| page_size | any | optional | |
| cursor | any | optional | |
| keyword | string | optional | |
| tag_ids | any | optional | |
| tag_match_mode | string | optional | |
| location | any | optional | |
| scope_ids | any | optional | |
| sub_scope_ids | any | optional | |
| provinces | any | optional | |
| cities | any | optional | |
| born_year_start | any | optional | |
| born_year_end | any | optional | |
| fund_status_ids | any | optional | |
| is_horse_club | any | optional | |
| is_unicorn | any | optional | |
| qualification_type_ids | any | optional |
Raw schema
{
"type": "object",
"properties": {
"fields": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Fields"
},
"page_size": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Page Size"
},
"cursor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cursor"
},
"keyword": {
"default": "",
"title": "Keyword",
"type": "string"
},
"tag_ids": {
"anyOf": [
{
"items": {
"type": "integer"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Tag Ids"
},
"tag_match_mode": {
"default": "union",
"title": "Tag Match Mode",
"type": "string"
},
"location": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Location"
},
"scope_ids": {
"anyOf": [
{
"items": {
"type": "integer"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Scope Ids"
},
"sub_scope_ids": {
"anyOf": [
{
"items": {
"type": "integer"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Sub Scope Ids"
},
"provinces": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Provinces"
},
"cities": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Cities"
},
"born_year_start": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Born Year Start"
},
"born_year_end": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Born Year End"
},
"fund_status_ids": {
"anyOf": [
{
"items": {
"type": "integer"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Fund Status Ids"
},
"is_horse_club": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Is Horse Club"
},
"is_unicorn": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Is Unicorn"
},
"qualification_type_ids": {
"anyOf": [
{
"items": {
"type": "integer"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Qualification Type Ids"
}
},
"title": "search_companies_toolArguments"
}