/v1/search/users
Search users
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/pinterest-api/v1/search/users" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/pinterest-api/v1/search/users", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/pinterest-api/v1/search/users");
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/pinterest-api/v1/search/users",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"count": 50,
"query": "nasa",
"users": [
{
"id": "142567281862381039",
"url": "https://www.pinterest.com/nasa/",
"image": "https://i.pinimg.com/280x280_RS/37/a1/75/37a175e6d2431425576f0b8f81389394.jpg",
"username": "nasa",
"verified": true,
"full_name": "NASA",
"pin_count": 10544,
"board_count": 82,
"follower_count": 556990
},
{
"id": "861172897404947160",
"url": "https://www.pinterest.com/ji6ki/",
"image": "https://i.pinimg.com/280x280_RS/55/fd/b7/55fdb77bc48e4f5e4575540fd188af12.jpg",
"username": "ji6ki",
"verified": false,
"full_name": "nasa",
"pin_count": 288,
"board_count": 5,
"follower_count": 2709
},
{
"id": "681732599751723854",
"url": "https://www.pinterest.com/nushratnaz0501/",
"image": "https://i.pinimg.com/280x280_RS/2f/91/14/2f91145a616032c75f2929dde1194bde.jpg",
"username": "nushratnaz0501",
"verified": false,
"full_name": "nushrat naz",
"pin_count": 659,
"board_count": 12,
"follower_count": 34468
},
{
"id": "1115133695141942764",
"url": "https://www.pinterest.com/sunxinYan_189/",
"image": "https://i.pinimg.com/280x280_RS/06/19/5c/06195c4ebf0e9ad6418a15682563d307.jpg",
"username": "sunxinYan_189",
"verified": false,
"full_name": "⋆. 𐙚˚𝐒𝐡𝐨𝐩 𝐍𝐢𝐬𝐚.☘︎ ݁˖",
"pin_count": 288,
"board_count": 1,
"follower_count": 25776
},
{
"id": "649996296127519578",
"url": "https://www.pinterest.com/nasa8888/",
"image": "https://i.pinimg.com/280x280_RS/d3/a4/9e/d3a49edb37c333d3e0bd252d5c73879d.jpg",
"username": "nasa8888",
"verified": false,
"full_name": "nasa",
"pin_count": 54787,
"board_count": 370,
"follower_count": 1912
},
{
"id": "945122809208700872",
"url": "https://www.pinterest.com/xamchandung/",
"image": "https://i.pinimg.com/280x280_RS/e3/ab/4d/e3ab4d103971c04c284aca7237e6bf19.jpg",
"username": "xamchandung",
"verified": false,
"full_name": "HÀ NASA (XĂM CHÂN DUNG)",
"pin_count": 179,
"board_count": 6,
"follower_count": 1322
},
{
"id": "1023513590222704108",
"url": "https://
…