Search users
Threads-Nutzer-Suche per Volltext.
API · /threads-api
32 endpoints for live Meta Threads data — users, posts, search, topics, trending, URL helpers.
Pick a tier — billed monthly, cancel anytime.
Free
€15.00 /month
€49.00 /month
€149.00 /month
Other APIs with overlapping tags.
35 endpoints for live Twitch data — users, streams, videos, clips, search, URL helpers.
api.oanor.com/twitch-api
38 endpoints for live YouTube data — search, suggestions, video & channel detail, thumbnails, ID/URL helpers.
api.oanor.com/youtube-api
18 endpoints for live IMDB data — title + name search, detail, cast, known-for, ID/URL helpers.
api.oanor.com/imdb-api
5 endpoints for live Snapchat data — user search, detail, related, spotlights.
api.oanor.com/snapchat-api
Pick an endpoint from the list on the left to see its details and try it.
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/threads-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/threads-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/threads-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/threads-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Real-time access to Meta Threads public data — 32 endpoints across users, posts, search, topics, trending and URL helpers.
Search, profile, links, top-result, posts, replies.
Search, recent, links, codes, top-result, by-URL.
Combined, users-only, posts-only, top-result, links, suggestions, media.
Search, links, top-result.
Trending search terms + trending posts.
Username/post-code extraction from URLs, profile/post/search URL builders for both threads.net and threads.com domains.
Included — your oanor API key is forwarded to the upstream automatically.
0.4–2.8 seconds end-to-end. Outbound residential proxy rotation, no stale cache.
Sign in to rate.
No reviews yet.