Retrieve company logo from Crunchbase
Retrieves the logo of a company from Crunchbase.
Common use cases
- Client Reporting
- Customer Onboarding
- Lead Generation
- Market Research
- Sales Data & List Management
Application
- Crunchbase
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Company profile link | Link to the company profile in Crunchbase | URL | Yes | https://www.crunchbase.com/organization/wrk-c8d8 |
| Image file name | Name assigned to the image when saving it | Text | No | Image-1 |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in theData Library are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Image file | The file the image was saved to | File | Yes | logo1.png |
| Image file name | Name of the file that the image was saved as | Text | Yes | logo1 |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected if the logo was successfully retrieved from Crunchbase and the file can be accessed. |
| No Result | This status is selected in the event of the following scenarios:- The company is not found- The company has no logo |
| Unsuccessful | This status is selected in the event of the following scenarios:- Fail to login to account- Application site is down- The link to the profile does not exist or does not work- No permission to download the file |
Requirements
- N/A