/api/v1/search/global
Global search
Users + Hashtags + Locations in einem Aufruf. Query: q, count.
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/instagram-api/api/v1/search/global" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/instagram-api/api/v1/search/global", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/instagram-api/api/v1/search/global");
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/instagram-api/api/v1/search/global",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"query": "jlo",
"users": [
{
"id": null,
"link": "https://www.instagram.com/jlo",
"username": "jlo",
"full_name": "Jennifer Lopez",
"is_private": false,
"is_verified": false,
"media_count": 1151,
"follower_count": 245706428,
"following_count": 1960,
"profile_pic_url": "https://scontent-lga3-3.cdninstagram.com/v/t51.82787-19/628483964_18589580959037720_5020244042765827468_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby42NzcuYzIifQ&_nc_ht=scontent-lga3-3.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gE8Y-fugon_LFu-MzwxWGZkMQPuv53k1i8olPS4IDCSa5-WFJF0VUW7jML6cSR7uE0&_nc_ohc=TX2rtoR-q-8Q7kNvwGajEGE&_nc_gid=mbsL5h4v5pOT7PaF9Egzgw&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Af5fOlevMuqpbR3k68NDab5hCex4UfZ1VL8MCOZKnx9fgA&oe=69FE8330&_nc_sid=8b3546",
"profile_pic_url_hd": null
},
{
"id": null,
"link": "https://www.instagram.com/jlobeauty",
"username": "jlobeauty",
"full_name": "JLO Beauty by Jennifer Lopez",
"is_private": false,
"is_verified": false,
"media_count": 1751,
"follower_count": 1000000,
"following_count": 353,
"profile_pic_url": "https://scontent-lhr6-2.cdninstagram.com/v/t51.2885-19/399745629_1620237595172520_1329428741266874150_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDc5LmMyIn0&_nc_ht=scontent-lhr6-2.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2gHmlsJ7OH0XSmC9WRnpRlIC1C4z5ZubB3sedRqzgnIqbIocxnM7W8I5rlMkiyAhMAU&_nc_ohc=amqbbRYxL3gQ7kNvwF00uth&_nc_gid=aIxAonaEciLdP0sMJOCsRg&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Af6LD8rlma1mktFAK6Ye_h7u7tst-FZpX3f8fz0G2FVNsQ&oe=69FE792F&_nc_sid=8b3546",
"profile_pic_url_hd": null
},
{
"id": null,
"link": "https://www.instagram.com/jlo.world",
"username": "jlo.world",
"full_name": null,
"is_private": false,
"is_verified": false,
"media_count": null,
"follower_count": 200,
"following_count": 410,
"profile_pic_url": "https://scontent-yyz1-1.cdninstagram.com/v/t51.2885-19/469478682_1610770996226354_3553922318065169890_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-yyz1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2gGsy1PNhsVbl29esNbrV1z0HGTaTPWvWqi6BG4l5oagPFyDrruywOojx9YrWU4DCLg&_nc_ohc=-2xN6sK_Cz8Q7kNvwGWkePg&_nc_gid=_uBYx4M5wX-FLGzlrO7PXg&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Af4eUAwwDewNsuYDuuqppnT07lEFnlx4M4ZXv0jhyLFgjA&oe=69FE9113&_nc_sid=8b3546",
"profile_pic_url_hd": null
},
{
…