Skip to main content
The blog_post type represents blog-style documents and text-based publications that have been discovered and indexed by Flare across document-sharing or content-hosting platforms such as Scribd, Medium, or public paste/document repositories. These records generally include technical manuals, guides, or articles that are accessible to the public, potentially containing sensitive, proprietary, or copyrighted materials.
Blog Post
{
    "event_type": "blog_post",
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    },
    "data": {
        "url": "https://www.blog_name.com/post_slug",
        "content": "Post content",
        "description": "Post description",
        "posted_at": "2025-01-01T00:00:00"
    }
}