area parameter to control how validation failures are handled:area=insights (default) — throws a 400 error if the username is not found or is a personal account.area=posts — returns an empty result with a warning field, allowing you to proceed at your own responsibility.id returned in the results is the internal profile identifier to use when creating a competitor via POST /competitor.curl --location 'https://api.swonkie.dev/v2/search/profiles?query=nike&net=instagram&area=insights' \
--header 'X-API-ID: ' \
--header 'X-API-KEY: '{
"items": [
{
"id": "UHJ0ZXdEWnMxV2ppVFNISDlZZlRWdz09",
"name": "Nike",
"username": "nike",
"picture": "https://example.com/profiles/nike.jpg"
}
]
}