Social Readerssync2 creditsInstagram postsocial evidencecreator research

Instagram Post Read

Read a public Instagram post or Reel by URL through AIAPI Center and return normalized metadata and metrics.

What it does

When an agent has an Instagram post URL to inspect, this connector reads it through AIAPI Center using a managed public-data provider and returns normalized caption, author details, and engagement metrics.

Inputs

ParameterFormatExampleRequired
urlstringhttps://www.instagram.com/p/shortcode/Yes

Outputs

FieldTypeDescription
captionstringPost caption summary
authorstringCreator username
urlstringInstagram post URL
likesnumberPublic like count when available
itemsarrayOne compact post row with metrics and hashtags

Example output

Input

url: "https://www.instagram.com/p/shortcode/"

Output

# Instagram Post
- Caption: AI photo editing tips
- Author: creator_name
- URL: https://www.instagram.com/p/shortcode/
- Likes: 1,200

What it means

The post was found via the managed Apify provider and returned as a normalized metadata row.

Last tested: 2026-06-28

How to install

Via CLI

$ vernclaw-cli invoke read.instagram.post --url <value>

Via web

  1. Visit the connector catalog and find Instagram Post Read.
  2. Click Install connector and acknowledge any training requirements.
  3. Complete authorization if prompted.
  4. Use the connector from Chat or the CLI.

Auth and permissions

OAuth requiredNo
Managed authIncluded, no API key needed
Bring your own key (BYOK)Not supported in v1
Audit loggedEvery request is logged with input, result, cost, and timestamps
Training acknowledgmentNot required

Admins can restrict this connector via blacklist or whitelist in the admin panel.

Limits and edge cases

  • source_mode=third_party_public_search; access_mode=provider_managed.
  • Only public Instagram posts and Reels are supported.
  • Metrics may be missing or delayed.

Common use cases

Normalize an Instagram URL before summarization

Read author, metrics, and hashtags before handing the URL to another agent step.

Frequently asked questions

Does this read private or login-walled posts?

No. Only public Instagram posts are supported.

Related connectors

Agent-friendly links