/api/v1/posts/search-recent
Recent posts
Aktuelle Posts (chronologisch sortiert).
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
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_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"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,
…