All-Time Dump

Every post and comment in the archive since scraping began.

Download
1,175 posts 988 comments 32.7 MB Generated Apr 2, 2026, 3:43 PM EDT

Daily Dump

Posts and comments from the last 24 hours. Replaced each night.

Download
1,000 posts 864 comments 30.8 MB Generated Apr 2, 2026, 3:39 PM EDT

Manifest

JSON metadata for both dumps: generated times, sizes, and row counts. Useful for checking freshness programmatically.

Download
/dumps/manifest.json

Schema

posts.csv

  • uuid: unique post ID
  • alias: author pseudonym
  • text: post body
  • created_ts: posted at (UTC)
  • upvotes
  • comments_total
  • is_anonymous
  • is_removed
  • link_url: embedded link, if any
  • quote_post_id: FK to posts.uuid

comments.csv

  • uuid: unique comment ID
  • parent_post_id: FK to posts.uuid
  • alias
  • text
  • created_ts (UTC)
  • upvotes
  • is_anonymous
  • is_removed
  • reply_comment_alias: who was replied to

post_images.csv

  • post_id: FK to posts.uuid
  • asset_id: YikYak asset ID
  • media_type: image or video
  • local_path: relative path inside tarball

polls.csv

One row per poll choice.

  • post_id: FK to posts.uuid
  • choice_position
  • choice_text
  • choice_votes
  • view_results_count