Skip to main content
GET
/
posts
/
search
Search Posts
curl --request GET \
  --url https://api.membit.ai/v1/posts/search \
  --header 'X-Membit-Api-Key: <api-key>'
{
  "posts": [
    {
      "id": 237064,
      "uuid": "2b13144b-d8d1-76fd-dd9a-a2020c9ad227",
      "author": {
        "handle": "@PhilosophyOfPhy",
        "name": "Philosophy Of Physics",
        "profile_image": "https://img.membit.ai/v2/ae606b4a-cd1f-4ec2-fa1d-b549ce56371e.jpeg"
      },
      "content": "The World as a Mathematical Game;...",
      "url": "https://x.com/PhilosophyOfPhy/status/1955303556321525765",
      "mentioned": {
        "id": 29481,
        "uuid": "a024f4de-498a-8ddb-dbae-c0514428f991",
        "author": {
          "handle": "@PhilosophyOfPhy",
          "name": "Philosophy Of Physics",
          "profile_image": "https://img.membit.ai/v2/ae606b4a-cd1f-4ec2-fa1d-b549ce56371e.jpeg"
        },
        "content": "SO, what happens with Stripe and Circle chains? ...",
        "timestamp": "2025-08-12T15:40:15Z"
      },
      "timestamp": "2025-08-12T16:21:10Z",
      "is_substantive": true,
      "engagement": {
        "likes": 552,
        "replies": 1,
        "retweets": 68
      },
      "search_score": 0.3715041809563351,
      "cluster_label": "Circle Arc Blockchain Launch"
    }
  ]
}

Authorizations

X-Membit-Api-Key
string
header
required

API key for authentication.

Query Parameters

q
string
required

Search query (minimum 3 characters)

Minimum length: 3
limit
integer
default:10

Maximum number of posts to return (1-50)

Required range: 1 <= x <= 50
format
enum<string>
default:json

Response format

Available options:
json,
llm

Response

Successful search

posts
object[]
I