Skip to content

Instantly share code, notes, and snippets.

@gpstathis
Last active December 14, 2015 23:59
Show Gist options
  • Save gpstathis/5170137 to your computer and use it in GitHub Desktop.
Save gpstathis/5170137 to your computer and use it in GitHub Desktop.
{
"_id": "string", // unique post string id. E.g. 0000010caa413802aa125650a28815aa
"html": "string", // content of article, can be partial and may contain HTML
"text": "string", // optional: page scraped content without HTML tags or tweet content
"title": "string", // optional for blog posts only: post title
"url": "string", // URL of post
"influencerId": "string", // id of post author (see influencers collection)
"publishedDate": {"$date":1356730564000.000000}, // date time stamp since epoch
"replyToUrl": "string", // optional for tweets only: if post is a retweet, this url points to the original tweet
"lang": "string" // optional: detected content language
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment