web_data_crunchbase_company
Extract structured company information from Crunchbase URLs using cached data for reliable access to business profiles and details.
Instructions
Quickly read structured crunchbase company data This can be a cache lookup, so it can be more reliable than scraping
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}