For the complete documentation index, see llms.txt. This page is also available as Markdown.

Instagram ID WebScan

The Instagram I WebScan API provides information enrichment for Instagram ID include Instagram Profile statistic and Archive Instagram Profile

Endpoint: POST https://irbis.espysys.com/api/developer/combined_id

Below is a sample request to perform a lookup using the API:

{
  "key": "YOUR_API_KEY",
  "value": "FULL_NAME",
  "lookupType": "instanavigation_person",
  "lookupId": "LOOKUPID_VALUE" 
}

Instructions:

  • Replace YOUR_API_KEY in the "key" field with your actual API Key.

  • For the "value" field, insert the full name you wish to search for. For example: nytimes.

Ensure you make the necessary substitutions in the provided fields for accurate and successful search queries.

The lookupId must be set to what is shown in table API lookups types at Developer page or at API lookup types page

Headers and Body

Headers and Body Request by Instagram ID WebScan

GET Get lookup data for a request

GET Get lookup data for a request by Instagram ID

Last updated