web_data_zoominfo_company_profile
Extract structured company profile data from ZoomInfo using a valid URL. This tool provides reliable access to business information through a cache lookup method, avoiding direct web scraping.
Instructions
Quickly read structured ZoomInfo company profile data. Requires a valid ZoomInfo company URL. 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"
}