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., Twitter, LinkedIn) |
| 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 executive who posted |
Author Object
| Field | Type | Nullable | Description |
|---|---|---|---|
| first_name | string | No | First name of the executive (may be the full profile name from some platforms) |
| last_name | string | Yes | Last name of the executive (can be null if platform provides only full name) |
| profile_url | string | No | URL to the executive’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 executive works |
| company_domain | string | Yes | Domain of the company where the executive works |
| country | string | Yes | Country of the executive (can be null if location unavailable) |