Zyte Data social media post schema v1.0#

Standard Social Media Post Schema (1.0)

Standard Social Media Post Schema used in Zyte offering. Covers the typical set of attributes present in social media post published on-line.

Standard Social Media Post Schema v1.0

Responses

Response Schema: application/json
postId
string

The identifier of the post.

object

Details of reactions to this post.

reposts
integer

Number of times the post has been shared.

likes
integer

Number of likes or other positive reactions to the post.

dislikes
integer

Number of dislikes or other negative reactions to the post.

text
string

The text of the post.

User tags (mentions) are replaced by "@usertag_i" (i stands for index of the user tag). Note: Actual user tags ("mentions") will only be permitted in Author Details Add-on, after explicit written approval from the Zyte Legal Department.

datePublished
string

The timestamp at which the post was created.

Format: Timezone: UTC. ISO 8601 format: "YYYY-MM-DDThh:mm:ssZ"

hashtags
Array of strings

The list of hashtags contained in the post.

Array of objects[ items ]

The list of URLs of media files (images, videos, etc.) linked to the post.

Array
url
string (URL)
object

Details of the author of the post. No easily identifiable information can be contained in here, such as usernames.

numberOfFollowers
integer

The number of the followers that observe the author.

numberOfFollowing
integer

The number of users that the author follows.

dateAccountCreated
string

The date of the creation of the author's account.

location
string

The location of the author, if it's available in the author profile. Country or city location only.

isVerified
boolean

Indication if the author's account is verified.

object

Additional metadata about the post.

dateDownloaded
string

The timestamp at which the social media post data was downloaded.

Timezone: UTC. ISO 8601 format: 'YYYY-MM-DDThh:mm:ssZ'

probability
number

The probability that the page belongs to social media post data type.

searchText
string

The search text the post was found with.

Response samples

Content type
application/json
{
}