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. | |||||||||||
| |||||||||||
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
| |||||||||||
object Details of the author of the post. No easily identifiable information can be contained in here, such as usernames. | |||||||||||
| |||||||||||
object Additional metadata about the post. | |||||||||||
|
Response samples
- 200
{- "postId": "1569750785201676290",
- "reactions": {
- "reposts": 1,
- "likes": 2,
- "dislikes": 3
}, - "text": "Join us for the \n@usertag_1\n 2022 Coding Contest and stand a chance to win bragging rights plus awesome prizes!\nRegister for free - https://hubs.li/Q01mcRlk0\n#coding #webdata #dataextraction #webscraping #scrapy #python",
- "datePublished": "2022-09-13T18:12:12Z",
- "hashtags": [
- "coding",
- "webdata",
- "dataextraction",
- "webscraping",
- "scrapy",
- "python"
], - "mediaUrls": [
], - "author": {
- "numberOfFollowers": 4184,
- "numberOfFollowing": 309,
- "dateAccountCreated": "2022-04-18",
- "location": "Ireland, Uruguay and 30 others",
- "isVerified": true
}, - "metadata": {
- "dateDownloaded": "2022-09-13T18:12:12Z",
- "probability": 0.8,
- "searchText": "Extract Summit"
}
}