KonbiniAPI · JSON Structure

Konbiniapi Instagram Tag Structure

Hashtag or user mention

Type: Properties: 0
APISocial MediaInstagramTikTokActivityStreams 2.0ScrapingData ExtractionPublic DataInfluencer MarketingSocial ListeningCreator ToolsMCPModel Context Protocol

InstagramTag is a JSON Structure definition published by KonbiniAPI.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "InstagramTag",
  "description": "Hashtag or user mention",
  "as_type": "See ActivityStreams 2.0",
  "required_fields": [
    "href",
    "name",
    "type"
  ],
  "fields": [
    {
      "name": "type",
      "type": "string",
      "required": true,
      "description": "ActivityStreams object type",
      "example": "Tag",
      "format": null
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Tag name",
      "example": "learnfromkhaby",
      "format": null
    },
    {
      "name": "href",
      "type": "string",
      "required": true,
      "description": "Tag URL",
      "example": "https://www.instagram.com/explore/tags/learnfromkhaby/",
      "format": "uri"
    }
  ]
}