-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrunchbase-organizations.yml
151 lines (151 loc) · 5.3 KB
/
crunchbase-organizations.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
name: crunchbase-organizations
deployed: true
title: Crunchbase Organizations
description: Returns data about organizations
task:
op: redirect
path: https://api.flex.io/v1/integration-crunchbase/pipes/crunchbase-organizations/run
params:
- name: properties
type: array
description: The properties to return, given as a string or array; defaults to all properties; see "Returns" for available properties
required: false
- name: filter
type: array
description: Search query to determine the rows to return, given as a string or array
required: false
returns:
- name: uuid
type: string
description: Globally unique ID for the organization
- name: name
type: string
description: Name of the organization
- name: type
type: string
description: Type of information described by the globally unique ID
- name: permalink
type: string
description: Permalink of the organization
- name: cb_url
type: string
description: Crunchbase website page URL for the organization
- name: rank
type: integer
description: Algorithmic rank assigned to the record
- name: created_at
type: date
description: Date the organization record was created in the system
- name: updated_at
type: date
description: Date the information for the organization was last updated in the system
- name: legal_name
type: string
description: Legal name of the organization
- name: roles
type: string
description: List of roles served by the organization
- name: domain
type: string
description: Domain name of the organization
- name: homepage_url
type: string
description: Homepage website page URL for the organization
- name: country_code
type: string
description: Country where the headquarters of the organization is located
- name: state_code
type: string
description: State or province where the headquarters of the organization is located
- name: region
type: string
description: Region where the headquarters of the organization is located
- name: city
type: string
description: City where the headquarters of the organization is located
- name: address
type: string
description: Address where the headquarters of the organization is located
- name: postal_code
type: string
description: Postal code where the headquarters of the organization is located
- name: status
type: string
description: Current status of the organization
- name: short_description
type: string
description: Short description of the organization
- name: category_list
type: string
description: List of business categories the organization is involved in
- name: category_groups_list
type: string
description: List of business category groups the organization is involved in
- name: num_funding_rounds
type: integer
description: Number of funding rounds raised by the organization
- name: total_funding_usd
type: integer
description: Total funding amount raised by the organization in USD
- name: total_funding
type: integer
description: Total funding amount raised by the organization in the currency given by the funding currency code
- name: total_funding_currency_code
type: string
description: Funding currency code of the total funding amount raised by the organization
- name: founded_on
type: date
description: Date the organization was found on
- name: last_funding_on
type: date
description: Date the organization was last funded
- name: closed_on
type: date
description: Date the organization was closed
- name: employee_count
type: string
description: Number of employees in the organization
- name: email
type: string
description: Primary contact email address for the organization
- name: phone
type: string
description: Primary phone number for the organization
- name: facebook_url
type: string
description: Facebook website page URL for the organization
- name: linkedin_url
type: string
description: LinkedIn website page URL for the organization
- name: twitter_url
type: string
description: Twitter website page URL for the organization
- name: logo_url
type: string
description: Logo URL for the organization
- name: alias1
type: string
description: Alternative name for the organization
- name: alias2
type: string
description: Alternative name for the organization
- name: alias3
type: string
description: Alternative name for the organization
- name: primary_role
type: string
description: Primary role served by the organization
- name: num_exits
type: integer
description: The number of exists the organization was involved in
examples:
- '"*"'
- '"name, homepage_url, category_groups_list, founded_on, closed_on, employee_count", "category_groups_list:advertising"'
- '"name, homepage_url, category_groups_list, founded_on, closed_on, employee_count", "closed_on:>=2020-01-01"'
- '"name, homepage_url, category_groups_list, founded_on, closed_on, employee_count", "+founded_on:>=2020-01-01 +employee_count:11-50"'
notes: |-
Additional Resources:
* Flexio Crunchbase Templates: \
https://www.flex.io/integrations/crunchbase/
* Flexio Function Syntax Tutorial: \
https://www.flex.io/resources/examples/