search_archive
Search archived 4chan posts with full-text queries, filtering by board, date, poster, and other criteria. Get results as a markdown table.
Instructions
Full-text search across archived 4chan posts. Parameters: text (comment search), boards (dot-delimited, e.g. "a" or "adv.trv"), subject, username, tripcode, capcode, filename, image (MD5 hash), uid, country, deleted, ghost, filter (image/text), type (sticky/op/posts), start/end (YYYY-MM-DD), results (thread to group), order (asc/desc), page. Returns a markdown table with Board, Thread, Post, Date, Author, Excerpt columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date in YYYY-MM-DD format | |
| uid | No | 4chan Pass UID | |
| page | No | Page number (1-indexed, 25 posts per page) | |
| text | No | Comment text to search for | |
| type | No | sticky, op, or posts | |
| ghost | No | only or none | |
| image | No | Base64 MD5 hash of media | |
| order | No | asc or desc | desc |
| start | No | Start date in YYYY-MM-DD format | |
| boards | No | Dot-delimited board shortnames, e.g. "a" or "adv.trv". Omit to search all boards | |
| filter | No | image or text | |
| capcode | No | One of: user, mod, admin, dev, manager, founder | |
| country | No | 2-letter ISO 3166 country code | |
| deleted | No | deleted or not-deleted | |
| results | No | thread to group by thread, otherwise flat | |
| subject | No | OP subject line search | |
| filename | No | Original filename search | |
| tripcode | No | Tripcode match | |
| username | No | Poster name match |