Ir al contenido
GET /api/v1/posts/search-recent

Recent posts

Aktuelle Posts (chronologisch sortiert).

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/threads-api

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

Obtener una clave API

Fragmentos de código

curl "https://api.oanor.com/threads-api/api/v1/posts/search-recent" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/threads-api/api/v1/posts/search-recent", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/threads-api/api/v1/posts/search-recent");
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/threads-api/api/v1/posts/search-recent",
    headers={"x-oanor-key": "oanor_test_..."}
)

Respuesta de ejemplo

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

{
    "data": {
        "count": 15,
        "query": "site:threads.net/@*/post meta after:2025",
        "results": [
            {
                "url": "https://www.threads.com/@mya4yousocial/post/DFiYGoqs3ul/-facebook-2025-meno-ads-pi%C3%B9-contenutilalgoritmo-cambia-meno-spinta-alle-sponsori",
                "title": null,
                "source": "live_web_search",
                "snippet": "More",
                "username": "mya4yousocial",
                "post_code": "DFiYGoqs3ul"
            },
            {
                "url": "https://www.threads.com/@mattnavarra/post/C2Swp9iIbBN/meta-is-sitting-on-a-stockpile-of-techs-hottest-commoditymeta-will-reportedly-ow",
                "title": null,
                "source": "live_web_search",
                "snippet": "February 1, 2025 -",
                "username": "mattnavarra",
                "post_code": "C2Swp9iIbBN"
            },
            {
                "url": "https://www.threads.net/@mattnavarra/post/DILwh7_qjau/inside-the-facebook-algorithm-in-2025-all-the-updates-you-need-to-knowheres-ever",
                "title": null,
                "source": "live_web_search",
                "snippet": null,
                "username": "mattnavarra",
                "post_code": "DILwh7_qjau"
            },
            {
                "url": "https://www.threads.com/@realitylabs/post/DDPwsIfyAse/video-meta-quest-december-2024-new-titles-additions-to-the-games-catalog-more-httpswww",
                "title": null,
                "source": "live_web_search",
                "snippet": "40.9K Followers • 0 Threads • Social media consultant | Founder of Geekout Newsletter for social media professionals. See the latest conversations with @mattnavarra.",
                "username": "realitylabs",
                "post_code": "DDPwsIfyAse"
            },
            {
                "url": "https://www.threads.net/@mattnavarra/post/DHssKLuKksQ",
                "title": null,
                "source": "live_web_search",
                "snippet": null,
                "username": "mattnavarra",
                "post_code": "DHssKLuKksQ"
            },
            {
                "url": "https://www.threads.com/@mattnavarra/post/DBv_sv2IKS7/why-meta-is-well-positioned-to-be-ais-main-beneficiary-in-the-short-medium-and-l",
                "title": null,
                "source": "live_web_search",
                "snippet": "40.9K Followers • 0 Threads • Social media consultant | Founder of Geekout Newsletter for social media professionals. See the latest conversations with @mattnavarra.",
                "username": "mattnavarra",
                "post_code": "DBv_sv2IKS7"
            },
            {
                "url": "https://www.threads.net/@mattnavarra/post/DGnEa_FKnVc/meta-shares-latest-insights-into-policy-enforcement-and-content-engagement-trend",
                "title": null,
                "source": "live_web_search",
                "snippet": null,
         
…