searchCrowdfundingCampaigns
Search for crowdfunding campaigns by company, campaign name, or platform to access detailed data. Track and analyze crowdfunding activities for informed decision-making.
Instructions
Search for crowdfunding campaigns by company name, campaign name, or platform with the FMP Crowdfunding Campaign Search API. Access detailed information to track and analyze crowdfunding activities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name, campaign name, or platform to search for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"description": "Company name, campaign name, or platform to search for",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}