-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrunchbase-investors.yml
103 lines (103 loc) · 3.57 KB
/
crunchbase-investors.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
name: crunchbase-investors
deployed: true
title: Crunchbase Investors
description: Returns data about investors
task:
op: redirect
path: https://api.flex.io/v1/integration-crunchbase/pipes/crunchbase-investors/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 investor
- name: name
type: string
description: Name of the investor
- name: type
type: string
description: Type of information described by the globally unique ID
- name: permalink
type: string
description: Permalink for the investor
- name: cb_url
type: string
description: Crunchbase website page URL for the investor
- name: rank
type: integer
description: Algorithmic rank assigned to the record
- name: created_at
type: date
description: Date the record was created in the system
- name: updated_at
type: date
description: Date the information for the record was last updated in the system
- name: roles
type: string
description: List of roles for the investor (e.g. investor, company, etc.)
- name: domain
type: string
description: Website domain for the investor
- name: country_code
type: string
description: Country where the investor is located
- name: state_code
type: string
description: State or province where the investor is located
- name: region
type: string
description: Region where the investor is located
- name: city
type: string
description: City where the investor is located
- name: investor_types
type: string
description: Type of investor (e.g. angel, venture_capital, etc.)
- name: investment_count
type: integer
description: Number of investments the investor has participated in
- name: total_funding_usd
type: integer
description: Total funding amount raised across funds in US dollars
- name: total_funding
type: integer
description: Total funding amount raised across funds
- name: total_funding_currency_code
type: string
description: Currency of the total funding amount raised across funds
- name: founded_on
type: date
description: Date the organization was founded
- name: closed_on
type: date
description: Date when the organization was closed
- name: facebook_url
type: string
description: Facebook page URL for the investor
- name: linkedin_url
type: string
description: LinkedIn profile URL for the investor
- name: twitter_url
type: string
description: Twitter profile URL for the investor
- name: logo_url
type: string
description: Website URL for the investor's logo
examples:
- '"*"'
- '"name, investor_types, city, state_code, investment_count, founded_on, closed_on, cb_url", "+investor_types:venture_capital +state_code:CA"'
- '"name, investor_types, city, state_code, investment_count, founded_on, closed_on, cb_url", "+founded_on:>=2020-01-01"'
- '"name, investor_types, city, investment_count, cb_url", "+investor_types:private_equity_firm -investor_types:venture* +investment_count:>0 +state_code:NY"'
notes: |-
Additional Resources:
* Flexio Crunchbase Templates: \
https://www.flex.io/integrations/crunchbase/
* Flexio Function Syntax Tutorial: \
https://www.flex.io/resources/examples/