/api/v1/topics/search
Search topics
Topic-Suche per Volltext.
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/threads-api/api/v1/topics/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/threads-api/api/v1/topics/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/threads-api/api/v1/topics/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/threads-api/api/v1/topics/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"count": 15,
"query": "site:threads.net ai topic",
"results": [
{
"url": "https://www.threads.net/@socialgrowth_ai/post/C-jBSy5NkUS?hl=en",
"title": null,
"source": "live_web_search",
"snippet": "Clear filter",
"username": "socialgrowth_ai",
"post_code": "C-jBSy5NkUS"
},
{
"url": "https://www.threads.net/@zuzannapx/post/C56ZeDUoKb5",
"title": null,
"source": "live_web_search",
"snippet": "Join Threads to share ideas, ask questions, post random thoughts, find your people and more. Log in with your Instagram.",
"username": "zuzannapx",
"post_code": "C56ZeDUoKb5"
},
{
"url": "https://www.threads.net/@yannlecun/post/DF7j9HNO9L2?hl=en",
"title": null,
"source": "live_web_search",
"snippet": "April 18, 2024 -",
"username": "yannlecun",
"post_code": "DF7j9HNO9L2"
},
{
"url": "https://www.threads.net/@theconversationdotcom/post/DFxrNcCsJJa",
"title": null,
"source": "live_web_search",
"snippet": "301.0K Followers • 1.1K Threads • Professor at NYU Executive Chairman at AMI Labs Researcher in AI & Machine Learning ACM Turing Award Laureate. See the latest conversations with @yannlecun.",
"username": "theconversationdotcom",
"post_code": "DFxrNcCsJJa"
},
{
"url": "https://www.threads.net/@alimirza2k/post/DFkGVvMRXjD",
"title": null,
"source": "live_web_search",
"snippet": "Join Threads to share ideas, ask questions, post random thoughts, find your people and more. Log in with your Instagram.",
"username": "alimirza2k",
"post_code": "DFkGVvMRXjD"
},
{
"url": "https://www.threads.net/@theturingpost/post/DF6VzYDgBz0",
"title": null,
"source": "live_web_search",
"snippet": "Join Threads to share ideas, ask questions, post random thoughts, find your people and more. Log in with your Instagram.",
"username": "theturingpost",
"post_code": "DF6VzYDgBz0"
},
{
"url": "https://www.threads.net/@perplexity.ai/post/DGD9A69R6FM",
"title": null,
"source": "live_web_search",
"snippet": "Join Threads to share ideas, ask questions, post random thoughts, find your people and more. Log in with your Instagram.",
"username": "perplexity.ai",
"post_code": "DGD9A69R6FM"
},
{
"url": "https://
…