instagram-profile-meta

Fetch structured Instagram profile metadata as JSON for a given username.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill instagram-profile-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-profile-meta
Source: https://github.com/browser-act/skills/tree/main/solutions/social-listening/instagram-profile-meta
Command: npx skills add https://github.com/browser-act/skills --skill instagram-profile-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetches Instagram profile metadata including bio, follower/following counts, post count, verification status, and other public profile details to accelerate research and reporting.

Core Features & Use Cases

  • Retrieves structured data such as id, username, full_name, biography, follower_count, following_count, media_count, is_verified, is_business_account, profile_pic_url, external_url, and is_private.
  • Useful for influencer research, brand due diligence, competitive analysis, and social-media analytics when you need a quick snapshot of an account.

Quick Start

Run the instagram-profile-meta script with a target username to fetch a JSON summary of the profile.

Frequently Asked Questions about instagram-profile-meta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Instagram profile metadata like follower count and bio for a public account?

To fetch Instagram profile metadata, provide a target username to retrieve a structured JSON summary containing the biography, follower_count, following_count, media_count, verification status, and other public profile details.

What Instagram profile data fields can I extract for influencer research?

You can extract structured public data fields including id, username, full_name, biography, follower_count, following_count, media_count, is_verified, is_business_account, profile_pic_url, external_url, and is_private for influencer research.

Can I retrieve private Instagram profile data using this metadata extraction method?

No, this method specifically targets public profiles and returns a structured summary. It includes an is_private field to indicate account status, but it does not extract data from private Instagram accounts.

How do I get an Instagram profile summary in JSON format for brand analysis?

Run the script with a target username to get an Instagram profile summary in JSON format. This structured output accelerates brand analysis and social-media analytics by providing a quick account snapshot.

Does Instagram profile metadata extraction work for checking business account status?

Yes, Instagram profile metadata extraction works for checking business account status. The returned JSON object includes the is_business_account field along with is_verified and follower_count for competitive analysis.

What are the limitations of scraping public Instagram profile metadata?

Limitations include only supporting public profiles and returning metadata fields like bio and follower count. It does not access private accounts or retrieve detailed post content, serving only as a quick profile snapshot.