Ir al contenido
GET /v1/search

Search Minds posts by keyword

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/minds-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

curl "https://api.oanor.com/minds-api/v1/search" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/minds-api/v1/search", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/minds-api/v1/search");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/minds-api/v1/search",
    headers={"x-oanor-key": "oanor_test_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "data": {
        "sort": "latest",
        "count": 12,
        "query": "bitcoin",
        "source": "Minds",
        "results": [
            {
                "url": "https://www.minds.com/newsfeed/1912524761032822784",
                "guid": "1912524761032822784",
                "owner": "cryptomaniaclothing",
                "title": null,
                "message": "Crypto-inspired apparel for Bitcoin, Ethereum & Web3 holders. 1,400+ original designs — hoodies, tees, caps, mugs and more. Ships worldwide. #Bitcoin #Crypto #Web3 #Ethereum https://cryptomaniaclothing.com",
                "reminds": 0,
                "comments": 0,
                "thumbs_up": 0,
                "created_at": "2026-06-13T13:30:36.000Z",
                "thumbs_down": 0
            },
            {
                "url": "https://www.minds.com/newsfeed/1912491670356627456",
                "guid": "1912491670356627456",
                "owner": "crypto24huk",
                "title": "Crypto ETF Investments Continue Breaking Records",
                "message": "\nOne major reason behind this market rally is the sharp increase in crypto ETF investments.\n\nVisit here : https://cryptodatabusiness.com/\n\nRecent reports show more than $532 million entering crypto ETF products within only a few days. Institutional investors are increasingly viewing digital assets as long-term investments instead of short-term trading opportunities.\n\nKey developments include:\n\nBitcoin ETF assets crossing $100 billion.\n\nEthereum ETF inflows rising above expectations.\n\nGlobal financial institutions expanding crypto exposure.\n\nThis trend is strengthening investor confidence and pushing the market higher.\n",
                "reminds": 0,
                "comments": 0,
                "thumbs_up": 0,
                "created_at": "2026-06-13T11:19:06.000Z",
                "thumbs_down": 0
            },
            {
                "url": "https://www.minds.com/newsfeed/1912460332517826560",
                "guid": "1912460332517826560",
                "owner": "[email protected]",
                "title": null,
                "message": "Ex-Krypto-König Bankman-Fried scheitert mit Berufungsantrag\n\nEinst als Finanzgenie gefeiert, scheitert Ex-Krypto-König Sam Bankman-Fried mit seinem Einspruch gegen die Betrugsverurteilung vor Gericht.\n\nhttps://www.heise.de/news/Ex-Krypto-Koenig-Bankman-Fried-scheitert-mit-Berufungsantrag-11331185.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon\n\n#Kriminalität #Bitcoin #Insolvenz #Urteil #Wirtschaft #news",
                "reminds": 0,
                "comments": 0,
                "thumbs_up": 0,
                "created_at": "2026-06-13T09:14:32.000Z",
                "thumbs_down": 0
            },
            {
                "url": "https://www.minds.com/newsfeed/1912455241400324096",
                "guid": "1912455241400324096",
                "owner": "aryastark4t9",
…