/api/v1/search/all
Search all
Kombinierte Such über Users + Posts + Topics.
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/threads-api/api/v1/search/all" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/threads-api/api/v1/search/all", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/threads-api/api/v1/search/all");
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/search/all",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"count": 20,
"query": "meta",
"results": [
{
"url": "https://www.threads.com/@portaltic/post/DFcp-ONMZeu/el-director-ejecutivo-de-meta-mark-zuckerberg-ha-se%C3%B1alado-que-espera-que-esta-pl",
"title": "search operators",
"source": "live_web_search",
"snippet": "Too few matches were found",
"username": "portaltic",
"post_code": "DFcp-ONMZeu"
},
{
"url": "https://www.threads.com/@tenuxpr/post/DFl5NoFRvky",
"title": null,
"source": "live_web_search",
"snippet": "January 30, 2025 -",
"username": "tenuxpr",
"post_code": "DFl5NoFRvky"
},
{
"url": "https://www.threads.com/@manolinyt/post/DFa9KPBoBZl",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "manolinyt",
"post_code": "DFa9KPBoBZl"
},
{
"url": "https://www.threads.net/@metanewsroom/post/DGiwVXYpNEg",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "metanewsroom",
"post_code": "DGiwVXYpNEg"
},
{
"url": "https://www.threads.com/@aguti00/post/C_nd2TXuu6d/-meta-platforms-meta-sorprende-con-un-nuevo-dividendo-meta-acaba-de-anunciar-que",
"title": null,
"source": "live_web_search",
"snippet": "87.8K Followers • 236 Threads • All the Meta news, all in one place. See the latest conversations with @ meta newsroom.",
"username": "aguti00",
"post_code": "C_nd2TXuu6d"
},
{
"url": "https://www.threads.net/@wzloadoutcodmunity/post/DFiTqVNt_ta",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "wzloadoutcodmunity",
"post_code": "DFiTqVNt_ta"
},
{
"url": "https://www.threads.com/@theinformation/post/DFa2BmnudfY",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "theinformation",
"post_code": "DFa2BmnudfY"
},
{
"url": "https://www.threads.com/@owcavalryes/post/DFGgPIzokyu/prep%C3%A1rate-para-overwatch-classic-moth-meta-este-modo-nos-transporta-al-2017-con-",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "owcavalryes",
"post_code": "DFGgPIzokyu"
},
{
"url": "https://www.threads.com/@
…