Zum Inhalt springen
GET /api/v1/users/web-profile-info

Web profile info

Vollständige Web-Profile-Response normalisiert. Query: username.

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/instagram-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/instagram-api/api/v1/users/web-profile-info" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/instagram-api/api/v1/users/web-profile-info", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/instagram-api/api/v1/users/web-profile-info");
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/users/web-profile-info",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "id": "305701719",
        "fbid": "17841401131574776",
        "link": "https://www.instagram.com/jlo",
        "eimu_id": "112045550181677",
        "pronouns": [],
        "username": "jlo",
        "bio_links": [
            {
                "url": "https://onthejlo.com/en/home",
                "title": "ON THE JLO - JLovers HQ",
                "lynx_url": "https://l.instagram.com/?u=https%3A%2F%2Fonthejlo.com%2Fen%2Fhome&e=AUDPAVvAn_mMWkCGXIS8urGspoZ10_2YmT5ZHVBqUrsY2rZsW73KOzqfB7RC5cx7rr92qvp0VSuVykVfsh_-LOaHYWvbHB_F",
                "link_type": "external"
            },
            {
                "url": "https://davidguetta.lnk.to/savemetonight",
                "title": "SAVE ME TONIGHT New Single OUT NOW",
                "lynx_url": "https://l.instagram.com/?u=https%3A%2F%2Fdavidguetta.lnk.to%2Fsavemetonight&e=AUCGZPuCh3QkM7AP7ROABvV3ncLIRWAgOj1eM5JH87EDPMqXwIwHETd5AsY0dpW4UzaLtDWBfEI6rz4-GEL8W9Yq9E7uqgbL",
                "link_type": "external"
            }
        ],
        "biography": "The #1 Single SAVE ME TONIGHT with David Guetta OUT NOW 💫 OFFICE ROMANCE coming to Netflix June 5",
        "full_name": "Jennifer Lopez",
        "has_clips": true,
        "has_guides": false,
        "is_private": false,
        "edge_follow": {
            "count": 1960
        },
        "guardian_id": null,
        "has_channel": false,
        "is_verified": true,
        "external_url": "https://onthejlo.com/en/home",
        "ai_agent_type": null,
        "category_enum": null,
        "category_name": "Artist",
        "country_block": false,
        "business_email": null,
        "follows_viewer": false,
        "group_metadata": null,
        "has_ar_effects": false,
        "profile_pic_url": "https://image.proxy.oanor.com/fetch?url=https%3A%2F%2Fscontent-arn2-1.cdninstagram.com%2Fv%2Ft51.82787-19%2F628483964_18589580959037720_5020244042765827468_n.jpg%3Fstp%3Ddst-jpg_s150x150_tt6%26efg%3DeyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby42NzcuYzIifQ%26_nc_ht%3Dscontent-arn2-1.cdninstagram.com%26_nc_cat%3D1%26_nc_oc%3DQ6cZ2gHOaN5J9VHRi19OkB_KQpsvR_8olArLID4TMU_8LTNB83bhj-3QNyWdECLblbS2gQg%26_nc_ohc%3DTX2rtoR-q-8Q7kNvwF6J_0q%26_nc_gid%3DoLJMOp-ARFrAg5Yqdlx1_A%26edm%3DAOQ1c0wBAAAA%26ccb%3D7-5%26oh%3D00_Af4mnwAAnUtBQVFb0oABAeBAGYWhOJiw0Y7YXVqwHm2r2A%26oe%3D69FE8330%26_nc_sid%3D8b3546",
        "edge_followed_by": {
            "count": 245706429
        },
        "edge_saved_media": {
            "count": 0,
            "edges": [],
            "page_info": {
                "end_cursor": null,
                "has_next_page": false
            }
        },
        "is_regulated_c18": false,
        "blocked_by_viewer": false,
        "fb_profile_biolink": null,
        "followed_by_viewer": false,
        "has_blocked_viewer": false,
        "is_embeds_disabled": false,
        "is_joined_recently": false,
        "is_supervised_user": false,
        "profile_pic_url_hd": "https://image.proxy.oanor.com/fetch
…