Notifies you when social media posts, articles, or other content mentions your tracked companies. This radar type helps you monitor brand presence and sentiment across various platforms.Documentation Index
Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt
Use this file to discover all available pages before exploring further.
Content Structure
Thecontent object for company mentions contains:
Note: The author object now includes detailed structured fields. Thenamefield is maintained for backward compatibility and is automatically constructed fromfirst_name + last_namewhen available.
| Field | Type | Required | Description |
|---|---|---|---|
| mention_content | string | Yes | Text content of the post or article |
| mention_url | string | Yes | URL to the original post or article |
| mention_channel | string | Yes | Platform or source (e.g., Twitter, LinkedIn) |
| mention_posted_at | string | Yes | Best estimated date of the mention (YYYY-MM-DD) |
| author | object | No | Information about the author of the mention |
Author Object
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | No | Full name of the author (constructed from first_name + last_name when available) |
| profile_type | string | No | Type of profile: "contact" or "company" |
| first_name | string | No | Author’s first name - null if profile_type is "company" |
| last_name | string | No | Author’s last name - null if profile_type is "company" |
| profile_url | string | No | URL to the author’s profile |
| title | string | No | Author’s job title - null if profile_type is "company" |
| company_domain | string | No | Domain of the author’s company |
| company_name | string | No | Name of the author’s company |
| country | string | No | Author’s country location |