result.data | object | Yes | — | Provider response payload. |
result.data.signals | array | Yes | — | — |
result.data.signals[].id | string | Yes | — | Signal ID |
result.data.signals[].change_date | string | Yes | — | Date when the tech change occurred (ISO 8601 format with timezone) Format: date-time. |
result.data.signals[].change_type | "subscribed" | "unsubscribed" | "usage" | "stop_usage" | "upgrade" | "downgrade" | Yes | — | Type of change Allowed: subscribed, unsubscribed, usage, stop_usage, upgrade, downgrade. |
result.data.signals[].change_description | string | Yes | — | A description of the tech change |
result.data.signals[].linkedin_username | string | null | No | — | LinkedIn username of the company |
result.data.signals[].linkedin_company_id | string | null | No | — | LinkedIn company id of the company |
result.data.signals[].domain | string | Yes | — | Company domain/website of the company |
result.data.signals[].company_name | string | Yes | — | Name of the company |
result.data.signals[].company_logo | string | No | — | URL to company logo Format: uri. |
result.data.signals[].company_address | string | null | No | — | Company address, if found |
result.data.signals[].industry | string | Yes | — | Company industry of the company |
result.data.signals[].company_size_range | string | Yes | — | Company size range |
result.data.signals[].company_size_range_estimated | boolean | No | — | true if the company_size_range was estimated by us, or false if it was taken directly from their Linkedin company profile |
result.data.signals[].company_description | string | No | — | Company description |
result.data.signals[].country | string | Yes | — | Company HQ country |
result.data.signals[].region | string | No | — | Company HQ region |
result.data.signals[].vendor_name | string | null | No | — | Name of the technology vendor |
result.data.signals[].vendor_category | string | Yes | — | Category of the vendor/technology |
result.data.signals[].vendor_market | "SMB" | "Shopify" | "Mid-Market" | "Enterprise" | Yes | — | Market segment of the vendor Allowed: SMB, Shopify, Mid-Market, Enterprise. |
result.data.signals[].vendor_notes | string | No | — | Additional notes about the vendor such as its unique features/topics |
result.data.signals[].vendor_market_leader | boolean | Yes | — | Whether vendor is a market leader |
result.data.signals[].vendor_url | string | null | No | — | URL to vendor website Format: uri. |
result.data.signals[].vendor_source | "dns record" | "website javsacript" | "link found" | "internal subdomain" | Yes | — | Source where we found the signal Allowed: dns record, website javsacript, link found, internal subdomain. |
result.data.signals[].plan_name | string | null | No | — | the name of the product plan this customer changed to (most of the time it is null, but if we know it, it is indicated here) |
result.data.pagination | object | Yes | — | — |
result.data.pagination.page | integer | Yes | — | Current page number |
result.data.pagination.per_page | integer | Yes | — | Number of items per page |
result.data.pagination.total_pages | integer | Yes | — | Total number of pages |
result.data.pagination.total_items | integer | Yes | — | Total number of items |
result.meta | object | No | — | Additional response metadata (status, paging). |