Notifies you when new social media posts are published BY specific contacts (individuals) you’re tracking. This radar type helps you monitor personal communication and updates from key contacts at target companies or industry professionals. Key difference: This radar tracks posts authored BY your contacts, while company social radars track posts ABOUT companies.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 contains the social media post information:
| Field | Type | Nullable | Description |
|---|---|---|---|
| post_text | string | No | Text content of the social media post |
| post_url | string | No | URL to the original social media post |
| post_channel | string | No | Platform where posted (e.g., “LinkedIn”, “Twitter”) |
| post_posted_at | string | No | Best estimated date of posting (YYYY-MM-DD) |
| post_type | string | No | Type of post (e.g., Post, Repost) |
| author | object | No | Information about the contact who posted |
Author Object
| Field | Type | Nullable | Description |
|---|---|---|---|
| first_name | string | No | First name of the contact (may be the full profile name from some platforms) |
| last_name | string | Yes | Last name of the contact (can be null if platform provides only full name) |
| profile_url | string | No | URL to the contact’s professional profile |
| title | string | Yes | Current job title (can be null if unavailable on certain platforms) |
| company_name | string | Yes | Name of the company where the contact works |
| company_domain | string | Yes | Domain of the company where the contact works |
| country | string | Yes | Country of the contact (can be null if location unavailable) |